http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / cage.xml
index 71070ca68b4af727e1eaa97bfc31c0a1d85e26f7..b60d15fb4f64a54e34f7e8122c1e4223811cc362 100644 (file)
@@ -5,21 +5,19 @@
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="30000" default="25000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="25000"
           convert="invert"/>
 
-  <select id="render">
-    <option id="tex"   _label="Textured"/>
-    <option id="solid" _label="Solid"     arg-set="-mono"/>
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-  </select>
-
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
   <_description>
-This draws Escher's ``Impossible Cage,'' a 3d analog of a moebius
-strip, and rotates it in three dimensions.  Written by Marcelo
-Vianna.
+This draws Escher's "Impossible Cage", a 3d analog of a moebius
+strip, and rotates it in three dimensions.
+
+http://en.wikipedia.org/wiki/Maurits_Cornelis_Escher
+
+Written by Marcelo Vianna; 1998.
   </_description>
 </screensaver>