began for maemo
[xscreensaver] / 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="-mode binary"/>
15     <option id="hex"    _label="Hexadecimal Encoding" arg-set="-mode hex"/>
16     <option id="dna"    _label="Genetic Encoding"     arg-set="-mode dna"/>
17     <option id="pipe"   _label="Piped ASCII Text"     arg-set="-mode pipe"/>
18   </select>
19
20   <select id="fill">
21     <option id="both"   _label="Synergistic Algorithm"/>
22     <option id="top"    _label="Slider Algorithm"    arg-set="-insert top"/>
23     <option id="bottom" _label="Expansion Algorithm" arg-set="-insert bottom"/>
24   </select>
25
26   <number id="delay" type="slider" arg="-delay %"
27           _label="Speed" _low-label="Slow" _high-label="Fast"
28           low="0" high="20000" default="10000"
29           convert="invert"/>
30
31   <number id="density" type="slider" arg="-density %"
32           _label="Density" _low-label="Sparse" _high-label="Full"
33           low="1" high="100" default="75"/>
34
35   <hgroup>
36    <boolean id="trace" _label="Run Trace Program" arg-unset="-no-trace"/>
37    <boolean id="knock" _label="Knock Knock"       arg-unset="-no-knock-knock"/>
38   </hgroup>
39
40   <string id="phone" _label="Phone Number" arg="-phone %"/>
41
42   <xscreensaver-text />
43
44   <_description>
45 Draws dropping characters similar to what is seen on the computer 
46 monitors in "The Matrix".
47
48 See also "glmatrix" for a 3D rendering of the similar effect that
49 appeared in the title sequence of the movie.
50
51 Written by Jamie Zawinski; 1999.
52   </_description>
53 </screensaver>