From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / qix.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="qix" _label="Qix">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9     <number id="delay" type="slider" arg="-delay %"
10             _label="Frame rate" _low-label="Low" _high-label="High"
11             low="0" high="100000" default="10000"
12             convert="invert"/>
13
14     <number id="segments" type="slider" arg="-segments %"
15             _label="Segments" _low-label="Few" _high-label="Many"
16             low="10" high="500" default="250"/>
17
18     <number id="spread" type="slider" arg="-spread %"
19             _label="Density" _low-label="Sparse" _high-label="Dense"
20             low="1" high="50" default="8"
21             convert="invert"/>
22
23     <number id="color_contrast" type="slider" arg="-color-shift %"
24             _label="Color contrast" _low-label="Low" _high-label="High"
25              low="0" high="25" default="3"/>
26    </vgroup>
27    <vgroup>
28     <select id="fill">
29       <option id="lines" _label="Line segments" arg-set="-hollow"/>
30       <option id="solid" _label="Solid objects"/>
31     </select>
32
33     <select id="motion">
34       <option id="linear" _label="Linear motion"/>
35       <option id="random" _label="Random motion" arg-set="-random"/>
36     </select>
37
38     <select id="color-mode">
39       <option id="additive" _label="Additive colors"/>
40       <option id="subtractive" _label="Subtractive colors"
41               arg-set="-subtractive"/>
42     </select>
43
44     <number id="count" type="spinbutton" arg="-count %"
45             _label="Count" low="0" high="20" default="4"/>
46     <number id="size" type="spinbutton" arg="-size %"
47              _label="Max size" low="200" high="1000" default="200"/>
48     <number id="poly" type="spinbutton" arg="-poly %"
49              _label="Poly corners" low="2" high="100" default="2"/>
50    </vgroup>
51   </hgroup>
52
53   <hgroup>
54    <boolean id="transparent" _label="Transparent" arg-unset="-non-transparent"/>
55    <boolean id="xor" _label="XOR" arg-set="-xor"/>
56    <boolean id="gravity" _label="Gravity" arg-set="-gravity"/>
57    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
58   </hgroup>
59
60   <xscreensaver-updater />
61
62   <_description>
63 Bounces a series of line segments around the screen, and uses
64 variations on this basic motion pattern to produce all sorts of
65 different presentations: line segments, filled polygons, and
66 overlapping translucent areas.
67
68 http://en.wikipedia.org/wiki/Qix
69
70 Written by Jamie Zawinski; 1992.
71   </_description>
72 </screensaver>