http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / config / xmatrix.xml
index 31c346dad77e7e5929d70c96c2830e82f7c41dfa..bc213e83e8de0d766620c6ad9c97cb4aac00bbec 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="xmatrix" _label="Xmatrix">
+<screensaver name="xmatrix" _label="XMatrix">
 
   <command arg="-root"/>
 
 
   <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"/>
+    <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"/>
+    <option id="top"    _label="Slider Algorithm"    arg-set="-insert top"/>
+    <option id="bottom" _label="Expansion Algorithm" arg-set="-insert bottom"/>
   </select>
 
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
           low="0" high="20000" default="10000"
           convert="invert"/>
 
   <number id="density" type="slider" arg="-density %"
-          _label="Speed" _low-label="Sparse" _high-label="Full"
+          _label="Density" _low-label="Sparse" _high-label="Full"
           low="1" high="100" default="75"/>
 
-  <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>
+  <hgroup>
+   <boolean id="trace" _label="Run Trace Program" arg-unset="-no-trace"/>
+   <boolean id="knock" _label="Knock Knock"       arg-unset="-no-knock-knock"/>
+  </hgroup>
 
   <string id="phone" _label="Phone Number" arg="-phone %"/>
 
+  <xscreensaver-text />
+
   <_description>
-A rendition of the text scrolls seen in the movie ``The Matrix.''
-Written by Jamie Zawinski.
+Draws dropping characters similar to what is seen on the computer 
+monitors in "The Matrix".
+
+See also "glmatrix" for a 3D rendering of the similar effect that
+appeared in the title sequence of the movie.
+
+Written by Jamie Zawinski; 1999.
   </_description>
 </screensaver>