ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / config / rd-bomb.xml
index dd06f55769cf54832dfef2125bdbddf2fc4b529a..746da2bc73d6e52e60f97cbe365dbe04ca120b90 100644 (file)
@@ -8,9 +8,9 @@
            _label="Fill Screen" _low-label="1%" _high-label="100%"
            low="0.01" high="1.0" default="1.0"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <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"/>
 
   <number id="speed" type="slider" arg="-speed %"
            _label="Wander Speed" _low-label="Slow" _high-label="Fast"
 
   <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>
 
   <!-- #### default is wrong -->
   <number id="radius" type="spinbutton" arg="-radius %"
-          _label="Seed Radius" low="1" high="1000" default="500"/>
+          _label="Seed Radius" low="1" high="60" default="15"/>
 
   <number id="epoch" type="slider" arg="-epoch %"
            _label="Epoch" _low-label="Small" _high-label="Large"
             _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>