Re: Nvidia driver
"mick.crane" <[email protected]>
| Newsgroups | gmane.linux.debian.user |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-24 13:42, Michael wrote: > I have a Linux desktop using Debian Bullseye. > > While doing my monthly Debian upgrades (apt-get upgrade), I received > the > following > message: > > "This system has a graphics card which is no longer handled by the > NVIDIA > driver (package nvidia-driver). You may wish to keep the package > installed > - for instance to drive some other card - but the card with the > following > chipset won't be usable: The package "nvidia-detect" I believe will tell you which driver you need. > > apt install linux-headers-$(uname -r) > This will install the correct headers for the current kernel to build the nvidia modules. If the kernel changes you'll have to do that again. Installing the "meta-package" for your architecture, eg "linux-headers-amd64" will keep the headers up to date with the kernel so you don't have to worry about that anymore. mick