[Debconf-video-commits] r698 - fai-config/files/home/dvswitch/.Xsession

Ben Hutchings benh at alioth.debian.org
Sat Jul 23 10:23:44 UTC 2011


Author: benh
Date: 2011-07-23 10:23:44 +0000 (Sat, 23 Jul 2011)
New Revision: 698

Modified:
   fai-config/files/home/dvswitch/.Xsession/scratchy
   fai-config/files/home/dvswitch/.Xsession/selma
Log:
Disable software blanking as well as 'DPMS' blanking in X

Modified: fai-config/files/home/dvswitch/.Xsession/scratchy
===================================================================
--- fai-config/files/home/dvswitch/.Xsession/scratchy	2011-07-23 08:37:26 UTC (rev 697)
+++ fai-config/files/home/dvswitch/.Xsession/scratchy	2011-07-23 10:23:44 UTC (rev 698)
@@ -9,6 +9,7 @@
 
 # disable screensaver
 xset -dpms
+xset s off
 
 # kill old sinks in case there are some left
 xterm -e ssh todd 'ps fax | grep "bash -c dvsink-command -h scratchy -p 4321 -- ffmpeg2theora"|grep -v grep | sed -e "s/^ *//" | cut -d " " -f1  | xargs -n 1 kill -9' 

Modified: fai-config/files/home/dvswitch/.Xsession/selma
===================================================================
--- fai-config/files/home/dvswitch/.Xsession/selma	2011-07-23 08:37:26 UTC (rev 697)
+++ fai-config/files/home/dvswitch/.Xsession/selma	2011-07-23 10:23:44 UTC (rev 698)
@@ -9,6 +9,7 @@
 
 # disable screensaver
 xset -dpms
+xset s off
 
 # kill old sinks in case there are some left
 xterm -e ssh todd 'ps fax | grep "bash -c dvsink-command -h selma -p 4321 -- ffmpeg2theora"|grep -v grep | sed -e "s/^ *//" | cut -d " " -f1  | xargs -n 1 kill -9'




More information about the Debconf-video-commits mailing list