I have an Asus monitor. It keeps going into sleep mode, about every 5 minutes or so, if there's no activity to keep it awake. I've shut off everything I could find. I went into Power Management > Energy Saving Settings, and unchecked all of the boxes. I checked the monitor's own menu, and found nothing. I even poked around the BIOS, and didn't find anything there, either.
I have found that using
works. I had it in Autostart as
(without the sudo) and that wasn't working. Will it work to just append sudo to it, and put it in Autostart? Or is there another way, that turns off DPMS permanently?
I have found that using
Code:
sudo xset -dpms
Code:
xset -dpms
Comment