http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / lament.xml
index 69ba062f126be44e8fcc8d616210969b82d27abb..dc081fca3c6d988a53ba364bfc167910f9ca4465 100644 (file)
@@ -4,22 +4,19 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+          low="0" high="40000" default="20000"
           convert="invert"/>
 
-  <select id="render">
-    <option id="solid" _label="Normal"/>
-    <option id="solid" _label="Untextured" arg-set="-no-texture"/>
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-  </select>
-
+  <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
+  <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
-Animates a simulation of Lemarchand's Box, repeatedly solving itself.
-Requires OpenGL, and a machine with fast hardware support for texture
-maps.  Warning: occasionally opens doors.  Written by Jamie Zawinski.
+Animates a simulation of Lemarchand's Box, the Lament Configuration,
+repeatedly solving itself.  Warning: occasionally opens doors.
+
+Written by Jamie Zawinski; 1998.
   </_description>
 </screensaver>