June 3, 2006
Installing/Updating NVIDIA Linux drivers (X.org)
Alright, so let’s say you want to install/update the latest NVIDIA drivers for your Linux machine, you downloaded the drivers from www.nvidia.com, ran the NVIDIA-Linux-(arch)-versionnb.run script but X still doesn’t want to boot, you probably missed few steps.
- Download the NVIDIA Linux drivers from www.nvidia.com
- chmod +x
- if its a fresh install skip to step: 5
- Unload module “nvidia” using rmmod or modconf (debian)
- Kill your X server, i usualy do a /etc/init.d/gdm stop
- Run the driver installation script and follow the instructions
- Depending on your distro, everything should work normaly, on Debian i had to create symlinks from /usr/X11R6/lib/modules/nvidia_drv* to /usr/lib/xorg/modules/drivers/
- You might as well want to enable glx, for that create symlinks from /usr/X11R6/lib/modules/extensions/* to /usr/lib/xorg/modules/extention/
- Load the module “nvidia” using modprobe or modconf
- Change your /etc/X11/xorg.conf using “nvidia” in the Driver variable of the Section “Device”
- Restart X, i use /etc/init.d/gdm start
- Enjoy !!
Filed by haytham at 7:56 am under Linux HOWTOs / Tutorials
No Comments