Saturday, 10 September 2016

Ubuntu fix suspension on ThinkPads

Under ubuntu and ThinkPads T460 series there is a problem of screen not waking up after sleep. How to test\reproduce:

sleep 3; xset dpms force off

to fix it just create file

/etc/pm/config.d/config

and put there one line

DISPLAY_QUIRK_S3_BIOS="true"