Quote:
Originally Posted by Amaranth
What are the parameter changes needed to boot directly into the KDE desktop? My startup currently runs the frame buffer and I have to log into "darkstar" and then type "startx". I'm currently using Slackware 13.37. I want to power up and have the KDE desktop start automatically. Thanks for any advice/direction.
|
Okay we do it the easier (not 'vi' editor) way. Be on the X window as "root" first, "startx" as you used to do.
When you are logged as root do this:
Hit keys
a run dialog appears. On it enter these:
Code:
kate -b /etc/inittab
When kate presents you the inittab look for these lines:
Quote:
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
|
That number " 3 " change it to "
4 " do not put quotation marks, just change the number alone. Save it and Restart. You will be taken directly to the X window login.
CAUTION: Never change anything on the inittab, only the number "3" make it "4" nothing else.
Hope that helps.
Goodluck.
m.m.