Results 1 to 6 of 6
I'm trying to install nvidia drivers for the Geforce 7100/ nforce 630i, but each time i try, it asks me to shutdown some X code server. I don't know what ...
- 10-15-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 3
NVidia install requires me to shutdown X server. How do i do it?
I'm trying to install nvidia drivers for the Geforce 7100/ nforce 630i, but each time i try, it asks me to shutdown some X code server. I don't know what this is, and i haven't installed anything yet so it seems to be a part of the OS. I dual boot ubuntu and windows xp and am new to ubuntu and a complete n00b
- 10-15-2011 #2
Hello and Welcome!

The X Server is the graphical environment.
First, press Ctrl+Alt+F1 to switch to a text-based console. Login, and do sudo /etc/init.d/gdm stop.
That will kill the graphical environment.
Then, to restart it: sudo /etc/init.d/gdm start.
Hit Ctrl+At+F7 to get back to your GUI.
If any errors pop-up, post them here, and someone should be able to help.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-16-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 3
this error pops up " sudo: /etc/init.d/gdm command not found "... my desktop also frequently crashes... does that mean its a bad install??
- 10-16-2011 #4
What version of Ubuntu is this?
And what do you mean by crashing? Any errors on screen? Computer restarting or logging you out?
How long has this been happening?Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 10-17-2011 #5Just Joined!
- Join Date
- Oct 2011
- Posts
- 3
11.10... installed it using that wubi or webi or wutever installer... and no errors... it just doesn't do anything... nothing moves... no mouse no nothing... it stalls on wutever screen it is on... :-/
- 10-17-2011 #6Guest
- Join Date
- Feb 2005
- Posts
- 314
The gdm init script was renamed to "gdm3" when that display manager was released. Try this
orCode:invoke-rc.d gdm3 stop
orCode:/etc/init.d/gdm3 stop
(as root)Code:service gdm3 stop


Reply With Quote