From: Michael Mrozek Date: Mon, 19 Sep 2011 02:04:22 +0000 (+0200) Subject: .xinitrc: Added configuration for enabling / disabling screen blanking X-Git-Tag: sz_beta3~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1932141e06a97b35bbfd86b5506da372726f06dd;p=openpandora.oe.git .xinitrc: Added configuration for enabling / disabling screen blanking --- diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index 4a1ea66..ebd0504 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -73,6 +73,9 @@ STOP_SESSION=$(grep $SESSION /etc/pandora/conf/gui.conf | awk -F\; '{print $4}') echo $STOP_SESSION > /tmp/gui.stop chmod +x /tmp/gui.stop +# Disable screen blanking if uncommented +# DISPLAY=:0 xset s off + # Starts our session and checks if a new session should be loaded # after the old one is quit by simply executing the command that's in /tmp/gui.load