Also acta

Debian Squeeze with OpenBox

Debian GNU/Linux - Squeeze with OpenBox
If you can walk and chew gum at the same time, you can run GNU/Linux

debian tutorials
debiantutorials.org is built on and runs on Debian.

 

Creative Commons License
Intermittant nvidia driver reinstalls Print E-mail
Written by machiner   
Sunday, 12 December 2010 09:28
As I run with the evil Nvidia binaries every once in a while I have to reinstall. Say if there's an Xorg update, as there was this morning. I can still boot to a pretty desktop but Nexuiz won't run. Well, it's a simple thing to fix it up.

If you run gdm or the like you'll have to stop it. Ctrl+Alt+F1, login as root, run /etc/init.d/gdm stop (or gdm3, whatever you have). Now you can work the nvidia drivers.

With your display manager off so X isn't running it's a snap to get your fancy 3d game back. Here is what I do in order:

  • # nvidia-installer --uninstall
  • # cd ~/downloads/multimedia/nvidia
  • # ls
  • # rm /usr/bin/gcc
  • # ln -s /usr/bin/gcc-4.3 /usr/bin/gcc
  • # sh NVIDIA-Linux-x86-260.19.12.run

I do not allow it to mess with xorg.conf.

  • # modprobe nvidia

Now you can relink gcc-4.4 to /usr/bin/gcc and then restart gdm. Done deal. Took, what? 1 minute?

Happy Sunday

Comments
Only registered users can write comments!

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated on Sunday, 12 December 2010 09:29