From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / pong.xml
index 3ef413d6384c03a72985049e68a077bc3b9e6a21..2edd1bd4cff8283084eb83c3fab21f2789992450 100644 (file)
@@ -4,17 +4,43 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-speed %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="20" default="7"/>
+  <hgroup>
+   <vgroup>
+    <number id="speed" type="slider" arg="-speed %"
+            _label="Game speed" _low-label="Slow" _high-label="Fast"
+            low="1" high="20" default="6"/>
 
-  <number id="percent" type="slider" arg="-percent %"
-          _label="Size" _low-label="Thin" _high-label="Thick"
-          low="0.01" high="0.075" default="0.0375"/>
+    <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>
+     <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>
-The pong program simulates an ancient Pong home video game, as well as
+This simulates the 1971 Pong home video game, as well as
 various artifacts from displaying it on a color TV set.
-Written by Jeremy English and Trevor Blackwell.
+
+In clock mode, the score keeps track of the current time.
+
+http://en.wikipedia.org/wiki/Pong
+
+Written by Jeremy English and Trevor Blackwell; 2003.
   </_description>
 </screensaver>