From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / strange.xml
index 7d805cd994dc61ce464e80deaf2b38dd7532c2d3..53e67dfe33afdd40b1592e107143b4dbfbffd0f7 100644 (file)
@@ -4,22 +4,29 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="2000"
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
-  <number id="curve" type="slider" arg="-curve %"
-            _label="Curviness" _low-label="Low" _high-label="High"
-            low="1" high="50" default="10"/>
+  <number id="points" type="slider" arg="-points %"
+            _label="Number of points" _low-label="1k" _high-label="100k"
+            low="1000" high="100000" default="5500"/>
 
   <number id="ncolors" type="slider" arg="-ncolors %"
-            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            _label="Number of colors" _low-label="Two" _high-label="Many"
             low="1" high="255" default="100"/>
 
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
+
   <_description>
-This draws strange attractors: it's a colorful,
-unpredictably-animating field of dots that swoops and twists around.
-The motion is very nice.  Written by Massimino Pascal.
+This draws iterations to strange attractors: it's a colorful,
+unpredictably-animating swarm of dots that swoops and twists around.
+
+http://en.wikipedia.org/wiki/Attractor#Strange_attractor
+
+Written by Massimino Pascal; 1997.
   </_description>
 </screensaver>