From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / cage.xml
index 71070ca68b4af727e1eaa97bfc31c0a1d85e26f7..086a756bf06a311b58ec5825cad40c798ffca19e 100644 (file)
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="cage" _label="Cage">
+<screensaver name="cage" _label="Cage" gl="yes">
 
   <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="wire"    _label="Wireframe"   arg-set="-wireframe"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <xscreensaver-updater />
 
   <_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>