1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="xmatrix" _label="XMatrix">
9 <option id="font1" _label="Small font" arg-set="-small"/>
10 <option id="font2" _label="Large font"/>
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"/>
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"/>
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 %"/>
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"
41 <number id="density" type="slider" arg="-density %"
42 _label="Density" _low-label="Sparse" _high-label="Full"
43 low="1" high="100" default="75"/>
45 <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
53 Draws the "digital rain" effect, as seen on the computer monitors in
56 See also "GLMatrix" for a 3D rendering of the similar effect that
57 appeared in the movie's title sequence.
59 http://en.wikipedia.org/wiki/Matrix_digital_rain
61 Written by Jamie Zawinski; 1999.