[Seek Help] 请问怎样备份显卡驱动
Tofloor
poster avatar
jjcui8595
deepin
2022-06-05 06:18
Author

笔记本双显卡,独显是GT740M,deepin20.5中用470版本驱动正常。系统升级到20.6后,自动安装510版本Nvidia驱动,独显变成不可用状态。请问怎样在20.5中备份显卡驱动,然后在20.6下安装?或者能不能锁定470版本不允许升级?谢谢

Reply Favorite View the author
All Replies
老咸鱼
deepin
2022-06-05 06:35
#1

卸载现在有的显卡驱动

去官网下载安装或者用命令安装指定版本

Reply View the author
老咸鱼
deepin
2022-06-05 06:36
#2

好像见过有锁定内核不更新的命令,我不记得了,应该能用,找一下

Reply View the author
root
deepin
2022-06-05 06:42
#3

GK208可以暫時手動安裝 nvidia-legacy-390xx-driver 驅動包,而不要安裝 nvidia-driver包

sudo apt install nvidia-legacy-390xx-driver

或者在 deepin20.5升級前先hold住 470版本驱动

Reply View the author
jjcui8595
deepin
2022-06-05 06:47
#4
root

GK208可以暫時手動安裝 nvidia-legacy-390xx-driver 驅動包,而不要安裝 nvidia-driver包

sudo apt install nvidia-legacy-390xx-driver

或者在 deepin20.5升級前先hold住 470版本驱动

谢谢,我 试试

Reply View the author
jjcui8595
deepin
2022-06-05 06:48
#5
老咸鱼

卸载现在有的显卡驱动

去官网下载安装或者用命令安装指定版本

官网下载的418版无法完成编译

Reply View the author
老咸鱼
deepin
2022-06-05 06:53
#6
jjcui8595

官网下载的418版无法完成编译

https://bbs.deepin.org/post/233131

这里面有个命令 锁的

Reply View the author
老咸鱼
deepin
2022-06-05 06:55
#7
jjcui8595

官网下载的418版无法完成编译

https://bbs.deepin.org/post/233152

官网下载安装的比较麻烦

你注意下,显卡驱动低于470不支持510以上的内核

Reply View the author
root
deepin
2022-06-05 06:55
#8
jjcui8595

官网下载的418版无法完成编译

要打過補丁才能通過編譯

Reply View the author
root
deepin
2022-06-05 06:57
#9
老咸鱼

https://bbs.deepin.org/post/233152

官网下载安装的比较麻烦

你注意下,显卡驱动低于470不支持510以上的内核

直接使用nvidia官網上的run文件而已,打過補丁連340版也可以用於5.18版內核上

Reply View the author
jjcui8595
deepin
2022-06-05 07:01
#10
root

要打過補丁才能通過編譯

怎样打补丁啊

Reply View the author
jjcui8595
deepin
2022-06-05 07:01
#11
老咸鱼

https://bbs.deepin.org/post/233131

这里面有个命令 锁的

谢谢

Reply View the author
root
deepin
2022-06-05 07:04
#12
jjcui8595

怎样打补丁啊

debian 和 ubuntu 的版本都支持新內核,補丁可以從他們的源代碼包找到

Reply View the author
jjcui8595
deepin
2022-06-05 07:04
#13
老咸鱼

https://bbs.deepin.org/post/233131

这里面有个命令 锁的

这个锁定的内核,我需要锁定驱动

Reply View the author
jjcui8595
deepin
2022-06-05 07:05
#14
root

debian 和 ubuntu 的版本都支持新內核,補丁可以從他們的源代碼包找到

门槛太高了,不会弄啊

Reply View the author
root
deepin
2022-06-05 07:08
#15
jjcui8595

这个锁定的内核,我需要锁定驱动

在nvidia-driver 是470版時執行

sudo apt-mark hold nvidia-driver

即可鎖定,但升級高版本內核後內核模塊不一定能編譯通過

Reply View the author
jjcui8595
deepin
2022-06-05 07:13
#16
root

在nvidia-driver 是470版時執行

sudo apt-mark hold nvidia-driver

即可鎖定,但升級高版本內核後內核模塊不一定能編譯通過

谢谢。能不能把470提取出来?这样就不必从老版本升级了,直接新装系统再装驱动就行了

Reply View the author
root
deepin
2022-06-05 07:16
#17
jjcui8595

谢谢。能不能把470提取出来?这样就不必从老版本升级了,直接新装系统再装驱动就行了

apt源裡470的包有部分包已被 510版取代,470的包已經不全了,已經無法從apt源裡提取出了😬

Reply View the author
jjcui8595
deepin
2022-06-05 07:17
#18
root

apt源裡470的包有部分包已被 510版取代,470的包已經不全了,已經無法從apt源裡提取出了😬

知道了,再次感谢

Reply View the author