I have an Ubuntu server running gdm with graphical user session in it. I also have an open ssh console from remote host on that server.
I want to run x windows application from that remote console.
export DISPLAY=0.0
xclock
Error: Can't open display: 0.0
How can i do that without restarting gdm and enabling remote connections with xhost +, is there any way? Can't i use local named pipes to connect to display server?