From http://www.jwz.org/xscreensaver/xscreensaver-5.24.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="Frame rate" _low-label="Low" _high-label="High"
38             low="0" high="100000" default="10000"
39             convert="invert"/>
40
41     <number id="density" type="slider" arg="-density %"
42             _label="Density" _low-label="Sparse" _high-label="Full"
43             low="1" high="100" default="75"/>
44
45     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
46
47     <xscreensaver-updater />
48
49    </vgroup>
50    <vgroup>
51     <xscreensaver-text />
52    </vgroup>
53   </hgroup>
54
55   <_description>
56 Draws the "digital rain" effect, as seen on the computer monitors in
57 "The Matrix".
58
59 See also "GLMatrix" for a 3D rendering of the similar effect that
60 appeared in the movie's title sequence.
61
62 http://en.wikipedia.org/wiki/Matrix_digital_rain
63
64 Written by Jamie Zawinski; 1999.
65   </_description>
66 </screensaver>