From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / glmatrix.xml
index e7b76503e0d5f18106ee75a84a2b6d954afd73be..01b9710e287772b413c745f29cb3c17dbf290501 100644 (file)
@@ -1,33 +1,27 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="glmatrix" _label="GLMatrix">
+<screensaver name="glmatrix" _label="GLMatrix" gl="yes">
 
   <command arg="-root"/>
 
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="30000"
+          convert="invert"/>
+
   <number id="density" type="slider" arg="-density %"
-          _label="Glyph Density" _low-label="Sparse" _high-label="Dense"
+          _label="Glyph density" _low-label="Sparse" _high-label="Dense"
           low="0" high="100" default="20"/>
 
   <number id="speed" type="slider" arg="-speed %"
-          _label="Glyph Speed" _low-label="Slow" _high-label="Fast"
+          _label="Glyph speed" _low-label="Slow" _high-label="Fast"
           low="0.1" high="8.0" default="1.0"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="30000"
-          convert="invert"/>
-
   <select id="mode">
-    <option id="matrix" _label="Matrix Encoding"/>
-    <option id="binary" _label="Binary Encoding"      arg-set="-binary"/>
-    <option id="hex"    _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
-    <option id="dna"    _label="Genetic Encoding"     arg-set="-dna"/>
-  </select>
-
-  <select id="render">
-    <option id="textured"  _label="Draw Glyphs"/>
-    <option id="boxes"     _label="Draw Solid Boxes" arg-set="-no-texture"/>
-    <option id="wireframe" _label="Draw Outlines"    arg-set="-wireframe"/>
+    <option id="matrix" _label="Matrix encoding"/>
+    <option id="binary" _label="Binary encoding"      arg-set="-mode binary"/>
+    <option id="hex"    _label="Hexadecimal encoding" arg-set="-mode hex"/>
+    <option id="dna"    _label="Genetic encoding"     arg-set="-mode dna"/>
   </select>
 
   <hgroup>
   </hgroup>
 
   <hgroup>
-   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+   <boolean id="tex"     _label="Textured"  arg-unset="-no-texture"/>
+   <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Draws 3D dropping characters similar to what is seen in the title sequence
+Draws the 3D "digital rain" effect, as seen in the title sequence
 of "The Matrix".
 
 See also "xmatrix" for a 2D rendering of the similar effect that
 appeared on the computer monitors actually *in* the movie.
 
-Written by Jamie Zawinski.
+http://en.wikipedia.org/wiki/Matrix_digital_rain
+
+Written by Jamie Zawinski; 2003.
   </_description>
 </screensaver>