From http://www.jwz.org/xscreensaver/xscreensaver-5.30.tar.gz
[xscreensaver] / hacks / config / gears.xml
index d0ef3c79dfc044b19f67364d083de9f2da999cdd..53115a7bd83466b791b90519cca61646017b0421 100644 (file)
@@ -1,33 +1,37 @@
 <?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="speed" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="20000"
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
           convert="invert"/>
 
-  <number id="cycles" type="slider" arg="-cycles %"
-           _label="Rotational Speed" _low-label="Slow" _high-label="Fast"
-          low="1" high="30" default="2"/>
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0.01" high="5.0" default="1.0"/>
 
-  <select id="style">
-   <option id="three"     _label="Three Gear System"/>
-   <option id="planetary" _label="Planetary Gear System" arg-set="-planetary"/>
-  </select>
+  <number id="count" type="slider" arg="-count %"
+          _label="Gear count" _low-label="0" _high-label="20"
+           low="0" high="20" default="0"/>
 
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
-  </select>
+  <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.  Another GL hack, by Danny Sung, Brian Paul, Ed Mackey,
-and Jamie Zawinski.
+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>
 </screensaver>