Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
running multiple WMs / DEs?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
maxpayne
Tux's lil' helper
Tux's lil' helper


Joined: 13 Oct 2003
Posts: 122

PostPosted: Mon Nov 03, 2003 3:59 pm    Post subject: running multiple WMs / DEs? Reply with quote

anyone know how to set up gentoo so that i could run kde, gnome, fvwm, ... all alongside, switching to them through CRTL-ALT-F7 to F-12?

thx.
Back to top
View user's profile Send private message
bernieb
Tux's lil' helper
Tux's lil' helper


Joined: 21 Apr 2003
Posts: 119

PostPosted: Mon Nov 03, 2003 4:26 pm    Post subject: Reply with quote

Take a look at Qingy--
http://qingy.sourceforge.net
Another way is to just start up a second desktop manager on another screen.
I did this successfully in RedHat, where the desktop manager was in the inittab. However, in gentoo, the dektop manager is in a init script, so I am not sure how to do it here.
Of course, you can also just login in to a text terminal and start your desktop environment manually with startkde or something.
Back to top
View user's profile Send private message
Roguelazer
Veteran
Veteran


Joined: 10 Feb 2003
Posts: 1233
Location: San Francisco, CA

PostPosted: Mon Nov 03, 2003 8:27 pm    Post subject: Reply with quote

Code:

[At text console
$ echo "fluxbox" > ~/.xinitrc
$ startx &
[Switch back to the text console]
$ echo "startkde" > ~/.xinitrc
$ startx -- :1 &
[Back to text console again]
$ echo "/etc/X11/Sessions/Gnome" > ~/.xinitrc
$ startx -- :2 &


If done right, you'll have fluxbox on VT7, KDE on VT8 and GNOME on VT9. Some caveats though:

1. KDE crashes if you switch back to console before its loading screen finishes
2. So does gnome
3. Say goodbye to your free RAM
_________________
Registered Linux User #263260
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum