Using Ubuntu Gnome 16.04 I want my screens to stay on after locking. After locking ( Super + L ) I see the Curtain-Image for about one second before my screens go black. Once I push any key my screens need several seconds before they are showing anything again so I would prefer them to stay active all the time even when station is locked.
I already tried xset -dpms
and some settings in gsettings
but nothing worked for me.
How can I disable the timeout so the screens stay active?
EDIT: meanwhile updated to Ubuntu Gnome 16.10, still have the same issue
gnome-power-manager
withinapps
. And I did not know how exactly to implement the solution of the accepted answer. The mentioned line saysGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
, how do I have to addacpi=off
andapm=off
without messing with my grub settings? – viper1209 Nov 11 '16 at 14:29gnome-power-manager
inapps
. I looked through the whole tree (not every single value but the folders) to see if something got moved but there is nothing which seems to be what I'm looking for – viper1209 Nov 14 '16 at 07:24