
Originally Posted by
rwankar
Any idea how to do this in 11.10?
Sure. it's pretty much the same as in previous versions, only difference being that the setting is stored in Gsettings/dconf instead of the old Gconf. Sstart by installing dconf-tools. Then run dconf-editor, browse to org.gnome.settings-daemon.plugins.power and change the idle-dim-time to whatever you want. The value is in seconds.
Alternatively a way that doesn't require installing dconf-tools; pop open a terminal and run the following command, changing the time value to suit your taste of course:
Code:
gsettings set org.gnome.settings-daemon.plugins.power idle-dim-time 60
Bookmarks