summaryrefslogtreecommitdiffstats
path: root/hacks/config/engine.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/engine.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/engine.xml')
-rw-r--r--hacks/config/engine.xml44
1 files changed, 0 insertions, 44 deletions
diff --git a/hacks/config/engine.xml b/hacks/config/engine.xml
deleted file mode 100644
index 5c91d28..0000000
--- a/hacks/config/engine.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="engine" _label="Engine" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=8BL2o8QJmiA"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="30000"
- convert="invert"/>
-
- <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 frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Internal combusion engines.
-
-https://en.wikipedia.org/wiki/Internal_combustion_engine#Operation
-
-Written by Ben Buxton, Ed Beroset and Jamie Zawinski; 2001.
- </_description>
-</screensaver>