【BUG】笔记本合盖重新打开后花屏
Tofloor
poster avatar
anclark
deepin
2018-10-22 23:55
Author
ThinkPad X200笔记本,装上最新的Deepin 15.7后,每次关闭盖子重新打开,就会出现花屏,表现为鼠标指针以下区域闪屏或撕裂,且花屏区域会随着指针移动。
Reply Favorite View the author
All Replies
avatar
anclark
deepin
2018-10-22 23:56
#1
显卡驱动上,无论使用默认驱动还是Intel加速模式,都会花屏。
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-10-23 01:01
#2
https://bbs.deepin.org/post/170063
显卡驱动上,无论使用默认驱动还是Intel加速模式,都会花屏。

添加这个文件:/etc/X11/xorg.conf.d/20-intel.conf

  1. Section "Device"
  2.      Identifier "Intel"
  3.      Driver "intel"
  4.      Option "PageFlip" "false"
  5. EndSection
Copy the Code

指定使用 intel 驱动后也会出现?
Reply View the author
avatar
anclark
deepin
2018-10-23 01:05
#3
好的,我试试看。笔记本只有英特尔集显。
Reply View the author
avatar
anclark
deepin
2018-10-23 04:17
#4
https://bbs.deepin.org/post/170063
添加这个文件:/etc/X11/xorg.conf.d/20-intel.conf

指定使用 intel 驱动后也会出现? ...

不行,还是老样子
Reply View the author
avatar
yanbowen
deepin
Community Developer
2018-10-23 17:10
#5
https://bbs.deepin.org/post/170063
不行,还是老样子

那就在出现花屏后,使用 deepin-feedback-cli 生成下日志并上传
Reply View the author
avatar
anclark
deepin
2018-10-24 02:13
#6
https://bbs.deepin.org/post/170063
那就在出现花屏后,使用 deepin-feedback-cli 生成下日志并上传

已经提交Bug,希望能尽快解决,毕竟Deepin也是我的主力
Reply View the author
avatar
anclark
deepin
2018-10-25 00:55
#7
没有人能解决吗?为啥别人的帖子都能及时收到回复?
Reply View the author
avatar
186******51
deepin
2018-10-25 02:50
#8
anclark 发表于 2018-10-24 16:55
没有人能解决吗?为啥别人的帖子都能及时收到回复?

说明你的问题比较棘手
Reply View the author
avatar
anclark
deepin
2018-11-07 04:25
#9
算了,不想等了,自己编译内核解决了。。。

为Deepin Linux编译内核 - 简书
https://www.jianshu.com/p/9fbdfd919fc0
Reply View the author
avatar
coder潘
deepin
2018-11-07 21:06
#10
我也出现这个问题了,以前发过帖子,百分百复现,希望15.8解决
Reply View the author
avatar
music_wei
deepin
2018-11-07 21:44
#11
https://bbs.deepin.org/post/170063
算了,不想等了,自己编译内核解决了。。。

为Deepin Linux编译内核 - 简书

这个厉害了,学习一下
Reply View the author