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

 

 

 

Debian 10, Nvidia Graphics driver install (geforce gt 630)

Need help with peripherals or devices?
Post Reply
Message
Author
okanagansage
Posts: 4
Joined: 2017-03-19 02:14
Location: Canada

Debian 10, Nvidia Graphics driver install (geforce gt 630)

#1 Post by okanagansage »

Hey, so I've looked at the NvidiaGraphicsDrivers page:
https://wiki.debian.org/NvidiaGraphicsDrivers
but there's no section on Debian 10

I've run nvidia-detect and the output is
Detected NVIDIA GPUs:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108 [GeForce GT 630] [10de:0f00] (rev a1)

Checking card: NVIDIA Corporation GF108 [GeForce GT 630] (rev a1)
Your card is only supported up to the 390 legacy drivers series.
It is recommended to install the
nvidia-legacy-390xx-driver
package.
I checked the current (default) driver with:

Code: Select all

sudo lshw -c video
(Had to install lshw). That told me the currently used graphics driver is nouveau.

I've checked that my /etc/apt/sources.list file has: buster main contrib non-free

All the sections on the NvidiaGraphicsDrivers page seem to say to run the command:

Code: Select all

apt-get install linux-headers-$(uname -r|sed 's/[^-]*-[^-]*-//')
so I'm assuming that's the next thing to do.

?After that, do I just install nvidia-legacy-390xx-driver with

Code: Select all

sudo apt install nvidia-legacy-390xx-driver
Then reboot to enable the nouveau blacklist?

?I don't have to mess with backports?
Am I missing anything?
Last edited by okanagansage on 2019-11-25 22:05, edited 1 time in total.

User avatar
sunrat
Administrator
Administrator
Posts: 6495
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Debian 10 Buster Nvidia Graphics install (geforce gt 630

#2 Post by sunrat »

Yes do exactly what you posted. No backports but you will need non-free sources active. There are no new instructions for Debian 10 as they are exactly the same as for Debian 9.
GT630 should work fine with nouveau anyway. Try it for a while and don't bother with the nvidia one unless you need it. I'm running a GTX560Ti on nouveau and it's actually better than the nvidia one which glitches and freezes occasionally on this system.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Debian 10, Nvidia Graphics driver install (geforce gt 63

#3 Post by stevepusser »

Rather than that esotoric command, I make sure the system is ready to build kernel modules by installing module-assistant and running with sudo or as root:

Code: Select all

m-a prepare
Also, make sure that the Nvidia card is the only one in your system--many laptops have dual integrated and discrete cards, and that needs a different procedure.
MX Linux packager and developer

User avatar
sunrat
Administrator
Administrator
Posts: 6495
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Debian 10, Nvidia Graphics driver install (geforce gt 63

#4 Post by sunrat »

stevepusser wrote:Rather than that esotoric command, I make sure the system is ready to build kernel modules by installing module-assistant and running with sudo or as root:

Code: Select all

m-a prepare
I wish we knew how to edit the wiki. That is indeed a more sensible method.
Also, make sure that the Nvidia card is the only one in your system--many laptops have dual integrated and discrete cards, and that needs a different procedure.
In this case GT630 is a desktop card, the most modest one Nvidia currently make. Its laptop equivalent is called 630M.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply