LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How do I go about changing my window system in slackware 10? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-go-about-changing-my-window-system-in-slackware-10-a-202430/)

Slider847 07-07-2004 11:23 PM

How do I go about changing my window system in slackware 10?
 
Whenever I use startx, it just starts KDE. I would like to try out gnome. How do I change it so it starts Gnome or whatever I want?

I get the feeling that this is a very stupid question....

Jose Muņiz 07-07-2004 11:30 PM

When you get to runlevel 4

Code:


init 4

Either gdm or kdm will start. Or you can also type "kdm" or "gdm" in the console and then you'll be able to choose from a list of possibilities.

Slider847 07-07-2004 11:35 PM

Thank you for the prompt reply. :cool:

vdogvictor 07-08-2004 12:38 AM

as root run "xwmconfig"

jml75 07-08-2004 01:48 AM

Or,

Go to /etc/X11/xinit and do rm xinitrc. Then do ln -s xinitrc.gnome xinitrc.

This will remove the sym link xinitrc wich is linked to xinit.kde wich is the xinitrc that starts kde and replace it by a sym link to the xinitrc that starts gnome.


All times are GMT -5. The time now is 09:24 AM.