Jump to content

Installing Nvidia drivers in Debian 5 (lenny)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
farrell2k

farrell2k

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
Grab the latest nvidia driver for your architecture from nvidia.com.

ctrl + alt + F1 to enter a console.

Become root.

run /etc/init.d/gdm stop. If you use kde, you may be able to run /etc/init.d/kdm stop. I use gnome, so I am not sure.

apt-get install binutils build-essential gcc-4.1 linux-headers-$(uname -r)

run this: export CC="gcc-4.1"

Cd to folder then find nvidia driver. It ends in .run

execute bash N*.run and follow prompts

if the installer needs any more packages, install them and run bash *N*.run again.

Let the installer install the 32 bit compatible opengl libraries.

Let the install auto configure x for you.

Reboot and enjoy. If you don't want to reboot, you may be able to do a modprobe nvidia and then /etc/init.d/gdm start instead.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Very helpful, farrell2k. Thanks for posting.
+rep