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="Speed" _low-label="Slow" _high-label="Fast"
38 low="0" high="20000" 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"/>
52 Draws dropping characters similar to what is seen on the computer
53 monitors in "The Matrix".
55 See also "glmatrix" for a 3D rendering of the similar effect that
56 appeared in the title sequence of the movie.
58 Written by Jamie Zawinski; 1999.