+ Reply to Thread
Results 1 to 2 of 2

Thread: Installing Nvidia drivers in Debian 5 (lenny)

  1. #1
    farrell2k is offline Learning Programmer
    Join Date
    Mar 2009
    Posts
    60
    Rep Power
    11

    Installing Nvidia drivers in Debian 5 (lenny)

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest

    Re: Installing Nvidia drivers in Debian 5 (lenny)

    Very helpful, farrell2k. Thanks for posting.
    +rep

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 06-30-2010, 07:09 AM
  2. Firefox 3.5+ in Debian lenny(stable) AMD64
    By farrell2k in forum Linux Tutorials, Guides and Tips
    Replies: 0
    Last Post: 07-04-2009, 12:00 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts