[Kernel/Drive] 升级了20.7, wine的企业微信在n卡下会持续闪退, 与swrast相关
Tofloor
poster avatar
sheldon0514
deepin
2022-11-03 17:50
Author

image.pngund

报错详情:

libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 197
Current serial number in output stream: 196
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 197
Current serial number in output stream: 196
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 197
Current serial number in output stream: 196
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 197
Current serial number in output stream: 196
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 197
Current serial number in output stream: 196
libGL error: No matching fbConfigs or visuals found

Reply Favorite View the author
All Replies
sheldon0514
deepin
2022-11-03 17:51
#1

看了其他的系统解决方案都是安装nvidia-utils的lib32, 但是仓库里没有

Reply View the author
璀璨星空
deepin
2022-11-03 19:09
#2

我是在用N卡时微信老是闪退,后来自己重装了下显卡驱动才好

Reply View the author
sheldon0514
deepin
2022-11-03 23:11
#3
璀璨星空

我是在用N卡时微信老是闪退,后来自己重装了下显卡驱动才好

我是把nvidia相关的, mesa相关的, wine相关的全部reinstall过了, 还是闪退

Reply View the author
sheldon0514
deepin
2022-11-04 17:18
#4

问题解决了, 在tty下把nvidia的驱动全部卸载掉, 然后重装, 问题解决

不过说下我问题的起因, 因为我搞的是linux to go, 就是把deepin装在固态u盘里面, 结果在intel+nv的环境下更新系统之后, 在我家里的amd+nv的环境就持续闪退, 应该是驱动安装的判断条件问题吧

Reply View the author
dragon
deepin
2022-12-04 07:21
#5
sheldon0514

问题解决了, 在tty下把nvidia的驱动全部卸载掉, 然后重装, 问题解决

不过说下我问题的起因, 因为我搞的是linux to go, 就是把deepin装在固态u盘里面, 结果在intel+nv的环境下更新系统之后, 在我家里的amd+nv的环境就持续闪退, 应该是驱动安装的判断条件问题吧

老哥能不能写一下解决的过程,我也卸载重新装了,但是还是会出现闪退,不知道是不是哪个步骤操作的不对

Reply View the author
sheldon0514
deepin
2022-12-06 00:01
#6
dragon

老哥能不能写一下解决的过程,我也卸载重新装了,但是还是会出现闪退,不知道是不是哪个步骤操作的不对

reinstalled不行的, 我把nv的驱动全部purge掉, 然后手动重装nvidia-driver之类的

参考命令(在root下执行, 所以没有sudo)

apt list --installed|grep nvidia|awk '{ print $1 }'|awk -F '/' '{ print $1 }'|xargs apt purge -y

Reply View the author
dragon
deepin
2022-12-06 18:01
#7
sheldon0514

reinstalled不行的, 我把nv的驱动全部purge掉, 然后手动重装nvidia-driver之类的

参考命令(在root下执行, 所以没有sudo)

apt list --installed|grep nvidia|awk '{ print $1 }'|awk -F '/' '{ print $1 }'|xargs apt purge -y

测了一下我这边还不行,连系统都是干净全新的也不行,我准备放弃折腾了😞

Reply View the author