From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / xmatrix.xml
index c2a8f87e67e3be2d19f57a8ee5f9373d203cfae4..70512a90dc9608b6062da8c0d96b6263d7dbe74e 100644 (file)
@@ -1,42 +1,66 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="xmatrix" _label="Xmatrix">
+<screensaver name="xmatrix" _label="XMatrix">
 
   <command arg="-root"/>
 
-  <select id="size">
-    <option id="font1" _label="Small Font"  arg-set="-small"/>
-    <option id="font2" _label="Large Font"/>
-  </select>
+  <hgroup>
+   <select id="size">
+     <option id="font1" _label="Small font"  arg-set="-small"/>
+     <option id="font2" _label="Large font"/>
+   </select>
 
-  <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="mode">
+     <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"/>
+     <option id="pipe"   _label="Piped ASCII text"     arg-set="-mode pipe"/>
+   </select>
 
-  <select id="fill">
-    <option id="both"   _label="Synergistic Algorithm"/>
-    <option id="top"    _label="Slider Algorithm"    arg-set="-top"/>
-    <option id="bottom" _label="Expansion Algorithm" arg-set="-bottom"/>
-  </select>
+   <select id="fill">
+     <option id="both"   _label="Synergistic algorithm"/>
+     <option id="top"    _label="Slider algorithm"    arg-set="-insert top"/>
+     <option id="bottom" _label="Expansion algorithm" arg-set="-insert bottom"/>
+   </select>
+  </hgroup>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
+  <hgroup>
+   <boolean id="trace" _label="Run trace program" arg-unset="-no-trace"/>
+   <boolean id="knock" _label="Knock knock"       arg-unset="-no-knock-knock"/>
+   <string id="phone" _label="Phone number" arg="-phone %"/>
+  </hgroup>
 
-  <number id="density" type="slider" arg="-density %"
-          _label="Density" _low-label="Sparse" _high-label="Full"
-          low="1" high="100" default="75"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="10000"
+            convert="invert"/>
 
-  <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>
+    <number id="density" type="slider" arg="-density %"
+            _label="Density" _low-label="Sparse" _high-label="Full"
+            low="1" high="100" default="75"/>
 
-  <string id="phone" _label="Phone Number" arg="-phone %"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+    <xscreensaver-updater />
+
+   </vgroup>
+   <vgroup>
+    <xscreensaver-text />
+   </vgroup>
+  </hgroup>
 
   <_description>
-A rendition of the text scrolls seen in the movie ``The Matrix.''
-Written by Jamie Zawinski.
+Draws the "digital rain" effect, as seen on the computer monitors in
+"The Matrix".
+
+See also "GLMatrix" for a 3D rendering of the similar effect that
+appeared in the movie's title sequence.
+
+http://en.wikipedia.org/wiki/Matrix_digital_rain
+
+Written by Jamie Zawinski; 1999.
   </_description>
 </screensaver>