ftp://ftp.linux.ncsu.edu/mirror/ftp.redhat.com/pub/redhat/linux/enterprise/4/en/os...
[xscreensaver] / hacks / config / engine.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="engine" _label="Engine">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="40000" default="30000"
10           convert="invert"/>
11
12   <select id="engine">
13    <option id="random" _label="Random Engine"/>
14    <option id="1" _label="Honda Insight (3 cylinders)"     arg-set="-engine honda_insight"/>
15    <option id="2" _label="BMW M3 (4 cylinders)"            arg-set="-engine bmw_m3"/>
16    <option id="3" _label="VW Beetle (4 cylinders, flat)"   arg-set="-engine vw_beetle"/>
17    <option id="4" _label="Audi Quattro (5 cylinders)"      arg-set="-engine audi_quattro"/>
18    <option id="5" _label="BMW M5 (6 cylinders)"            arg-set="-engine bmw_m5"/>
19    <option id="6" _label="Subaru XT (6 cylinders, V)"      arg-set="-engine subaru_xt"/>
20    <option id="7" _label="Porsche 911 (6 cylinders, flat)" arg-set="-engine porsche_911"/>
21    <option id="8" _label="Corvette Z06 (8 cylinders, V)"   arg-set="-engine corvette_z06"/>
22    <option id="9" _label="Dodge Viper (10 cylinders, V)"   arg-set="-engine dodge_viper"/>
23    <option id="10" _label="Jaguar XKE (12 cylinders, V)"   arg-set="-engine jaguar_xke"/>
24   </select>
25
26   <boolean id="titles" _label="Show Engine Name" arg-set="-titles"/>
27   <hgroup>
28     <boolean id="wander" _label="Wander" arg-unset="-no-move"/>
29     <boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
30   </hgroup>
31   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
32
33   <_description>
34 Draws a simple model of an engine that floats around the screen.
35 Written by Ben Buxton and Ed Beroset.
36   </_description>
37 </screensaver>