升级V20后,桌面经常锁死.
Tofloor
poster avatar
chengliye
deepin
2020-09-17 00:58
Author
但可以通过热键切换到终端登录,/etc/init.d/lightdm restart后可以重新进入桌面,但很容易再次锁死桌面.

Reply Favorite View the author
All Replies
lcw0268
deepin
2020-09-17 01:15
#1
电源计划里改。
按enter键不能唤醒吗?
Reply View the author
Ziggy
deepin
2020-09-17 01:18
#2
什么显卡?显卡驱动版本多少?
Reply View the author
chengliye
deepin
2020-09-17 17:21
#3
https://bbs.deepin.org/post/202278
电源计划里改。
按enter键不能唤醒吗?

根电源计划没关系,不是锁屏而是桌面无反应,任何键没反应,但按ctl+alt+f2能进入终端.
Reply View the author
chengliye
deepin
2020-09-17 17:22
#4
https://bbs.deepin.org/post/202278
什么显卡?显卡驱动版本多少?

thinkpad x61笔记本,自带的intel显卡.
Reply View the author
Ziggy
deepin
2020-09-17 18:39
#5
https://bbs.deepin.org/post/202278
根电源计划没关系,不是锁屏而是桌面无反应,任何键没反应,但按ctl+alt+f2能进入终端. ...

那就是假死了,下次装个htop,假死的时候进tty看占用最高的进程
Reply View the author
chengliye
deepin
2020-09-25 21:36
#6
修改/etc/X11/xorg.conf.d/20-intel.conf文件,设置
Option "ageFlip" "False"
Option "TearFree" "True"
解决问题
Reply View the author