NVIDIA: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
https://wiki.debian.org/NvidiaGraphicsDrivers | Debian 12 "Bookworm" | ||
* Version 470.94.00 | |||
* | |||
For support of GeForce 600 series and newer GPUs (supported devices). For older devices, see Version 390 (legacy GPUs). | |||
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 | |||
= Links = | |||
== Intern == | |||
== Weblinks == | |||
# https://wiki.debian.org/NvidiaGraphicsDrivers | |||
[[Kategorie:Linux:X-Window]] | [[Kategorie:Linux:X-Window]] | ||
[[Kategorie:Linux:Hardware]] | [[Kategorie:Linux:Hardware]] |
Version vom 1. Februar 2022, 19:06 Uhr
Debian 12 "Bookworm"
- Version 470.94.00
For support of GeForce 600 series and newer GPUs (supported devices). For older devices, see Version 390 (legacy GPUs).
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