From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / xanalogtv.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xanalogtv" _label="XAnalogTV">
4
5   <command arg="-root"/>
6
7   <xscreensaver-image />
8
9   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
10
11   <hgroup>
12    <vgroup>
13     <number id="tvcolor" type="slider" arg="-tv-color %"
14             _label="Color Knob" _low-label="Low" _high-label="High"
15             low="0" high="1000" default="70"/>
16     <number id="tvtint" type="slider" arg="-tv-tint %"
17             _label="Tint Knob" _low-label="Low" _high-label="High"
18             low="0" high="100" default="5"/>
19    </vgroup>
20    <vgroup>
21     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
22             _label="Brightness Knob" _low-label="Low" _high-label="High"
23             low="0" high="200" default="150"/>
24     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
25             _label="Contrast Knob" _low-label="Low" _high-label="High"
26             low="0" high="1500" default="1000"/>
27    </vgroup>
28   </hgroup>
29
30   <xscreensaver-updater />
31
32   <_description>
33 An old TV set, including artifacts like snow, bloom, distortion,
34 ghosting, and hash noise.  It also simulates the TV warming up. It
35 will cycle through 12 channels, some with images you give it, and some
36 with color bars or nothing but static.
37
38 Written by Trevor Blackwell; 2003.
39   </_description>
40 </screensaver>