Installing nVidia drivers on debian linux
Since I forget the steps every single time I try to install or upgrade linux I’ll write them down.
- download the drivers from www.nvidia.com (usually a file with .run extension)
- download the kernel header files — apt-get install linux-headers-$(uname -r)
- execute the command — sh path to the nvidia driver here
There is another method I found, that seems to work for a lot of people:
- apt-get install module-assistant
- m-a prepare
- m-a auto-install nvidia
Comments(2)