From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / gears.xml
index f9cc01ff1dc00580d7c5ea391b165e7eee486a0e..53115a7bd83466b791b90519cca61646017b0421 100644 (file)
@@ -1,32 +1,36 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="gears" _label="Gears">
+<screensaver name="gears" _label="Gears" gl="yes">
 
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="30000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
           convert="invert"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Motion Speed" _low-label="Slow" _high-label="Fast"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0.01" high="5.0" default="1.0"/>
 
-  <number id="count" type="spinbutton" arg="-count %"
-          _label="Gear Count" low="0" high="20" default="0"/>
+  <number id="count" type="slider" arg="-count %"
+          _label="Gear count" _low-label="0" _high-label="20"
+           low="0" high="20" default="0"/>
 
   <hgroup>
    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
    <boolean id="spin"   _label="Spin"      arg-unset="-no-spin"/>
    <boolean id="wire"   _label="Wireframe" arg-set="-wireframe"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <xscreensaver-updater />
 
   <_description>
-This draws sets of turning, interlocking gears, rotating in three
-dimensions.
+Interlocking gears.  See also the "Pinion" and "MoebiusGears" screen savers.
+
+http://en.wikipedia.org/wiki/Involute_gear
+http://en.wikipedia.org/wiki/Epicyclic_gearing
 
 Written by Jamie Zawinski; 2007.
   </_description>