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