| View previous topic :: View next topic |
| Author |
Message |
madtomkidd Apprentice


Joined: 13 Jan 2003 Posts: 170 Location: Dayton, OH
|
Posted: Thu Jan 16, 2003 6:04 pm Post subject: 1.4rc2 stage3 gnome GRP problems |
|
|
I just finished installing Gentoo from inside Slackware and everything will boot up fine.
I followed the steps in the document and whenh it got to the GRP part i installed
Xfree86 GRP files
Then
Gnome GRP files.
Finished the other parts of the install then rebooted.
Well, i go to try configuring X and end up having to copy my config file from Slack to get things to work. It did, but "startx" should have brought up gnome... not that generic X interface.
so, i tried "gdm" command not found. what's that all about?
Help? |
|
| Back to top |
|
 |
webhawg Apprentice


Joined: 18 Oct 2002 Posts: 284
|
Posted: Fri Jan 17, 2003 4:35 pm Post subject: |
|
|
| madtomkidd wrote: |
so, i tried "gdm" command not found. what's that all about?
|
Try typing...
| Code: |
# source /etc/profile
|
Then try gdm and see if that works. Also, edit your '/etc/rc.conf' file so that it looks like the following.
| Code: |
# What display manager do you use ? [ xdm | gdm | kdm ]
DISPLAYMANAGER=gdm
XSESSION=Gnome
|
|
|
| Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 15989 Location: Colorado
|
Posted: Fri Jan 17, 2003 5:10 pm Post subject: |
|
|
Moved from Installing Gentoo. _________________ Safety is my gaol.
US Constitution | Amendments |
|
| Back to top |
|
 |
EnsignRicki n00b

Joined: 16 Jan 2003 Posts: 49
|
Posted: Fri Jan 17, 2003 7:28 pm Post subject: |
|
|
| I had that problem too. Someone mentioned in another thread that everytime you run that script in the GRP directory for gnome it only installs a few of the necessary components at a time. Therefore you have to keep running that script until everything gets installed. I had to run the script about 9 or 10 times consecutively before all of the necessary gnome components got installed. |
|
| Back to top |
|
 |
|