LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Windows Manager default (https://www.linuxquestions.org/questions/linux-newbie-8/windows-manager-default-209465/)

ToothlessRebel 07-25-2004 11:47 AM

Windows Manager default
 
Was reading through the forums about booting to the GUI, and Slackware 9.1 defaulting to the GNOME window manager (GWM or something). Someone mentioned a file that could be modified by commenting out the GNOME manager so that when booting to the GUI it would start the KDE window manager instead.

Could someone remind me of that file? I can't find the thread again.

Also, as I write this I try to remember what file determines what runlevel it will boot to, I seem to think inittab, but if I'm wrong I'll not know where to look. If someone could throw that information in too, it would be appreciated.

rylan76 07-25-2004 11:49 AM

Yes its inittab : /etc/inittab

Runlevel on startup is set by the id:3:initdefault: line. If you want to boot directly into xwindows that 3 must become a 5 (at least on Redhat systems, as far as I know)

ToothlessRebel 07-25-2004 07:31 PM

On Slackware 9.1 it's run level 4 to boot directly into Xwindows. That's for verifying the file. Know, what determines what manager it loads when logging in?

scuzzman 07-25-2004 11:16 PM

i have a fine in my ~ directory called

~/.xinitrc

I just comment out the lines and it works, although i've been told this is improper. this is what mine looks like:

Code:

##### My ~/.xinitrc #####
#gnome-session
startkde
#enlightenment
#icewm
#fluxbox
#blackbox
#windowmaker



All times are GMT -5. The time now is 12:16 AM.