1.不要更新内核,内核和驱动版本很容易有冲突,最好就使用原始的内核,不要轻易升级内核;

2. 给软件源添加软件库

add-apt-repository contrib non-free -- debian11
add-apt-repository contrib non-free-firmware

3.安装nvidia-detect检查适合的驱动版本

apt install nvidia-detect
nvidia-detect

4. 安装 Linux 内核header文件

sudo apt install gcc make linux-headers-$(uname -r)

5. 开始安装驱动,完成后重启

apt install nvidia-driver firmware-misc-nonfree
reboot

6. 检查驱动是否正常安装

nvidia-smi

参考:How to Install Nvidia Drivers on Debian 12, 11 or 10 – LinuxCapable

NvidiaGraphicsDrivers – Debian Wiki

除非注明,否则均为Troy小法师原创文章,转载必须以链接形式标明本文链接

本文链接: https://www.troyqi.com/archives/1127/debian-安装n卡驱动/


2 条评论

Joshua James · 2023年12月25日 上午7:13

Thankyou for mentioning my website as a reference. From memory, this first chinese-based website that has done so, must just copy and paste my articles without any reference.

Best regards for the new year,

– Joshua James

感谢您提及我的网站作为参考。据我所记,这是第一个这样做的中国网站,其他网站只是复制粘贴我的文章而不做任何引用。

新年快乐,

-约书亚·詹姆斯

    Troy小法师 · 2023年12月25日 上午8:26

    Thank you for sharing, it is very useful. Happy new year!

欢迎留言