X11VNC

x11vnc allows one to view remotely and interact with real X displays (i.e. a display corresponding to a physical monitor, keyboard, and mouse) with any VNC viewer. 0

Dependencies

Refer to the @/xorg/xorg-server page for X server and Window Manager setup and configuration.

Configuration

First verify that you have x11vnc installed:

$ kiss b x11vnc
$ kiss i x11vnc

Assuming that you have an X session already running, you can start x11vnc from a virtual terminal:

$ x11vnc -forever

The “-forever” switch is not required, but prevents the x11vnc from exiting at the end of a client session. For more information on this switch or additional switch options, refer to the man page 1.

Tips and Tricks

Note: Remember to replace USER with the name of the regular user.