Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

NVIDIA driver installation the Debian way, with some quirks

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Seally
Posts: 2
Joined: 2010-05-15 06:25

NVIDIA driver installation the Debian way, with some quirks

#1 Post by Seally »

I am trying to install the non-free NVIDIA drivers. I have read the guide here http://wiki.debian.org/NvidiaGraphicsDrivers but what they didn't mention is what to do when you have a graphics card that isn't supported in Debian Lenny's repo driver version.
I have the GeForce GTS 250, which isn't listed under the 173.14.09 (the stable repo version) supported VGA cards list. The version I need can be found in Sid and Squeeze (195.36.24 currently). If I add the Sid repository, it seems to work but it returns a whole lot of other unrelated package updates and its really annoying since I don't want to change to Sid yet. So how do I keep the rest of my packages under Debian lenny with only the minimal amount of packages to be under Sid. I tried APT pinning once but the standard '*' won't work unless if it's alone in the 'Package' line. To clarify, a line like

Code: Select all

Package: nvidia-*
would get ignored.
I would also need a list of required packages and dependencies that must be installed from Debian sid to get this to work. The documentation for APT didn't help much. I got really confused there.
I can usually get around this problem by using the NVIDIA way but then I can't boot into Gnome GUI at all under other kernel versions except the one I compiled it for, unless I use the terminal to restore the Xorg stock drivers.

Any help would be appreciated.

fsmithred
Posts: 1873
Joined: 2008-01-02 14:52

Re: NVIDIA driver installation the Debian way, with some quirks

#2 Post by fsmithred »

You can install the driver the nvidia way for multiple kernels.

Code: Select all

sh NVIDIA-whatever.run -K -k <some-other-kernel-version>
Run the script with the --help option for help or the -A option for advanced help.

milomak
Posts: 2168
Joined: 2009-06-09 22:20
Been thanked: 2 times

Re: NVIDIA driver installation the Debian way, with some quirks

#3 Post by milomak »

Desktop: A320M-A PRO MAX, AMD Ryzen 5 3600, GALAX GeForce RTX™ 2060 Super EX (1-Click OC) - Sid, Win10, Arch Linux, Gentoo, Solus
Laptop: hp 250 G8 i3 11th Gen - Sid
Kodi: AMD Athlon 5150 APU w/Radeon HD 8400 - Sid

Post Reply