[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Simultaneous desktop environments (Gnome and xfce) in two X server sessions.



yudi v wrote:
Hi all,

I am trying to get gnome (default in tty7) and xfce (in tty1) to run
at the sametime.
I got as far as launching another x server session and xfce4 with the
following command:

startx startxfce4 -- :1

There are couple of issues I am trying to resolve:

1. when I switch back to tty7 X server session in tty1 terminates. How
to fix this?

2. all the start-up applications under Gnome also start in xfce, how
can I completely separate the environments. I would like to keep them
as independent as possible.



I used to do that for a multiseat setup but I did it with gdm and adding a second server:

...
<snip>
[server-Standard]
name=Standard server
command=/usr/bin/X1 :0 -layout X1 -dpi 110 -isolateDevice PCI:1:0:0 vt7
flexible=true

# Definition of the second X server.
[server-2nd]
name=2nd server
command=/usr/bin/X0 :1 -layout X0 -dpi 110 -isolateDevice PCI:0:8:0 vt51
flexible=true
...

Where X0 and X1 were softlinks to X.

Hugo



Reply to: