Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kde 3.1 won't start
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
piusvii
n00b
n00b


Joined: 13 Feb 2003
Posts: 12

PostPosted: Thu Feb 13, 2003 6:22 am    Post subject: kde 3.1 won't start Reply with quote

I couldn't find an answer for this searching. I did a fresh install 1.4_rc2 and emerged KDE 3.1 successfully. Ran xf86config (seemed to go ok). I have to manually start xfs and then if I type startx a really ugly windowing system does come up. When I type startkde, I get errors about opening the display. I tried typing xhost + but it didn't help. Any pointers to more info? Thx
Back to top
View user's profile Send private message
ender wiggin
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 119
Location: CO

PostPosted: Thu Feb 13, 2003 6:38 am    Post subject: Reply with quote

Are you running startkde after you run startx ( within an xconsole)? startkde is meant to be run without X running and it will start X (and KDE) for you. Alternatively, if you want a graphical login, try this:

Code:
rc-update add kdm default


this should give you KDE's login manager (KDM) after a reboot.
_________________
"There is no teacher but the enemy."
Back to top
View user's profile Send private message
sepp2k
Tux's lil' helper
Tux's lil' helper


Joined: 06 Feb 2003
Posts: 78

PostPosted: Thu Feb 13, 2003 6:49 am    Post subject: Reply with quote

startkde does NOT start X. just write exec startkde in you ~/.xinitrc and KDE will be started when you type startx
Back to top
View user's profile Send private message
ender wiggin
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 119
Location: CO

PostPosted: Thu Feb 13, 2003 7:23 am    Post subject: Reply with quote

Sorry - you're right. Either sepp2k's .xinitrc option or the kdm option should work.
_________________
"There is no teacher but the enemy."
Back to top
View user's profile Send private message
hhaamu
Apprentice
Apprentice


Joined: 23 Aug 2002
Posts: 253
Location: Finland

PostPosted: Thu Feb 13, 2003 9:47 am    Post subject: Reply with quote

ender wiggin wrote:
Alternatively, if you want a graphical login, try this:

Code:
rc-update add kdm default


this should give you KDE's login manager (KDM) after a reboot.


Nope, that should be:

Code:
rc-update add xdm default


And you should edit your /etc/rc.conf to have this line:
DISPLAYMANAGER=kdm
Back to top
View user's profile Send private message
piusvii
n00b
n00b


Joined: 13 Feb 2003
Posts: 12

PostPosted: Fri Feb 14, 2003 6:40 am    Post subject: Reply with quote

Thanks guys, but my problem is that KDE doesn't start. Without X running first, when I type startkde, it gives me errors about finding and opening the display. I don't want to have it start up by default until/unless I can get this sorted out. Thanks.
Back to top
View user's profile Send private message
graphrez
n00b
n00b


Joined: 14 Feb 2003
Posts: 3
Location: Chicago, Il

PostPosted: Fri Feb 14, 2003 7:00 am    Post subject: Reply with quote

The problem is that there is no problem.

X sets up the display that KDE is complaining about not finding. So you need to have X running first. If you want to test your kde installation before setting it to start automaticly, then I suggest the following.

$cp ~/.xinitrc ~/.xinitrc-orig
$echo "exec xterm &" > ~/.xinitrc
$xinit

running xinit will start X and the "xterm" will start up a terminal window inside X. Now all you have to do is type "startkde" and watch it all load.
If you have a problem:

$cp ~/.xinitrc-orig ~/.xinitrc
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum