1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="xmatrix" _label="Xmatrix">
8 <option id="font1" _label="Small Font" arg-set="-small"/>
9 <option id="font2" _label="Large Font"/>
13 <option id="matrix" _label="Matrix Encoding"/>
14 <option id="binary" _label="Binary Encoding" arg-set="-binary"/>
15 <option id="hex" _label="Hexadecimal Encoding" arg-set="-hexadecimal"/>
16 <option id="dna" _label="Genetic Encoding" arg-set="-dna"/>
20 <option id="both" _label="Synergistic Algorithm"/>
21 <option id="top" _label="Slider Algorithm" arg-set="-top"/>
22 <option id="bottom" _label="Expansion Algorithm" arg-set="-bottom"/>
25 <number id="speed" type="slider" arg="-delay %"
26 _label="Speed" _low-label="Slow" _high-label="Fast"
27 low="0" high="20000" default="10000"
30 <number id="density" type="slider" arg="-density %"
31 _label="Density" _low-label="Sparse" _high-label="Full"
32 low="1" high="100" default="75"/>
35 <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>
36 <boolean id="knock" _label="Knock Knock" arg-set="-knock-knock"/>
39 <string id="phone" _label="Phone Number" arg="-phone %"/>
42 A rendition of the text scrolls seen in the movie ``The Matrix.''
43 Written by Jamie Zawinski.