http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[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   <hgroup>
8    <select id="size">
9      <option id="font1" _label="Small font"  arg-set="-small"/>
10      <option id="font2" _label="Large font"/>
11    </select>
12
13    <select id="mode">
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"/>
19    </select>
20
21    <select id="fill">
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"/>
25    </select>
26   </hgroup>
27
28   <hgroup>
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 %"/>
32   </hgroup>
33
34   <hgroup>
35    <vgroup>
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"
39             convert="invert"/>
40    </vgroup>
41
42    <vgroup>
43     <number id="density" type="slider" arg="-density %"
44             _label="Density" _low-label="Sparse" _high-label="Full"
45             low="1" high="100" default="75"/>
46    </vgroup>
47   </hgroup>
48
49   <xscreensaver-text />
50
51   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
52
53   <_description>
54 Draws dropping characters similar to what is seen on the computer 
55 monitors in "The Matrix".
56
57 See also "GLMatrix" for a 3D rendering of the similar effect that
58 appeared in the movie's title sequence.
59
60 Written by Jamie Zawinski; 1999.
61   </_description>
62 </screensaver>