From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / moebius.xml
index 8bf5202c25c91ebd3de58637d52ba5c9d11b6ce4..b67a70a0e37dd4608c60acb76b39db50cffcb067 100644 (file)
@@ -1,33 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="moebius" _label="Moebius">
+<screensaver name="moebius" _label="Moebius" gl="yes">
 
   <command arg="-root"/>
 
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <hgroup>
-    <select id="strip">
-      <option id="solid" _label="Solid Floor" arg-set="-solidmoebius"/>
-      <option id="wire"  _label="Mesh Floor"/>
-    </select>
+  <boolean id="solid" _label="Solid floor" arg-set="-solidmoebius"/>
+  <boolean id="ants" _label="Draw ants" arg-unset="-no-ants"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-    <select id="render">
-      <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-      <option id="solid" _label="Solid Objects"/>
-    </select>
-  </hgroup>
+  <xscreensaver-updater />
 
-  <boolean id="ants" _label="Draw Ants" arg-unset="-noants"/>
+  <_description>
+This animates a 3D rendition M.C. Escher's "Moebius Strip II",
+an image of ants walking along the surface of a moebius strip.
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+http://en.wikipedia.org/wiki/Moebius_strip
+http://en.wikipedia.org/wiki/Maurits_Cornelis_Escher
 
-  <_description>
-Another M. C. Escher hack by Marcelo Vianna, this one draws
-``Moebius Strip II,'' a GL image of ants walking along the surface of
-a moebius strip.
+Written by Marcelo F. Vianna; 1997.
   </_description>
 </screensaver>