http://www.uw-madison.lkams.kernel.org/pub/mirrors/fink/distfiles/xscreensaver-4...
[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   <select id="size">
8     <option id="font1" _label="Small Font"  arg-set="-small"/>
9     <option id="font2" _label="Large Font"/>
10   </select>
11
12   <select id="mode">
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"/>
17   </select>
18
19   <select id="fill">
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"/>
23   </select>
24
25   <number id="speed" type="slider" arg="-delay %"
26           _label="Speed" _low-label="Slow" _high-label="Fast"
27           low="0" high="20000" default="10000"
28           convert="invert"/>
29
30   <number id="density" type="slider" arg="-density %"
31           _label="Density" _low-label="Sparse" _high-label="Full"
32           low="1" high="100" default="75"/>
33
34   <hgroup>
35    <boolean id="trace" _label="Run Trace Program" arg-set="-trace"/>
36    <boolean id="knock" _label="Knock Knock" arg-set="-knock-knock"/>
37   </hgroup>
38
39   <string id="phone" _label="Phone Number" arg="-phone %"/>
40
41   <_description>
42 Draws dropping characters similar to what is seen on the computer 
43 monitors in "The Matrix".
44
45 See also "glmatrix" for a 3D rendering of the similar effect that
46 appeared in the title sequence of the movie.
47
48 Written by Jamie Zawinski.
49   </_description>
50 </screensaver>