[Topic DIscussion] 升级到20.5屏幕每隔几秒就闪烁,求助ing
Tofloor
poster avatar
deepin_king
deepin
2022-04-24 22:39
Author

显卡(集成): Intel Corporation UHD Graphics 620 (Whiskey Lake)

cpu :Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz

升级前系统为社区办 20.2,一切正常; 升级后系统为 20.5,但是屏幕会每隔几秒就会闪烁几下, 求大神指导如何解决?

Reply Favorite View the author
All Replies
deepin-superuser
deepin
2022-04-24 22:59
#1

你的内核版本是多少?换 5.15 内核试试

Reply View the author
Linux小白2019
deepin
2022-04-24 23:52
#2

我倒觉得应该换旧内核试试。

Reply View the author
deepin_king
deepin
2022-04-25 00:48
#3
deepin-superuser

你的内核版本是多少?换 5.15 内核试试

以下几个内核挨个试了以便,都不行

image.png

Reply View the author
deepin_king
deepin
2022-04-25 00:50
#4
Linux小白2019

我倒觉得应该换旧内核试试。

升级前用的5.10的内核, 现在用5.10的也闪烁,不知道是哪里的问题

Reply View the author
littlebat
deepin
2022-04-25 01:25
#5

看看控制中心的鼠标配置,去掉“鼠标加速”试试

Reply View the author
deepin_king
deepin
2022-04-26 00:15
#6
littlebat

看看控制中心的鼠标配置,去掉“鼠标加速”试试

鼠标加速没开,显卡管理显示用的是i915的驱动, 这个驱动应该没问题, 应该还是系统的问题

Reply View the author
littlebat
deepin
2022-04-26 00:53
#7

那试试任务栏选择“高效模式”,显示效果“关闭特效”

Reply View the author
deepin_king
deepin
2022-04-26 18:23
#8
littlebat

那试试任务栏选择“高效模式”,显示效果“关闭特效”

关闭也闪烁, 应该是系统的bug

Reply View the author
bigdev
deepin
2022-05-23 02:23
#9

同样问题, 在滚动和打开应用或者打字等, 屏幕需要刷新的时候就会闪烁. 而且这个闪烁是当前应用窗口和叠在其下的窗口的交替产生的, 或者是当前应用窗口短暂消失, 把叠在其下的窗口漏了出来.

以前版本也出现过这个问题, 重启几次, 有几率变得正常. 老电脑, 但Win下没有这个问题.

image.png

image.png

Reply View the author
bigdev
deepin
2023-10-22 07:23
#10

问题解决了,先是在电源管理里,换成性能模式,闪烁消失。但是在录屏和共享屏幕时仍然闪屏,最后发现是xserver-xorg-video-intel的问题,执行以下代码,然后重启,闪屏消失。

sudo mv /etc/X11/xorg.conf.d/20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf.disabled
Reply View the author