op_lcdsettings: don't unconditionally disable screen blanking
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_bright_up.sh
index 42e6575..15a556e 100644 (file)
@@ -23,4 +23,7 @@ if [ "$new" -gt "$max" ]; then
    new=$max
 fi
 
+# make sure we are not blanking (sometimes screensaver fails to unblank?)
+echo 0 > /sys/class/graphics/fb0/blank
+
 echo $new > $SYSFS_BACKLIGHT_BRIGHTNESS