deepin V20的驱动问题
Tofloor
poster avatar
fortune
deepin
2020-08-23 05:36
Author
下载的GEFORCE驱动在命令行下  LS 可以显示出来  如图      这里的命令是否有错误
Reply Favorite View the author
All Replies
avatar
enforcee
deepin
2020-08-23 05:53
#1
cd Downloads
sudo chmod a+x nv.run
要切换文件夹才能用相对路径
否则就是
sudo chmod a+x Downloads/nv.run
或者~代表主目录
sudo chmod a+x ~/Downloads/nv.run
或者绝对路径 注意开头是/表示根目录
sudo chmod a+x /home/fortune/Downloads/nv.run
Reply View the author
avatar
fortune
deepin
2020-08-23 06:26
#2
https://bbs.deepin.org/post/200191
cd Downloads
sudo chmod a+x nv.run
要切换文件夹才能用相对路径

谢谢   我试下
Reply View the author
avatar
Ziggy
deepin
2020-08-23 06:38
#3
建议参考我的文章
Reply View the author
avatar
fortune
deepin
2020-08-23 06:47
#4
https://bbs.deepin.org/post/200191
建议参考我的文章

驱动装上去了   应用商店不会闪退或卡死   但分辨率没有达到最佳的状态
Reply View the author
avatar
fortune
deepin
2020-08-23 07:21
#5
显卡是GEFORCE GT520M
Reply View the author
avatar
Ziggy
deepin
2020-08-23 16:22
#6
https://bbs.deepin.org/post/200191
驱动装上去了   应用商店不会闪退或卡死   但分辨率没有达到最佳的状态

可以不断换的,总有合适的
Reply View the author