[Kernel/Drive] 使用显卡驱动选择性能模式无法安装成功 V20.4
Tofloor
poster avatar
王猛龙
deepin
2022-01-22 20:23
Author

用户反馈

我是 mx450 2g 显卡,提示我安装 470.86驱动,但是安装失败

问题/建议描述

问题如何重现

问题重现频率

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-01-22 21:20
#1
sudo apt-get install nvidia-detect
nvidia-detect | awk 'match($0, /nvidia-.*/, a) {print a[0]}' | xargs sudo apt-get install -y

可以打开终端使用这两句命令安装试试

Reply View the author
王猛龙
deepin
2022-01-22 22:48
#2

我解决了

Reply View the author
王猛龙
deepin
2022-01-22 22:50
#3

因为 lspci | egrep 'VGA|3D' 显示的 id 和 nvidia命令 nvidia-xconfig --query-gpu-info 的设备id 不一样

这也是很多人 x11/config 配置了进不去系统的原因

微信图片_20220122145010.png

Reply View the author
王猛龙
deepin
2022-01-22 22:51
#4

得用 nvidia-xconfig --query-gpu-info 的 显示的 PCI id

Reply View the author