Starting x11vnc remotely when X server is already running
Posted
by Madiyaan Damha
on Server Fault
See other posts from Server Fault
or by Madiyaan Damha
Published on 2010-05-29T21:04:50Z
Indexed on
2010/05/29
21:12 UTC
Read the original article
Hit count: 375
I have a ubuntu linux machine that I have already logged into and X server is running (it is pass the login manager like gdm). I can access this machine through ssh. My goal is to start x11vnc on this machine and attach it to the X server that is already running.
When I ssh into the machine and start x11vnc, it says:
X11 was unable to open the X DISPLAY ":0", it cannot continue.
How can I start x11vnc on the remote machine if I don't have physical access to it and Xserver has already started. The reason I want to do this is because the remote machine has several windows open that I want to work on.
Thanks,
© Server Fault or respective owner