[Experience sharing] 仓库N卡驱动安装办法
Tofloor
poster avatar
deepin-流云
Super Moderator
Community OP
2025-03-10 13:36
Author
  1. 查询显卡
lspci | grep -i 'vga\|3d\|display'
  1. 安装驱动(依次执行下面3行命令)
sudo apt remove --purge nvidia\*

sudo apt install nvidia-detect

nvidia-detect
  1. 根据nvidia-detect命令输出的推荐驱动安装相应的推荐驱动

例:

image.png

该推荐驱动为:nvidia-driver

  1. 安装推荐驱动
sudo apt install nvidia-xxxxxxx

(上例中则执行sudo apt install nvidia-driver)

  1. 安装过程中遇到确认的点确认,遇到(y/n)的输入y

image.png

安装完成以后重启电脑

Reply Favorite View the author
All Replies
大熊猫
deepin
2025-04-11 14:56
#1

这个安装方式电脑需要联网吗

Reply View the author
deepin-流云
Super Moderator
Community OP
2025-04-11 15:17
#2
大熊猫

这个安装方式电脑需要联网吗

需要,因为要从仓库下载对应的驱动

Reply View the author
tagerw
deepin
2025-11-04 14:31
#3

完全照抄UP主操作成功,重启后在系统设备管理器里面仍然是N卡不可用。
截图_选择区域_20251104182857.jpg

Reply View the author
deepin-流云
Super Moderator
Community OP
2025-11-04 14:39
#4
tagerw

完全照抄UP主操作成功,重启后在系统设备管理器里面仍然是N卡不可用。
截图_选择区域_20251104182857.jpg

lspci | grep -i 'vga\|3d\|display'

用这个命令试试,已经确定是N卡的话,可以直接通过命令仓库安装,或者直接安装官网的闭源驱动

Reply View the author
yuchi2011
deepin
16 hours ago
#5

image.png

这该怎么处理?

Reply View the author