Thread
:
PLEASE HELP: power save mode of display does not work anymore
View Single Post
terohe
2012-05-21 , 18:50
Posts: 3 | Thanked: 1 time | Joined on Feb 2012 @ Tampere, Finland
#
9
SOLVED!
The problem was that /system/osso/dsm/display/inhibit_blank_mode GConf value was invalid. It had value 3 (Inhibit dimming/blanking) instead of the valid value 0 (No display blanking inhibit).
So the fix was to run this command in terminal:
Code:
gconftool -s --type int /system/osso/dsm/display/inhibit_blank_mode 0
I guess using GConfik app works too but it seemed to change the type of the property from Int to String (so I guess terminal command is safer).
The solution was found by googling what each relevant "display" gconf property meant and this came up:
http://www.gossamer-threads.com/list...rs/61201#61201
Quote & Reply
|
The Following User Says Thank You to terohe For This Useful Post:
topet2k12001
terohe
View Public Profile
Find all posts by terohe