1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="xmatrix" _label="XMatrix">
7 <video href="https://www.youtube.com/watch?v=dSJQHm-YoWc"/>
11 <option id="font1" _label="Small font" arg-set="-small"/>
12 <option id="font2" _label="Large font"/>
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"/>
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"/>
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 %"/>
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"
43 <number id="density" type="slider" arg="-density %"
44 _label="Density" _low-label="Sparse" _high-label="Full"
45 low="1" high="100" default="75"/>
47 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
49 <xscreensaver-updater />
58 The "digital rain" effect, as seen on the computer monitors in
61 See also "GLMatrix" for a 3D rendering of the similar effect that
62 appeared in the movie's title sequence.
64 https://en.wikipedia.org/wiki/Matrix_digital_rain
66 Written by Jamie Zawinski; 1999.