From http://www.jwz.org/xscreensaver/xscreensaver-5.35.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   <video href="https://www.youtube.com/watch?v=dSJQHm-YoWc"/>
8
9   <hgroup>
10    <select id="size">
11      <option id="font1" _label="Small font"  arg-set="-small"/>
12      <option id="font2" _label="Large font"/>
13    </select>
14
15    <select id="mode">
16      <option id="matrix" _label="Matrix encoding"/>
17      <option id="binary" _label="Binary encoding"      arg-set="-mode binary"/>
18      <option id="hex"    _label="Hexadecimal encoding" arg-set="-mode hex"/>
19      <option id="dna"    _label="Genetic encoding"     arg-set="-mode dna"/>
20      <option id="pipe"   _label="Piped ASCII text"     arg-set="-mode pipe"/>
21    </select>
22
23    <select id="fill">
24      <option id="both"   _label="Synergistic algorithm"/>
25      <option id="top"    _label="Slider algorithm"    arg-set="-insert top"/>
26      <option id="bottom" _label="Expansion algorithm" arg-set="-insert bottom"/>
27    </select>
28   </hgroup>
29
30   <hgroup>
31    <boolean id="trace" _label="Run trace program" arg-unset="-no-trace"/>
32    <boolean id="knock" _label="Knock knock"       arg-unset="-no-knock-knock"/>
33    <string id="phone" _label="Phone number" arg="-phone %"/>
34   </hgroup>
35
36   <hgroup>
37    <vgroup>
38     <number id="delay" type="slider" arg="-delay %"
39             _label="Frame rate" _low-label="Low" _high-label="High"
40             low="0" high="100000" default="10000"
41             convert="invert"/>
42
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
47     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
48
49     <xscreensaver-updater />
50
51    </vgroup>
52    <vgroup>
53     <xscreensaver-text />
54    </vgroup>
55   </hgroup>
56
57   <_description>
58 The "digital rain" effect, as seen on the computer monitors in
59 "The Matrix".
60
61 See also "GLMatrix" for a 3D rendering of the similar effect that
62 appeared in the movie's title sequence.
63
64 https://en.wikipedia.org/wiki/Matrix_digital_rain
65
66 Written by Jamie Zawinski; 1999.
67   </_description>
68 </screensaver>