22

I want to have more than one user logged on at the same time, on the same computer.

Each user should have a full X session.

It is easy enough to log in to multiple concurrent non-X Linux terminals, but I want the X factor.

Maybe I've missed something, but I only see a Main Menu option to Log out of the current user, and nothing for Switch User.

Is there a simple way to do this?

Peter.O
  • 25,251

3 Answers3

8

With first X session running login as user you want to use and run in an xterm or at a console prompt:

xinit -- :1

or

startx -- :1
Anwar
  • 77,855
max
  • 81
7

If you want multiple users to use Keyboards/Mouse then that is multiseatX.See this documentation

karthick87
  • 84,513
5

If you are using Gnome:

Try running gdmflexiserver, it will launch a new GDM session. You can switch between them using Ctrl+Alt+F{8..12}.

Take note though that logging in with the same user twice is a bad idea.

Also, (in Lucid, at least) you can switch users by clicking the Power button in top-right corner and then selecting a user name. alt text

evgeny
  • 9,865