NVIDIA: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 25: | Zeile 25: | ||
[[Kategorie:Linux:X-Window]] | [[Kategorie:Linux:X-Window]] | ||
[[Kategorie:Linux:Hardware]] | [[Kategorie:Linux:Hardware]] | ||
[[Kategorie:Linux:Distribution:Debian]] |
Version vom 14. Februar 2022, 12:53 Uhr
Debian 12 "Bookworm"
- Version 470.94.00
For support of GeForce 600 series and newer GPUs. More details:https://wiki.debian.org/NvidiaGraphicsDrivers
Add "contrib" and "non-free" components to /etc/apt/sources.list, for example:
# Debian Bookworm deb http://deb.debian.org/debian/ bookworm main contrib non-free
Update the list of available packages, then we can install the nvidia-driver package, plus the necessary firmware:
# apt update # apt install nvidia-driver firmware-misc-nonfree
DKMS will build the nvidia module for your system, via the nvidia-kernel-dkms package.
Restart your system to load the new driver.