Linux / UNIX: Run Multiple X Sessions

by Vivek Gite on April 28, 2010 · 5 comments

How do I run multiple X Session under Linux or UNIX operating systems? How do I switch between X sessions?

The startx script initialize an X session. You can use the same to run multiple X session. Switch to console mode by pressing CTRL+ALT+F1. Provide your login details and type the following command to start X session:
startx -- :1
By default the first X session runs on screen 0. However, you can run the second X session on screen 1, the third on screen 2, and so on. The above startx command tell X to run on screen 1. To run X on screen 2, you'd use the command
startx -- :2

How Do I Switch Between X Sessions?

  1. To go back to the screen 0 user X session, press Ctrl+Alt+F7
  2. To go back to the screen 1 user X session press Ctrl+Alt+F8.
  3. To go back to the screen 2 user X session press Ctrl+Alt+F9.
  4. Please note that F7 to F12 identify six X sessions.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 5 comments… read them below or add one }

1 Stjujsckij Nickolaj April 28, 2010

Or one could just use Qingy: http://qingy.sourceforge.net/

Reply

2 Steven April 28, 2010

When using KDE, you have the option to start a new session in the start menu. You are then presented with a new login screen.
The annoying thing though, is that you have no info on who is already logged in into one of those additional X Sessions.

Reply

3 Daemon_ZOGG May 25, 2010

Open a terminal shell (bash, xterm, etc). Type the letter “w”, press enter… Shows you who’s logged in. No matter what tty they’re logged in to. You don’t have to be root to run the command. It will even show remote users logged in to your machine.
Cheers ;)

Reply

4 Ex-Opesa April 29, 2010

Thanks for the info! I didn’t know that^^

Reply

5 yannick February 2, 2011

Hello,

If You want launch a simple Xorg session with the next command line :

# Xorg :0 (control+alt+F7)
# Xorg :1 (control+alt+F8)

(which is lauched by startx — :1)

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 13 + 4 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the simple math so we know that you are a human and not a script.



Previous post:

Next post: