Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Newby:how to start kde

0 views
Skip to first unread message

lost

unread,
Feb 9, 2004, 10:12:19 AM2/9/04
to
I emerged kde and it compiled all night long, now how do i start it
up?

Will Dormann

unread,
Feb 9, 2004, 10:36:07 AM2/9/04
to
lost wrote:

> I emerged kde and it compiled all night long, now how do i start it
> up?


startx


-WD

Charles

unread,
Feb 9, 2004, 9:16:06 AM2/9/04
to
On Mon, 09 Feb 2004 07:12:19 -0800, lost wrote:

> I emerged kde and it compiled all night long, now how do i start it
> up?

Do this:
nano -w /etc/make.conf
# and add USE="qt kde"
env-update && source /etc/profile
# then go to /etc/X11/Sessions, look at the version of KDE, and write it
# down on a sheet of paper (ie: kde-3.1.4)
nano -w /etc/rc.conf
# add at the bottom I think XSESSION="kde-3.1.4", adapt to the version of
# KDE you have installed
# then reboot:
shutdown -r now

--
Charles.

________________________________________________________________
Message posted using PAN, new reader for Gnome with Gentoo Linux.

Andreas Steffen

unread,
Feb 9, 2004, 12:37:14 PM2/9/04
to
There are two possibilities, depending on whether you want graphical or
console login.

Console login:
Just for making sure
#rc-update del xdm default
$echo "startkde" > ~/.xinitrc
$startx

Graphical login:
Make sure you have kdm installed (should be part of kdebase).
In /etc/rc.conf, set DISPLAYMANAGER to kdm.
As root say
#rc-update add xdm default
This has gentoo start up xdm on every boot. Now either reboot or start it
manually by doing
#/etc/init.d/xdm
(also as root). That should fire up the X server and give you a login
dialog.

Good luck
Andreas

Charles

unread,
Feb 9, 2004, 11:55:39 AM2/9/04
to
I forgot, you need to add:

kdm
# then, edit /etc/rc.conf and set DISPLAYMANAGER="kdm"
rc-update add xdm default

Good luck,

0 new messages