http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.04.tar.gz
[xscreensaver] / hacks / config / rd-bomb.xml
index 9a7ba093fcdecaf31c1e36387b22c195f64bf46f..01888121899420492c3e5a76848f5df0cdae1e6a 100644 (file)
 
   <number id="delay" type="slider" arg="-delay %"
           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0.0" high="20.0" default="1.0"/>
+          low="0" high="250000" default="20000"
+          convert="invert"/>
 
   <number id="speed" type="slider" arg="-speed %"
            _label="Wander Speed" _low-label="Slow" _high-label="Fast"
            low="0.0" high="10.0" default="0.0"/>
 
   <hgroup>
-   <!-- #### defaults are wrong -->
    <number id="width" type="spinbutton" arg="-width %"
-           _label="Tile Size" low="10" high="100" default="64"/>
+           _label="Tile Size" low="0" high="500" default="0"/>
    <number id="pixheight" type="spinbutton" arg="-height %"
-           _label="x" low="10" high="100" default="64"/>
+           _label="x"         low="0" high="500" default="0"/>
   </hgroup>
 
   <hgroup>
    <number id="reaction" type="spinbutton" arg="-reaction %"
-           _label="Reaction/Difusion" low="-1" high="2" default="-1"/>
+           _label="Reaction/Diffusion" low="-1" high="2" default="-1"/>
    <number id="diffusion" type="spinbutton" arg="-diffusion %"
            _label="/" low="-1" high="2" default="-1"/>
   </hgroup>
             _label="Number of Colors" _low-label="Two" _high-label="Many"
             low="1" high="300" default="255"/>
 
-  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
+<!--  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/> -->
 
   <_description>
-Another variation of the `Bomb' program by Scott Draves.  This draws
-a grid of growing square-like shapes that, once they overtake each
-other, react in unpredictable ways.  ``RD'' stands for
+Draws a grid of growing square-like shapes that, once they overtake
+each other, react in unpredictable ways.  "RD" stands for
 reaction-diffusion.
+
+Written by Scott Draves.
   </_description>
 </screensaver>