On Ubuntu 11.10, when on battery, the screen dims after 10 seconds of inactivity. This is annoying because it is too short. Is there anyway to increase this timeout?
I know I can disable it, but that is not what I want.
On Ubuntu 11.10, when on battery, the screen dims after 10 seconds of inactivity. This is annoying because it is too short. Is there anyway to increase this timeout?
I know I can disable it, but that is not what I want.
This command should set the time to 60 seconds:
In earlier Ubuntu versions, this setting can be found with the
gconf-editor
undergnome-power-manager
. See also this thread.The answer marked above from 'lumbric' no longer works for Ubuntu 14.04.
If you need to do this from a command (e.g. for a script wrapping something that plays video), you now need to run:
gsettings set org.gnome.desktop.session idle-delay <seconds>
also useful in such a case might be disabling the screen lock:
gsettings set org.gnome.desktop.screensaver lock-enabled false
In 12.04, the setting using GUI now exists via System Settings → Brightness and Lock.