How to create virtual sessions with x11vnc?

link|improve this question

Can you describe virtual session in your case ? – proy Jan 19 '10 at 21:55
i mean x11 session created by vnc server,not real user x11 session – Boris Jan 20 '10 at 15:22
feedback

1 Answer

up vote 2 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.