The Cookie Machine - Click here to drag window

The Cookie Machine (TCM) Future Applications:

β˜‘ View cookies used on the Pippim website.
β˜‘ Send cookie via mail. For backup or sharing.
β˜‘ Receive cookie via mail. From yourself or colleague.
β˜‘ Countdown Timers. For multi-phase time sensitive missions.
β˜‘ And in the future... Other ways of sharing/using Cookies.

If you can read me, I'm broken!

Views: 7,855β€…    Votes:  5β€…
Tags: command-line   16.04   suspend   monitor   wakeup  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—


The only thing I could find on your situation was this webpage (Can’t wake up monitor once dpms put it into sleep) from Archlinux. It’s a long read but at the very bottom one poster recommends your script say this:

sleep 1 && xset dpms force standby && sleep 8 && xset dpms force on

Note this user tip implies it is based on having turned off DRI3 in /etc/X11/xorg.conf.d/20-intel.conf and using DRI2:

Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option "DRI" "2"
EndSection

Please note this is the best I could come up with for your problem and felt compelled to post it because there have been no other answers. Since I can’t reproduce your problem I have no idea if it will work for you as it has for others.

If it doesn’t work I encourage you to google as much as you can using appropriate keywords.

⇧ How to shutdown automatically when AC power is not available Is it normal for dpkg / kernel update to hit 100%?  β‡©