Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 05-13-2006, 10:52 PM   #1 (permalink)
 
Monster Techie

Join Date: Dec 2003

Posts: 1,087

IBMan

Send a message via Yahoo to IBMan
Default slackware 10.2 wont load kde

Hey guys, just got done installing slackware 10.2, and i learned a lot during the installation. Installation was successful except i'm running into problems. I selected to automatically start kde on boot but instead i come up to a logon PROMPT, as in text mode only, i logged in as root and did a start kde command but i get the following output.
Quote:
root@slackbox:~# startkde
xsetroot: unable to open display ' '
xset: unable to open display ""
xset: unable to open display ""
xset: unable to open display ""
xsetroot: unable to open display ''
startkde: starting up...
startkde: Running kpersonalizer
kwin: cannot connect to X server
kpersonalizer: cannot connect to X server
and it endlessly repeats the last line.

If anyone can help me by giving me step by step instructions onw how I can try and fix this..it would be more than greatly appreciated.

Dual Pentium II 400 mhz
384 mb ram
__________________
Server:
AMD Athlon 4000+ @ 2.4 GHz
4096 MB RAM
40 GB HDD
Dual Mirrored 500 GB HDDs
DVD-ROM Drive
Windows Server 2003 x64 R2 SP2
IBMan is offline  
Old 05-13-2006, 11:17 PM   #2 (permalink)
 
Ultra Techie

Join Date: May 2005

Location: Townsville, QLD

Posts: 641

jakec is on a distinguished road

Default

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
jakec is offline  
Old 05-13-2006, 11:22 PM   #3 (permalink)
 
Monster Techie

Join Date: Dec 2003

Posts: 1,087

IBMan

Send a message via Yahoo to IBMan
Default

ok, i'll give it a try, thanks for replying.

ok, awesome, got into KDE, now for changing that runlevel number, thank you so much.

EDIT: file edited and system currently rebooting, thank you again for help.
__________________
Server:
AMD Athlon 4000+ @ 2.4 GHz
4096 MB RAM
40 GB HDD
Dual Mirrored 500 GB HDDs
DVD-ROM Drive
Windows Server 2003 x64 R2 SP2
IBMan is offline  
Old 05-14-2006, 06:01 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

keep in mind, changing the default run level has risks associated with it, automatically logging into X means if you crash KDE or one its apps or X itself you will quickly be wondering how to get back to that nice safe commandline prompt..................

its much safer just to type startx from the command line every time
horndude is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On