Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-08-10 22:14:44 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-08-10 22:14:44 (GMT)
commitb9f192ca2be24c3359ebc6b443b510e301ce62fc (patch)
tree180992cccc2f471ba66a5fbe22efbcc1f2755d93
parent5db60ee5c655ef41714b1e1e1f48eb49d3414df2 (diff)
turn off dpms and x screen blanking in favour of olpc-powerd
-rw-r--r--soas-xo.ks7
1 files changed, 7 insertions, 0 deletions
diff --git a/soas-xo.ks b/soas-xo.ks
index bdefb8d..874a495 100644
--- a/soas-xo.ks
+++ b/soas-xo.ks
@@ -226,6 +226,13 @@ export SUGAR_LOGGER_LEVEL=debug
#
#(sleep 5 ; xcompmgr ) &
+
+# unset dpms and screensaver (blanking) to avoid confusion and
+# conflict with olpc-powerd, which is taking care of that type of
+# behavior
+xset -dpms s off
+
+
EOF
# END olpc .xsession