type in...
root
...for the username and press enter. It will then ask for root's password. Type it in and press enter. Then once you get a "#" at the end of your prompt rather than a "$." type in:
kdm
And press enter. This is where you will sign in your regular user name and password to get to your desktop. Once there, open a terminal and type:
xhost + localhost [enter]
Become root as before...
su [enter]
It will ask for root's password. type it in and press enter. Then go:
kate /etc/inittab [enter]
Look for a line that looks like this...
Code:
# Default runlevel. (Do not set to 0 or 6)
id:3:initdefault:
Change the 3 to a 4 so it looks like this...
Code:
# Default runlevel. (Do not set to 0 or 6)
id:4:initdefault:
Save this file and exit. Now when you reboot, it will take you straight to kdm so you can log in.
Hope this Helps,
Jake
sources:
http://www.linuxforums.org/forum/sla...tkde-help.html