It's best to print it to so everyone knows what it is:
- Code: Select all
$ lspci |grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation TU116 [GeForce GTX 1660 Ti Rev. A] (rev a1)
OK
This by all accounts is very recent so it's unsupported by the stable 4.19.0-6-amd64 kernel. However, you may like to see what the NVIDIA GPU detection utility says:
Having logged in (unless you have configured sudo during installation), you need to use the su - command (with the hyphen) and then enter your root password:
- Code: Select all
user@debian:~$ su -
Password:
root@debian:~# nano /etc/apt/sources.list
Add main contrib to the line so that it looks similar to this:
- Code: Select all
deb http://ftp.us.debian.org/debian/ buster main contrib non-free
Then
Control O followed by Enter to write out
And
Control X to exit
- Code: Select all
root@debian:~# apt update
root@debian:~# apt install nvidia-detect
Then exectute the command:
- Code: Select all
# nvidia-detect
And post the result here.
On a technical note, having read
Nouveau-Turing-TU116-Support, I think the graphics card is only likely to have limited support in the unstable kernel:
linux-image-amd64 | 5.3.9-2 | unstable | amd64
However, I doubt it will work with the xserver-xorg-core but using this kernel might be worth a try.
To conclude: Since it doesn't look possible to install from Debian repositories, probably the only way to go at present is to install the official NVIDIA driver package.
Maybe someone else has the same or a similar graphics card and can advise.
"Please accept my resignation. I don’t care to belong to any club that will have me as a member".—Groucho Marx