You are not logged in.

#1 2009-02-05 20:11:48

aglarond
Member
From: Texas, USA
Registered: 2008-11-20
Posts: 129

Running multiple X servers simultaneously

I could have sworn I recently saw a thread on this, but I can't find it with a search.

I have one X server running right now on vc/7. I would like to run a separate one at the same time on vc/8. Basically, I'd like to be able to jump between two different DEs quickly depending on what I'm doing at the time. What's the best way to set that up?

Or, does anybody remember the thread I'm think of? I'm pretty sure the answer was in there.

Thanks
-mS

Offline

#2 2009-02-05 20:39:26

kludge
Member
Registered: 2008-08-03
Posts: 294

Re: Running multiple X servers simultaneously

don't know the thread in question, or exactly how to pull it off, but qingy has the ability to do that for you.

not that i recommend qingy (5 MB per idle getty?  and crashes x when switching vcs?  ewwww...), but you might look at it's configuration files and the code it uses to call xinit for the method.

iirc, it simply invovles specifying the vc and display when you invoke X with command-line switches.

sorry to not be more specific, but hth.


[23:00:16]    dr_kludge | i want to invent an olfactory human-computer interface, integrate it into the web standards, then produce my own forked browser.
[23:00:32]    dr_kludge | can you guess what i'd call it?
[23:01:16]    dr_kludge | nosilla.
[23:01:32]    dr_kludge | i really should be going to bed.  i'm giggling madly about that.

Offline

#3 2009-02-05 20:45:42

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Running multiple X servers simultaneously

How do you start X right now?

You could do anything from startx :1 to Xorg :1 & (sleep 7; DISPLAY=:1 xterm) &

Offline

#4 2009-02-05 20:46:56

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Running multiple X servers simultaneously

xinit /path/to/your/windowmanager/or/whatever -- :1.0


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#5 2009-02-05 20:52:08

aglarond
Member
From: Texas, USA
Registered: 2008-11-20
Posts: 129

Re: Running multiple X servers simultaneously

rson451 wrote:

xinit /path/to/your/windowmanager/or/whatever -- :1.0

Awesome. That did it. For some reason I was focused on a login manager, which I don't need.

Thanks

-mS

Offline

Board footer

Powered by FluxBB