http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / xmatrix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="xmatrix" _label="XMatrix">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <select id="size">
9      <option id="font1" _label="Small Font"  arg-set="-small"/>
10      <option id="font2" _label="Large Font"/>
11    </select>
12
13    <select id="mode">
14      <option id="matrix" _label="Matrix Encoding"/>
15      <option id="binary" _label="Binary Encoding"      arg-set="-mode binary"/>
16      <option id="hex"    _label="Hexadecimal Encoding" arg-set="-mode hex"/>
17      <option id="dna"    _label="Genetic Encoding"     arg-set="-mode dna"/>
18      <option id="pipe"   _label="Piped ASCII Text"     arg-set="-mode pipe"/>
19    </select>
20
21    <select id="fill">
22      <option id="both"   _label="Synergistic Algorithm"/>
23      <option id="top"    _label="Slider Algorithm"    arg-set="-insert top"/>
24      <option id="bottom" _label="Expansion Algorithm" arg-set="-insert bottom"/>
25    </select>
26   </hgroup>
27
28   <hgroup>
29    <boolean id="trace" _label="Run Trace Program" arg-unset="-no-trace"/>
30    <boolean id="knock" _label="Knock Knock"       arg-unset="-no-knock-knock"/>
31    <string id="phone" _label="Phone Number" arg="-phone %"/>
32   </hgroup>
33
34   <hgroup>
35    <vgroup>
36     <number id="delay" type="slider" arg="-delay %"
37             _label="Speed" _low-label="Slow" _high-label="Fast"
38             low="0" high="20000" default="10000"
39             convert="invert"/>
40    </vgroup>
41
42    <vgroup>
43     <number id="density" type="slider" arg="-density %"
44             _label="Density" _low-label="Sparse" _high-label="Full"
45             low="1" high="100" default="75"/>
46    </vgroup>
47   </hgroup>
48
49   <xscreensaver-text />
50
51   <_description>
52 Draws dropping characters similar to what is seen on the computer 
53 monitors in "The Matrix".
54
55 See also "glmatrix" for a 3D rendering of the similar effect that
56 appeared in the title sequence of the movie.
57
58 Written by Jamie Zawinski; 1999.
59   </_description>
60 </screensaver>