Wednesday, January 19, 2011

Nvidia driver on Debian Lenny

How to install Nvidia driver on Debian Lenny

To download the most update driver visit:

http://www.nvidia.com/page/drivers.html

You need additional drivers to compile the driver:

# apt-get update

# apt-get install binutils module-assistant build-essential pkg-config xserver-xorg-dev

exit the graphic mode by pressing:

CTRL+ALT+F1

#su

Enter your password

# /etc/init.d/gdm stop
# m-a update
# m-a prepare

# sh NVIDIA-Linux....

Accept the questions

Reboot the computer and that's it!

No comments:

Post a Comment