http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / gears.xml
index f9cc01ff1dc00580d7c5ea391b165e7eee486a0e..55aac9f04beba1c81734ae24b9a79715475383b0 100644 (file)
@@ -5,28 +5,31 @@
   <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"/>
-
   <_description>
 This draws sets of turning, interlocking gears, rotating in three
-dimensions.
+dimensions.  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>