[X-Window]Running multiple servers

Last update on June 23, 2009 07:45 AM by jak58
Published by netty5

Running X servers






Intro


Running two X servers in parallel, such working under graphical mode under root (is strongly discouraged),ensure that you have previously closed its user session or that you run a desktop management software different from its current session (KDE - Gnome-XFCE), etc ...

How to proceed


Simply launch a new console using the following combination of keys:

CTRL + ALT + F1


You will be prompted to enter a login and password. Log"yourself under your main identity with your password.

In prompt, run the GUI using the startx command, note that you must specify a new display:
#startx -- :1 <Enter>


Note there is a space between the startx and 2 dashes --, and between the 2 dashes
 - 
and 1, however there no space between : and the 1.

Switching console


You can now navigate from a display to another through these combinations of keys:

To go in the user session:

CTRL + ALT + F7 


To go in the root session :

CTRL + ALT + F8
Best answers for « Running multiple servers » in :
Installing a SSH server on Ubuntu ShowInstalling a SSH server on Ubuntu Installation Connection An ssh server allows you to remotely access your machine. You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
Enable/Disable the print spooling service ShowEnable/Disable the print spooling service Issue Solution Issue The print spooling service allows you to load the print jobs for later printing, ie to put them in the print queue. It may also be the solution after the failure of...
Running older programs under windows XP ShowRunning older programs under windows XP Configuration The DOSBox Compatibly constraints with old programs Configuration Many computer programs or games do not correctly work when clicking on the .exe file in XP. These programs use DOS...
Proxy and reverse proxy servers ShowProxy servers A proxy server is a machine which acts as an intermediary between the computers of a local area network (sometimes using protocols other than TCP/IP) and the Internet Most of the time the proxy server is used for the web, and when it...
Networking - 3-Tier Client/Server Architecture ShowIntroduction to 2-Tier Architecture 2-tier architecture is used to describe client/server systems where the client requests resources and the server responds directly to the request, using its own resources. This means that the server does not...
Client/Server Environment ShowIntroduction to Client/Server Architecture Numerous applications run in a client/server environment, this means that client computers (computers forming part of the network) contact a server, generally a very powerful computer in terms of...