From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / hyperball.xml
index b8ecd2c79323a20f8e8099a00c5afa95984b0849..70748612d6721f7a9b1f1f64c0ce01ae6208a0c0 100644 (file)
@@ -4,18 +4,21 @@
 
   <command arg="-root"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Frame rate" _low-label="Low" _high-label="High"
-          low="0" high="100000" default="20000"
-          convert="invert"/>
+  <hgroup>
+    <vgroup>
+     <number id="delay" type="slider" arg="-delay %"
+             _label="Frame rate" _low-label="Low" _high-label="High"
+             low="0" high="100000" default="20000"
+             convert="invert"/>
 
-<!--
-  <number id="z" type="slider" arg="-observer-z %"
-          _label="Zoom" _low-label="Near" _high-label="Far"
-          low="1.125" high="10.0" default="3.0"/>
--->
 
-  <hgroup>
+      <number id="z" type="slider" arg="-observer-z %"
+              _label="Zoom" _low-label="Near" _high-label="Far"
+              low="1.125" high="10.0" default="3.0"/>
+
+     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+    </vgroup>
+
     <vgroup>
       <number id="xw" type="slider" arg="-xw %"
               _label="XW rotation" _low-label="Slow" _high-label="Fast"
     </vgroup>
   </hgroup>
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+  <xscreensaver-updater />
 
   <_description>
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.10.  It has been replaced by the more general "Polytopes"
+screen saver, which can display this object as well as others.  The
+Polytopes "120-cell" object corresponds to this one.
+
 Hyperball is to hypercube as dodecahedron is to cube: this displays
 a 2D projection of the sequence of 3D objects which are the projections
 of the 4D analog to the dodecahedron.  Technically, it is a "120 cell
 polytope".
 
-See also "polytopes" for a more general version of this using OpenGL.
-
 http://en.wikipedia.org/wiki/Hypercube
 http://en.wikipedia.org/wiki/Regular_polytope