Size: 830
Comment:
|
Size: 918
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
x11vnc allows one to view remotely and interact with real X displays | |
Line 39: | Line 40: |
If you log out or close the window the process will be stopped. | After connection, if you log out or close the window the process will be stopped. |
x11vnc
x11vnc allows one to view remotely and interact with real X displays
How do I use x11vnc?
Start a x11vncserver with:
fgtest02@balz:~$ x11vnc
You can also start it with a password. Replace USERNAME with your own username.
fgtest02@balz:~$ x11vnc -rfbauth /home/USERNAME/.vnc/passwd
At the end you should get following message:
The VNC desktop is: balz:0 PORT=5900
If you don't have a password file you can create one with:
fgtest02@balz:~$ x11vnc -storepasswd Enter VNC password: Verify password: Write password to /home/fgtest02/.vnc/passwd? [y]/n y Password written to: /home/fgtest02/.vnc/passwd
Connect with VNC Viewer
After setting everything up you can connect to it with the program VNC Viewer
After connection, if you log out or close the window the process will be stopped.