Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Thank you for your answer! is there a way i could do that on running system? say, press CTRL+ALT+F1, do something, get vnc session?
    – Fedcomp
    Commented Nov 11, 2015 at 10:35
  • 1
    Basically press C-A-F1 to go to the console, then use startx/xinit to launch another X instance, modify your .xinitrc to select whether to start your preferred desktop environment or vnc based on the $DISPLAY variable, also properly configure .Xresources. Then another X instance starts and you should be able to switch using eg. C-A-F7 and C-A-F8 between them.
    – Vojtech
    Commented Nov 11, 2015 at 12:20