From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / distort.xml
index 493b0e8a91284352efdf427ba8422f9a47fc2cfe..a47b1a65e7a79a8d43ee212674248ddc9a7e0e42 100644 (file)
@@ -5,41 +5,47 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
+          _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="200000" default="20000"
           convert="invert"/>
 
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
+          low="10" high="600" default="120"/>
+
   <!-- #### -speed [0] -->
   <!-- #### -slow -->
 
   <number id="radius" type="slider" arg="-radius %"
-          _label="Lens Size" _low-label="Small" _high-label="Large"
+          _label="Lens size" _low-label="Small" _high-label="Large"
           low="0" high="1000" default="0"/>
 
-  <number id="count" type="spinbutton" arg="-number %"
-          _label="Lens Count" low="0" high="10" default="0"/>
-
-  <select id="effect">
-   <option id="normal" _label="Normal"/>
-   <option id="swamp"  _label="Swamp Thing" arg-set="-swamp"/>
-   <option id="bounce" _label="Bounce"      arg-set="-bounce"/>
-  </select>
+  <hgroup>
+   <number id="count" type="spinbutton" arg="-number %"
+           _label="Lens count" low="0" high="10" default="0"/>
+
+   <select id="effect">
+    <option id="normal" _label="Normal"/>
+    <option id="swamp"  _label="Swamp thing" arg-set="-effect swamp"/>
+    <option id="bounce" _label="Bounce"      arg-set="-effect bounce"/>
+   </select>
+  </hgroup>
 
   <hgroup>
-   <vgroup>
-    <boolean id="reflect" _label="Reflect"      arg-set="-reflect"/>
-    <boolean id="magnify" _label="Magnify"      arg-set="-magnify"/>
-   </vgroup>
-   <vgroup>
-    <boolean id="blackhole" _label="Black Hole" arg-set="-blackhole"/>
-    <boolean id="vortex" _label="Vortex"        arg-set="-vortex"/>
-   </vgroup>
+   <boolean id="reflect" _label="Reflect"      arg-set="-reflect"/>
+   <boolean id="magnify" _label="Magnify"      arg-set="-magnify"/>
+   <boolean id="blackhole" _label="Black hole" arg-set="-blackhole"/>
+   <boolean id="vortex" _label="Vortex"        arg-set="-vortex"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
-  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
+
+  <xscreensaver-image />
+
+  <xscreensaver-updater />
 
   <_description>
-This hack grabs an image of the screen, and then lets a transparent
-lens wander around the screen, magnifying whatever is underneath.
-Written by Jonas Munsin.
+Wandering lenses distort the screen image in various ways.
+
+Written by Jonas Munsin; 1998.
   </_description>
 </screensaver>