Copy and paste the following gconf lines in the terminal if it is interesting for you to avoid your n8*0 display to light off:
gconftool-2 --type int --set /apps/osso/applet/osso-applet-display/turn_off_display 6000000
gconftool-2 --type int --set /apps/osso/applet/osso-applet-display/brightness_period 6000000
gconftool-2 --type int --set /system/osso/dsm/display/display_dim_timeout 6000000
gconftool-2 --type int --set /system/osso/dsm/display/display_blank_timeout 6000000
Might be useful for someone.
**update - in order to undo the changes:
gconftool-2 --unset /apps/osso/applet/osso-applet-display/turn_off_display
gconftool-2 --unset /apps/osso/applet/osso-applet-display/brightness_period
gconftool-2 --unset /system/osso/dsm/display/display_dim_timeout
gconftool-2 --unset /system/osso/dsm/display/display_blank_timeout
--
Antonio Gomes
tonikitoo at gmail dot com
1 comment:
Thanks! Really useful.
Post a Comment