You are not logged in.
Hi,
since a few days I cannot wake up my monitors (notebook + DisplayPort connected monitor) using my mouse or keyboard. It is possible to wake them up using CTRL+ALT+F2 and CTRL+ALT+F1. I have checked the
journalctl
and xorg log files, but no errors or other useful information is in there.
I can reproduce this issue by typing
xset dpms force off
, typing
xset dpms force on
afterwards doesn't wake up the monitors. No messages are printed.
I have the latest kernel (4.7-1), using xServer and i3wm. If you need more information please tell me.
What can I do to further analyse this issue and fix it?
Thanks!
Last edited by amuttsch (2016-08-15 09:14:58)
Offline
I have this issue, too, and I suspect a lot of the suspend/resume threads that's on the Kernel & Hardware forum front page relate to this bug.
FWIW: I'm on a Lenovo X1 Carbon 1st gen, using Gnome, but I suspect this bug to be on a chipset level (maybe it only affects Intel?). I will try downgrading my kernel and see how it goes.
Offline
Okay, please report if downgrading solves the issue, thanks!
Offline
Didn't get around to doing that, but it seems switching to TTY1 was a workaround. Simply press Ctrl+Alt+F1 when the machine appears dead.
Offline
I downgraded the kernel to 4.6.4 and waking up the monitor works again. So this is a kernel issue. Where should we report this?
Offline
I downgraded the kernel to 4.6.4 and waking up the monitor works again. So this is a kernel issue. Where should we report this?
Mike C
Offline
Kernel 4.7.1 fixed this issue.
Offline
I am running 4.8.4 and still suffer from this, with gnome ( https://bbs.archlinux.org/viewtopic.php … 7#p1664567 ).
Any suggestion?
Offline
I also had this problem, but guess I have managed to solve it now. Intel graphics driver DRI3 was the issue: https://wiki.archlinux.org/index.php/in … RI3_issues
I am running 4.8.4 and still suffer from this, with gnome ( https://bbs.archlinux.org/viewtopic.php … 7#p1664567 ).
Any suggestion?
Offline
Thank you!
I can confirm that after falling back to DRI2,
sleep 1 && xset dpms force standby && sleep 8 && xset dpms force on
works correctly.
Offline
Thank you!
I can confirm that after falling back to DRI2,
sleep 1 && xset dpms force standby && sleep 8 && xset dpms force on
works correctly.
Confirming as well. DRI 3 was causing problems for me in 4.8
Offline