| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
|
|
By MrKrrtft at 2005-12-27 01:03
|
|
One of my pet peeves with Linux is not having the 3D Accelleration available while in Linux. Since my Windows hard drive completely failed, working in Linux hasn't been so bad, but a couple of the games I like to play are a bit slower due to software rendering. Below I outline the steps I took to get the nVidia drivers (1.0-8178 at the time of this writing) working with a default netinst of Debian Testing.
Get into pure console mode (runlevel 3)
- Reboot into Recovery Mode or switch down to runlevel 3 or the equivalent
- apt-get update
- apt-get install binutils
Install Kernel Source
- apt-get install linux-source-2.6.12 - replace 2.6.12 with your kernel version ('uname -a' or 'uname -r')
- cd /usr/src
- tar -jxvf linux-source-2.6.12
- ln -s linux-source-2.6.12 linux
Install Kernel Headers
- apt-get install linux-headers-2.6.12-1 linux-headers-2.6.12-1-386
Install nVidia Drivers
- sh NVIDIA-Linux-x86-1.0-8178-pkg1.run
Finally, Reboot to get back into X.
These are the steps that I found to work for me. I started to do it the "Deban Way" with Debian packages, but I couldn't find nvidia-kernel-source in Debian Etch. After experimenting with a botched Debian Testing netinst, I reinstalled with the default packages (base system, Graphical Desktop, base system config after a reboot). X came up just fine using the 'nv' X server.From all the reading I did on the Internet there is a drawback to this method. If you build your own kernel, or update your system and this update changes X config files you will have to do this again. However, the only step you have to do is the last one: sh NVIDIA-Linux-X86...Please leave any suggestions in the comments at the site for the main article and I will make changes as I can.
Original article is located at:
http://www.thewholeclan.com/will/wp-archives/2005/12/26/howto-installing-the-nvidia-graphics-drivers-on-debian-etch/
|
|
|
|
All times are GMT -5. The time now is 06:21 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.

|
Latest Threads
LQ News
LQ Podcast
LQ Radio
|
|
http://home.comcast.net/~andrex/Debi...tallation.html
Download the install-nvidia-debian.sh script and run it as root.