Results 1 to 7 of 7
i'm trying to kill my x session to so i can install drivers i downloaded from the nvidia website, i have tried ctrl-alt-backspace it works, but my x server automatically ...
- 10-29-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 7
nvidia installer in debian
i'm trying to kill my x session to so i can install drivers i downloaded from the nvidia website, i have tried ctrl-alt-backspace it works, but my x server automatically restarts - how do i kill my x session without it restarting, or what's the runlevel for command line only and GUI so i can switch it to command line, install my drivers and then switch it back to GUI.
Thx
- 10-29-2005 #2
Re: nvidia installer in debian
init 3
Originally Posted by silverweave Nothing is worse than ten penguins fighting over which is better, vi or emacs.
Registered Linux User #404402
Finally I'm back on LF after a long while.
- 10-30-2005 #3Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
Re: nvidia installer in debian
I doubt that'll work since Debian (at least my install) installs GDM in every single run level. The only way I've gotten it to stop is first getting to a CLI (CTRL+ATL+F2) and typing:
Originally Posted by Stefann
Or "kdm" if you use KDE.Code:/etc/init.d/gdm stop
- 10-30-2005 #4Just Joined!
- Join Date
- Jun 2005
- Location
- GA
- Posts
- 14
ctrl alt f1 to get to a command line
as root
that's one easy wayCode:killall gdm
- 10-31-2005 #5Just Joined!
- Join Date
- Oct 2005
- Posts
- 5
Hi. I had bad luck with the NVIDIA drivers working. If you have trouble, and they do have a good uninstaller included, Google "debian nvidia" and use the instructions by the site tinyplanet. They worked flawlessly for me. I don't know good from another but GLXGears shows 933 fps. I think that's pretty good. Good luck.
- 11-01-2005 #6Just Joined!
- Join Date
- Sep 2005
- Location
- Malta, NY
- Posts
- 3
For the nVidia drivers I found it easiest to use module assistant. I ctl-alt F2 to a console, sign in as root and killall gdm. Then:
apt-get install module-assistant nvidia-kernel-common
module-assistant prepare
module-assistant auto-install nvidia
module-assistant install nvidia-glx
When it is all done I edit my XF86 config files and restart.
You do need to have the non-free sources turned on I believe.
- 11-01-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
cd to you runlevel folder (/etc/rcx.d where x is the runlevel you boot to) and 'mv S99gdm _s99gdm'. this will make it not start at boot. just use mv to take away the '_' if you want it back.


Reply With Quote
