Table des matières

Installer le driver officiel sur ma Debian sid

Configuration:

Installation faite suivant la documentation du site https://phoenixnap.com/kb/nvidia-drivers-debian

Documentation rapide:

Aller sur le site https://www.nvidia.com/en-us/drivers/unix/ et télécharger le driver le plus récent (550.142 a ce jour)

Installation des prérequis

sudo apt -y install linux-headers-$(uname -r) build-essential libglvnd-dev pkg-config

Blacklist du driver nouveau

sudo nano /etc/modprobe.d/blacklist-nouveau.conf

Ajouter les lignes suivantes.

blacklist nouveau
options nouveau modeset=0

Mettre à jour initramfs

 sudo update-initramfs -u 

Désactiver l'interface graphique

sudo systemctl set-default multi-user.target

Redémarrer

systemctl reboot

Se connecter en root (ou utilisateur sudo) et installer le driver.

cd /home/utilisateur/Téléchargement
bash ./NVIDIA-linux.xxxxxxxx.run

Si demandé durant l'installation:

The CC version check failed: Ignore CC version check.

Install NVIDIA's 32-bit compatibility libraries: Yes.

Rebuild initramfs: Yes.

An incomplete installation of libglvnd was found. Do you want to install a full copy of libglvnd? This will overwrite any existing libglvnd libraries: Install and overwrite existing filesort installation.

Would you like to run the nvidia-xconfig utility to automatically update your X configuration file so that the NVIDIA X driver will be used when you restart X? Any pre-existing X configuration file will be backed up: Yes.

Reactiver l 'interface graphiques

systemctl set-default graphical.target

Redémarrer

reboot

Enjoy