From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / pong.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="pong" _label="Pong">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=2jPmisDwwi0"/>
8
9   <hgroup>
10    <vgroup>
11     <number id="speed" type="slider" arg="-speed %"
12             _label="Game speed" _low-label="Slow" _high-label="Fast"
13             low="1" high="20" default="6"/>
14
15     <number id="noise" type="slider" arg="-noise %"
16              _label="Noise" _low-label="Crisp" _high-label="Noisy"
17              low="0.00" high="5.00" default="0.04"/>
18
19     <hgroup>
20      <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
21      <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
22     </hgroup>
23    </vgroup>
24
25    <vgroup>
26     <number id="tvbrightness" type="slider" arg="-tv-brightness %"
27             _label="Brightness Knob" _low-label="Low" _high-label="High"
28             low="0" high="200" default="150"/>
29
30     <number id="tvcontrast" type="slider" arg="-tv-contrast %"
31             _label="Contrast Knob" _low-label="Low" _high-label="High"
32             low="0" high="1500" default="1000"/>
33    </vgroup>
34   </hgroup>
35
36   <xscreensaver-updater />
37
38   <_description>
39 The 1971 Pong home video game, including artifacts of an old color TV set.
40
41 In clock mode, the score keeps track of the current time.
42
43 https://en.wikipedia.org/wiki/Pong
44
45 Written by Jeremy English, Trevor Blackwell and Jamie Zawinski; 2003.
46   </_description>
47 </screensaver>