From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / qix.xml
index b72311ecb9f4e81e73c77934f81b83edd8e56228..cbdfb600ab8f418423d3eb3d00f5df7ca58bee2f 100644 (file)
@@ -4,66 +4,69 @@
 
   <command arg="-root"/>
 
-  <number id="count" type="spinbutton" arg="-count %"
-          _label="Count" low="0" high="20" default="1"/>
-
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
-          convert="invert"/>
-
-  <number id="segments" type="slider" arg="-segments %"
-          _label="Segments" _low-label="Few" _high-label="Many"
-          low="10" high="500" default="50"
-          convert="invert"/>
-
-  <number id="spread" type="slider" arg="-spread %"
-          _label="Density" _low-label="Sparse" _high-label="Dense"
-          low="1" high="50" default="8"
-          convert="invert"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="10000"
+            convert="invert"/>
 
-  <number id="size" type="spinbutton" arg="-size %"
-           _label="Max Size" low="0" high="1000" default="0"/>
+    <number id="segments" type="slider" arg="-segments %"
+            _label="Segments" _low-label="Few" _high-label="Many"
+            low="10" high="500" default="250"/>
 
-  <number id="poly" type="spinbutton" arg="-poly %"
-           _label="Corners" low="2" high="100" default="2"/>
+    <number id="spread" type="slider" arg="-spread %"
+            _label="Density" _low-label="Sparse" _high-label="Dense"
+            low="1" high="50" default="8"
+            convert="invert"/>
 
-  <select id="motion">
-    <option id="linear" _label="Linear Motion" arg-set="-linear"/>
-    <option id="random" _label="Random Motion"/>
-  </select>
+    <number id="color_contrast" type="slider" arg="-color-shift %"
+            _label="Color contrast" _low-label="Low" _high-label="High"
+             low="0" high="25" default="3"/>
+   </vgroup>
+   <vgroup>
+    <select id="fill">
+      <option id="lines" _label="Line segments" arg-set="-hollow"/>
+      <option id="solid" _label="Solid objects"/>
+    </select>
 
-  <hgroup>
-    <boolean id="transparent" _label="Transparent" arg-set="-transparent"/>
+    <select id="motion">
+      <option id="linear" _label="Linear motion"/>
+      <option id="random" _label="Random motion" arg-set="-random"/>
+    </select>
 
     <select id="color-mode">
-      <option id="additive" _label="Additive Colors"/>
-      <option id="subtractive" _label="Subtractive Colors"
+      <option id="additive" _label="Additive colors"/>
+      <option id="subtractive" _label="Subtractive colors"
               arg-set="-subtractive"/>
     </select>
-  </hgroup>
 
-  <hgroup>
-  <number id="color_contrast" type="slider" arg="-color-shift %"
-          _label="Color Contrast" _low-label="Low" _high-label="High"
-           low="0" high="25" default="3"/>
+    <number id="count" type="spinbutton" arg="-count %"
+            _label="Count" low="0" high="20" default="4"/>
+    <number id="size" type="spinbutton" arg="-size %"
+             _label="Max size" low="200" high="1000" default="200"/>
+    <number id="poly" type="spinbutton" arg="-poly %"
+             _label="Poly corners" low="2" high="100" default="2"/>
+   </vgroup>
   </hgroup>
 
-  <select id="fill">
-    <option id="lines" _label="Line Segments"/>
-    <option id="solid" _label="Solid Objects" arg-set="-solid"/>
-  </select>
-
   <hgroup>
-    <boolean id="xor" _label="XOR" arg-set="-xor"/>
-    <boolean id="gravity" _label="Gravity" arg-set="-gravity"/>
+   <boolean id="transparent" _label="Transparent" arg-unset="-non-transparent"/>
+   <boolean id="xor" _label="XOR" arg-set="-xor"/>
+   <boolean id="gravity" _label="Gravity" arg-set="-gravity"/>
+   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-This is the swiss army chainsaw of qix programs.  It bounces a series
-of line segments around the screen, and uses variations on this basic
-motion pattern to produce all sorts of different presentations: line
-segments, filled polygons, overlapping translucent areas...  Written
-by Jamie Zawinski.
+Bounces a series of line segments around the screen, and uses
+variations on this basic motion pattern to produce all sorts of
+different presentations: line segments, filled polygons, and
+overlapping translucent areas.
+
+http://en.wikipedia.org/wiki/Qix
+
+Written by Jamie Zawinski; 1992.
   </_description>
 </screensaver>