Click to See Complete Forum and Search --> : GUI for Slackware


johnmann
08-19-2001, 03:01 AM
I have Slack 8 and think it is pretty cool. However,I would like KDM to "login" and "logout" instead of always typing "startx" or the "shutdown" commands.How would I do this?

[ 19 August 2001: Message edited by: johnmann ]

BobjoB
08-19-2001, 03:14 AM
start your system in run level 4 for x login
(eg run the init 4 command or switch your setup by running the "setup" prog =P)

danrees
08-19-2001, 05:18 AM
To be slightly more useful, you need to change the beginning of your /etc/inittab to the following:

# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:

Slackware defaults with:
id:3:initdefault:

Which is actually the sensible thing to do, because you can make sure you can get X running before defaulting into GUI mode.

jbstew32
08-19-2001, 11:22 AM
or you could just type kdm :)

johnmann
08-19-2001, 02:52 PM
Thanks guys for the help got KDM up and running how I want it.Thanks again.