http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.05.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="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="1500000" default="1000000"
10           convert="invert"/>
11
12   <hgroup>
13   <number id="spread" type="spinbutton" arg="-spread %"
14           _label="Spread" low="2" high="64" default="8"/>
15
16   <number id="cycles" type="spinbutton" arg="-cycles %"
17           _label="Cycles" low="1" high="600" default="60"/>
18   </hgroup>
19
20   <_description>
21 This screen saver is not meant to look pretty, but rather, to
22 repair burn-in on LCD monitors.
23
24 Believe it or not, screen burn is not a thing of the past.
25 It can happen to LCD screens pretty easily, even in this modern age.
26 However, leaving the screen on and displaying high contrast images
27 can often repair the damage.  That's what this screen saver does.
28
29 See also:
30
31         http://docs.info.apple.com/article.html?artnum=88343
32
33         http://toastycode.com/blog/2008/02/05/lcd-scrub/
34
35 Inspired by the like-named program by Daniel Sandler.
36
37 Written by Jamie Zawinski; 2008.
38   </_description>
39 </screensaver>