PDA

View Full Version : [ubuntu_studio] Can't stop Gnome


ceedub7
February 17th, 2009, 12:13 AM
I was trying to turn off Gnome in order to install Nvidia drivers, but it won't turn off and give me a prompt.

"sudo /etc/init.d/gdm stop" gives the message "* Stopping GNOME Display Manager..." but nothing actually happens.

"sudo killall gdm" just gives me a garbled and unusable display.

I am sure I use Gnome. While I can just boot in safe mode and get a text prompt from there, I would like to find out what the problem is here.

Any suggestions?

perlluver
February 17th, 2009, 12:15 AM
I assume that the restricted drivers didn't work for you? System>Administration>Hardware Drivers. If they are not there, you could try envy, they both make it easier to install Nvidia drivers.

dzark
February 17th, 2009, 12:21 AM
So you Ctrl-Alt-F2 (or F whatever) out of the desktop into another text login screen (console)?

After logging in, try sudo /etc/init.d/gdm stop

It will come up with "Stopping GNOME Display Manager..." afterwhich you'll be back at prompt. You can verify that it's not running my pressing Alt-F7 which is the console where desktop the normally runs

also try ps -A | grep gdm
if that results in anything, then gdm is still running...

Now run Nvidia installer..

And then start it with

sudo /etc/init.d/gdm start

ceedub7
February 17th, 2009, 12:41 AM
Thanks for the replies. I needed to hit Ctrl-Alt-f2 instead of trying to turn off gdm from a terminal window.