I have Blank screen disabled but my PC seems to be ignoring this. This issue also ignores the Caffeine extension. This is pretty recent behavior as it's been working for a long while now.
Disabling idle-dim in dconf seems to have done it.
I have Blank screen disabled but my PC seems to be ignoring this. This issue also ignores the Caffeine extension. This is pretty recent behavior as it's been working for a long while now.
Disabling idle-dim in dconf seems to have done it.
This is from another answer I posted recently. You may not need the Login screen section.
To prevent screen from turning off you need two settings, one under battery power the other when plugged into wall outlet (A/C).
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout <time_in_seconds>
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout <time_in_seconds>
So for both Battery and A/C set the time to 0 (never).
gsettings set org.gnome.desktop.screensaver idle-activation-enabled false
In Unix & Linux someone complained when on battery screen dims every 20 seconds and wants to turn that feature off:
gsettings set org.gnome.settings-daemon.plugins.power idle-dim false
idle
dim` option to the answer so it will help others. Just let me know if the answer is correct now is all I ask. Thanks.
– WinEunuuchs2Unix
Feb 01 '18 at 00:43
Nothing in the accepted answer has worked for me in 18.04. Instead I had to do the following:
gsettings set org.gnome.settings-daemon.plugins.power idle-brightness 100
Note that this doesn't set the idle to 100% of the max but 100% of the current setting (at least I think that's what it's doing). If you have your screen dimmed already it will stay dimmed.
I just want to add, that as a troubleshooting step w.r.t. my ...
Conspiratorially derived answer, that Ubuntu "Did Not Want" me logged into "Gnome on Xorg" ... as it sure seemed.
After a restart and the issue gone ... again, I specifically logged out of "Ubuntu" and logged back in via "Gnome on Xorg",
and No Problems! Issue APPEARS gone still?? (all other things being equal)
... So what has changed since this morning?
You tell me!
xset s off -dpms
to turn of dpms and prevent screen blanking assuming you use X – ptetteh227 Jan 30 '18 at 12:48