3

How to create virtual sessions with x11vnc?

daviesgeek
  • 115
  • 4
Boris
  • 151
  • 1
  • 7

1 Answers1

4

I don't think you want x11vnc. x11vnc is used for sharing existing X sessions through vnc.

You probably want vncserver.

A quick guide to starting up:

$ vncpasswd
Password:
Verify:
$ vncserver :1

Then launch vncviewer on the remote node, and connect to display 1.

David Mackintosh
  • 14,293
  • 7
  • 49
  • 78