ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / engine.xml
index 8ad4abd4763e336890d4edc1ae695dc3ba1ee3df..c7f262654f4d3a60b7543774a103fec4336660ac 100644 (file)
@@ -4,21 +4,34 @@
 
   <command arg="-root"/>
 
-  <!-- #### -rotate-speed [1] -->
-
-  <number id="speed" type="slider" arg="-delay %"
+  <number id="delay" type="slider" arg="-delay %"
           _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+          low="0" high="40000" default="30000"
           convert="invert"/>
 
-  <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
-
-  <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
-
+  <select id="engine">
+   <option id="random" _label="Random Engine"/>
+   <option id="1" _label="Honda Insight (3 cylinders)"     arg-set="-engine honda_insight"/>
+   <option id="2" _label="BMW M3 (4 cylinders)"            arg-set="-engine bmw_m3"/>
+   <option id="3" _label="VW Beetle (4 cylinders, flat)"   arg-set="-engine vw_beetle"/>
+   <option id="4" _label="Audi Quattro (5 cylinders)"      arg-set="-engine audi_quattro"/>
+   <option id="5" _label="BMW M5 (6 cylinders)"            arg-set="-engine bmw_m5"/>
+   <option id="6" _label="Subaru XT (6 cylinders, V)"      arg-set="-engine subaru_xt"/>
+   <option id="7" _label="Porsche 911 (6 cylinders, flat)" arg-set="-engine porsche_911"/>
+   <option id="8" _label="Corvette Z06 (8 cylinders, V)"   arg-set="-engine corvette_z06"/>
+   <option id="9" _label="Dodge Viper (10 cylinders, V)"   arg-set="-engine dodge_viper"/>
+   <option id="10" _label="Jaguar XKE (12 cylinders, V)"   arg-set="-engine jaguar_xke"/>
+  </select>
+
+  <boolean id="titles" _label="Show Engine Name" arg-set="-titles"/>
+  <hgroup>
+    <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
+    <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
+  </hgroup>
   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
 
   <_description>
-Draws a simple four-stroke engine that floats around the screen.
-Written by Ben Buxton.
+Draws a simple model of an engine that floats around the screen.
+Written by Ben Buxton and Ed Beroset.
   </_description>
 </screensaver>