From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / lcdscrub.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lcdscrub" _label="LCDscrub">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=aWtHHBOkO4w"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="5000000" default="100000"
12           convert="invert"/>
13
14   <hgroup>
15    <vgroup>
16     <number id="spread" type="spinbutton" arg="-spread %"
17             _label="Line spread" low="2" high="8192" default="8"/>
18     <number id="cycles" type="spinbutton" arg="-cycles %"
19             _label="Cycles" low="1" high="600" default="60"/>
20     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
21    </vgroup>
22    <vgroup>
23     <boolean id="hw"  _label="Horizontal white" arg-unset="-no-hw"/>
24     <boolean id="vw"  _label="Vertical white"   arg-unset="-no-vw"/>
25     <boolean id="dw"  _label="Diagonal white"   arg-unset="-no-dw"/>
26    </vgroup>
27    <vgroup>
28     <boolean id="w"   _label="Solid white"      arg-unset="-no-w"/>
29     <boolean id="rgb" _label="Primary colors"   arg-unset="-no-rgb"/>
30     <boolean id="hb"  _label="Horizontal black" arg-unset="-no-hb"/>
31    </vgroup>
32    <vgroup>
33     <boolean id="vb"  _label="Vertical black"   arg-unset="-no-vb"/>
34     <boolean id="db"  _label="Diagonal black"   arg-unset="-no-db"/>
35     <boolean id="b"   _label="Solid black"      arg-unset="-no-b"/>
36    </vgroup>
37   </hgroup>
38
39   <xscreensaver-updater />
40
41   <_description>
42 repairs burn-in on LCD monitors.  This saver is functional,
43 rather than pretty.
44
45 Believe it or not, screen burn is not a thing of the past.
46 It can happen to LCD screens pretty easily, even in this modern age.
47 However, leaving the screen on and displaying high contrast images
48 can often repair the damage.  That's what this screen saver does.
49
50 See also:
51 http://docs.info.apple.com/article.html?artnum=88343
52 http://toastycode.com/blog/2008/02/05/lcd-scrub/
53
54 Inspired by the like-named program by Daniel Sandler.
55
56 Written by Jamie Zawinski; 2008.
57   </_description>
58 </screensaver>