1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="lcdscrub" _label="LCDscrub">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Slow" _high-label="Fast"
9 low="0" high="1500000" default="1000000"
13 <number id="spread" type="spinbutton" arg="-spread %"
14 _label="Spread" low="2" high="64" default="8"/>
16 <number id="cycles" type="spinbutton" arg="-cycles %"
17 _label="Cycles" low="1" high="600" default="60"/>
21 This screen saver is not meant to look pretty, but rather, to
22 repair burn-in on LCD monitors.
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.
31 http://docs.info.apple.com/article.html?artnum=88343
33 http://toastycode.com/blog/2008/02/05/lcd-scrub/
35 Inspired by the like-named program by Daniel Sandler.
37 Written by Jamie Zawinski; 2008.