~ubuntu-branches/debian/sid/xscreensaver/sid

« back to all changes in this revision

Viewing changes to hacks/config/lcdscrub.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Rivas, Tormod Volden, Jose Luis Rivas
  • Date: 2008-07-15 14:48:48 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080715144848-c6c6mhyxij0dk2p7
Tags: 5.05-3
[ Tormod Volden ]
* debian/patches/10_jwz-xscreensaver-randr-patch-3.patch:
  from upstream, addresses issues with xrandr/xinerama
  (Closes: #482385, #428797, #471920, #453708, #473681, #479715, #480231)
* fixed typo "screen < real_nscreens" in driver/lock:1527 from above patch
* drop 61_DualHead-nVidia_bug471920.patch (obsolete)
* drop 67_XineRama-mode_bug473681.patch (obsolete)
* fix m6502.o typo in hacks/Makefile.in
* refresh 53_XScreenSaver.ad.in.patch
* refresh (disabled) 60_add-ant-hack.patch

[ Jose Luis Rivas ]
* add xscreensaver-demo desktop file, thanks to Daniel Dickinson
  (Closes: #480592)
* update package descriptions (thanks jwz)
* fix categories in xscreensaver.menu
* change build-deps from xlibmesa-gl-dev to libgl1-mesa-dev,
  xutils to xutils-dev, x-dev to x11proto-core-dev.
* bump Standards-Version to 3.8.0
* add Vcs fields and Homepage to debian/control
* Flurry is not installed until the bug get fixed (Closes: #484112)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>