#9644 LOW 1.5-F11: screen blanking not working
Zarro Boogs per Child
bugtracker at laptop.org
Thu Nov 19 00:26:38 EST 2009
#9644: screen blanking not working
---------------------------------------+------------------------------------
Reporter: dsd | Owner: cjb
Type: defect | Status: new
Priority: low | Milestone: 1.5-F11
Component: x window system | Version: 1.5-B2
Resolution: | Keywords:
Next_action: test in build | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
---------------------------------------+------------------------------------
Changes (by cjb):
* cc: dsd (added)
* next_action: diagnose => test in build
Comment:
I think this is the most reasonable fix. Dan, look okay to you?
{{{
diff --git a/olpc-desktop.ks b/olpc-desktop.ks
index e1668c2..cc9e9ad 100644
--- a/olpc-desktop.ks
+++ b/olpc-desktop.ks
@@ -153,6 +153,10 @@ sed -i -e 's/dmix.rate 48000/dmix.rate 44100/'
/usr/share/a
# Don't try and autospawn pulseaudio (#9470)
sed -i -e 's/; autospawn = yes/autospawn = no/' /etc/pulse/client.conf
+# We don't have DPMS hooked up on 1.5 yet (#9644)
+echo 'xset -dpms' > /home/olpc/.xsession
+chown olpc:olpc /home/olpc/.xsession
+
%end
%post --nochroot
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/9644#comment:8>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list