Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge Problem with kde
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Wed Jul 17, 2013 12:34 pm    Post subject: Reply with quote

ninifi wrote:

The other Problem is that after boot i'm not in the desktop environment. I'm in the shell an then i must manually make 'startx' to start kde. How can i make it automaticly?

As it was said above by TomWij, you have to select display manager in /etc/conf.d/xdm. SInce you emerged kdebase-meta, kdm should be built as well (as dependency). If no, you can emerge either kdm or xdm. Both will work.
Assuming you have kdm built already: add this string to /etc/conf.d/xdm file (as root):
Code:
DISPLAYMANAGER="kdm"

and run (as root):
Code:
rc-update add kdm default

after that you have to select which command should be executed for kde starting:
Code:
echo "exec startkde" > ~/.xinitrc

That's all. If you have xdm installed, just replace "kdm" with "xdm"

ninifi wrote:

And now my problem is that i don't have Internet in the Desktop environment, but in the shell i have connetion.
I can ping and with wget i get a index.html file.
Must i configure an other thing or what should I do??


Can you explain, can you ping in CLI only or ping works in KDE as well?
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
Goto page Previous  1, 2
Page 2 of 2

 
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