View previous topic :: View next topic |
Author |
Message |
Anthony_winters n00b
Joined: 09 Aug 2004 Posts: 7 Location: Netherlands
|
Posted: Fri Aug 20, 2004 1:28 pm Post subject: howto disable gnome |
|
|
Hello people,
I`ve the following problem, I installed gnome, after that I`ve reconfigerd my rc.conf, but now when I start my laptop is start at first grub after that I get a login screen of gnome but after login, it does not start gnome, and then I can get any further. with other words my laptop crashes, how can I disable, gnome so that it whill not start, I`m using grub, is there any option availeble in grub to disable gnome
Thanks and Greetzzz Anthony |
|
Back to top |
|
|
rcxAsh Guru
Joined: 03 Jul 2003 Posts: 457 Location: /etc/localtime
|
Posted: Fri Aug 20, 2004 3:29 pm Post subject: |
|
|
I'm not sure if I read your question right, but you want to the gnome login screen to stop coming up when you boot?
To stop the gnome login screen from coming up at boot (gdm), you can either stop the xdm service from loading automatically, or, you can change your rc.conf to use a different display manager.
Sounds like you probably want to do the first? Get into a console as root and do: Code: | rc-update del xdm default |
You can also stop the service if already started by doing: Code: | /etc/init.d/xdm stop |
If you just don't want to use gnome, gdm should allow you to choose a different session. IIRC, the new way to add to the session list is to create a .desktop file in /usr/share/xsessions. Take a look at the ones already there to get an idea how to create them I guess.
Grub shouldn't have anything to do with gnome. _________________ rcxAsh
Last edited by rcxAsh on Fri Aug 20, 2004 3:33 pm; edited 1 time in total |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Fri Aug 20, 2004 3:32 pm Post subject: |
|
|
At the login screen you can use the key
combination
to drop to a console, which should give you an opportunity
to investigate what's going on.
BTW:
should bring you back to X-mode. |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Fri Aug 20, 2004 7:54 pm Post subject: |
|
|
Quote: | [CTRL][ALT][F7]
should bring you back to X-mode. |
You meant [ALT]+[F7]? _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
rcxAsh Guru
Joined: 03 Jul 2003 Posts: 457 Location: /etc/localtime
|
Posted: Fri Aug 20, 2004 8:02 pm Post subject: |
|
|
Doesn't Ctrl+Alt+F7 work too? Just an extra keystroke, but I think it works?
/me goes to check
Yah.. it works too. _________________ rcxAsh |
|
Back to top |
|
|
blaster999 l33t
Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Fri Aug 20, 2004 8:18 pm Post subject: |
|
|
When I first installed Gentoo, Ctrl-Alt-F7 didn't work for some reason _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
|
|