Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
can't boot directly into X?
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
shanenin
Guru
Guru


Joined: 28 Nov 2003
Posts: 578
Location: Rochester, MN U.S.A

PostPosted: Tue Dec 02, 2003 3:58 pm    Post subject: can't boot directly into X? Reply with quote

It is still just booting into a text environment. This is the procedure I did to try to boot into X. in my /etc/inittab I changed the runlevel to 5. In my /etc/rc.conf I did the following
Code:

# What display manager do you use ?  [ xdm | gdm | kdm | elogin | entrance ]
DISPLAYMANAGER="gdm"
#
# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps
#XSESSION="Gnome"
XSESSION="kde-3.1.4"

_________________
http://brighteyedcomputer.com
Back to top
View user's profile Send private message
StaffanP
n00b
n00b


Joined: 01 Oct 2002
Posts: 35
Location: Sweden

PostPosted: Tue Dec 02, 2003 5:03 pm    Post subject: Reply with quote

runlevel 3 in /etc/inittab is fine..

did you do

Code:

rc-update add xdm default
Back to top
View user's profile Send private message
Stu L Tissimus
Veteran
Veteran


Joined: 08 Jun 2003
Posts: 1339
Location: NJ, 5 minutes from NYC

PostPosted: Tue Dec 02, 2003 5:22 pm    Post subject: Reply with quote

Man, you beat me to it!
_________________
old outdated sig
Back to top
View user's profile Send private message
shanenin
Guru
Guru


Joined: 28 Nov 2003
Posts: 578
Location: Rochester, MN U.S.A

PostPosted: Tue Dec 02, 2003 5:42 pm    Post subject: Reply with quote

Thanks guys that works.

I have to say gentoo does things quite differently then slackware, as far a configuration.

why does this line work?
rc-update add xdm default
_________________
http://brighteyedcomputer.com
Back to top
View user's profile Send private message
Cherad
n00b
n00b


Joined: 14 Aug 2003
Posts: 49

PostPosted: Tue Dec 02, 2003 8:00 pm    Post subject: Reply with quote

The basic workings of Gentoo's init system are described here:

http://www.gentoo.org/doc/en/rc-scripts.xml

A read through all of the documentation on the Gentoo site will never be time wasted. It's well-written and very informative.
Back to top
View user's profile Send private message
Stu L Tissimus
Veteran
Veteran


Joined: 08 Jun 2003
Posts: 1339
Location: NJ, 5 minutes from NYC

PostPosted: Wed Dec 03, 2003 5:40 am    Post subject: Reply with quote

Let's see... rc-update is basically a nice script that allows you to easily manage stuff that runs at startup. This stuff is in /etc/init.d and can be configured in /etc/conf.d. So, let's dissect the command.

rc-update add xdm default

I've already explained rc-update. add is pretty self-explanatory, since there is also a del command. xdm is one of the programs that can start up at bootup, it's the thing you use if you want to use xdm, gdm or kdm. defualt is the runlevel, which you don't really need to worry about right now.
_________________
old outdated sig
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