From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / pong.xml
index 15b1876b874d31eb6bd4a08e156bdc5784c3c0f5..3db1ff5c798d4fe36bb6fc706b952028799d0ec0 100644 (file)
@@ -4,26 +4,44 @@
 
   <command arg="-root"/>
 
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-speed %"
-          _label="Game speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="20" default="6"/>
+  <video href="https://www.youtube.com/watch?v=2jPmisDwwi0"/>
 
 
- <number id="noise" type="slider" arg="-noise %"
-          _label="Noise" _low-label="Crisp" _high-label="Noisy"
-          low="0.00" high="5.00" default="0.04"/>
+  <hgroup>
+   <vgroup>
+    <number id="speed" type="slider" arg="-speed %"
+            _label="Game speed" _low-label="Slow" _high-label="Fast"
+            low="1" high="20" default="6"/>
 
 
-  <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
+    <number id="noise" type="slider" arg="-noise %"
+             _label="Noise" _low-label="Crisp" _high-label="Noisy"
+             low="0.00" high="5.00" default="0.04"/>
 
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    <hgroup>
+     <boolean id="clock" _label="Clock mode" arg-set="-clock"/>
+     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    </hgroup>
+   </vgroup>
+
+   <vgroup>
+    <number id="tvbrightness" type="slider" arg="-tv-brightness %"
+            _label="Brightness Knob" _low-label="Low" _high-label="High"
+            low="0" high="200" default="150"/>
+
+    <number id="tvcontrast" type="slider" arg="-tv-contrast %"
+            _label="Contrast Knob" _low-label="Low" _high-label="High"
+            low="0" high="1500" default="1000"/>
+   </vgroup>
+  </hgroup>
+
+  <xscreensaver-updater />
 
   <_description>
 
   <_description>
-This simulates the 1971 Pong home video game, as well as
-various artifacts from displaying it on a color TV set.
+The 1971 Pong home video game, including artifacts of an old color TV set.
 
 In clock mode, the score keeps track of the current time.
 
 
 In clock mode, the score keeps track of the current time.
 
-http://en.wikipedia.org/wiki/Pong
+https://en.wikipedia.org/wiki/Pong
 
 
-Written by Jeremy English and Trevor Blackwell; 2003.
+Written by Jeremy English, Trevor Blackwell and Jamie Zawinski; 2003.
   </_description>
 </screensaver>
   </_description>
 </screensaver>