Debian 11 Bullseye
Sponsored Link

Install NVIDIA Graphic Driver2021/10/06

 
If your Computer has NVIDIA Graphic cards, Install NVIDIA Graphic Driver to improve Graphics related performance.
[1] Install NVIDIA Driver.
After installing, restart the computer to switch to load default generic [nouveau] driver to new NVIDIA driver.
root@dlp:~#
vi /etc/apt/sources.list
# add [non-free] to [main] line

# * if [contrib] is not set, add it, too

deb http://deb.debian.org/debian/ bullseye main contrib non-free

# if your card is before GeForce 600 series or the same generation products, install [nvidia-legacy-390xx-driver]

root@dlp:~#
apt update

root@dlp:~#
apt -y install nvidia-driver firmware-misc-nonfree
# default [nouveau] driver is disabled

root@dlp:~#
cat /etc/modprobe.d/nvidia-blacklists-nouveau.conf

# You need to run "update-initramfs -u" after editing this file.

# see #580894
blacklist nouveau

root@dlp:~#
reboot
# verify installation to show Graphic cards status

root@dlp:~#
nvidia-smi

Wed Oct  6 00:06:11 2021
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.91.03    Driver Version: 460.91.03    CUDA Version: 11.2     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce GTX 106...  On   | 00000000:05:00.0 Off |                  N/A |
|  0%   43C    P8     6W / 120W |      1MiB /  6078MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+
Matched Content