From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / critical.xml
index 443d026b49b8f1a7251c1272efd1b6c8cb85f1b2..a36138da3b326ee831ae283009c87b1c39dae511 100644 (file)
@@ -4,23 +4,26 @@
 
   <command arg="-root"/>
 
+  <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="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="3" high="255" default="64"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-  <!-- #### -restart [8] -->
-  <!-- #### -cellsize [?] -->
-  <!-- #### -batchcount [1500] -->
-  <!-- #### -trail [50] -->
+  <xscreensaver-updater />
 
   <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
 Draws a system of self-organizing lines.  It starts out as random
 squiggles, but after a few iterations, order begins to appear.
-Written by Martin Pool.
+
+Written by Martin Pool; 1999.
   </_description>
 </screensaver>