From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / atunnel.xml
index dbd0ccc054d65b85257301905af0c61d8eb72cd9..eea3b96928d35fe17aa073049312a9f76832c492 100644 (file)
@@ -1,21 +1,25 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="atunnel" _label="Atunnel">
+<screensaver name="atunnel" _label="Atunnel" gl="yes">
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=mpCRbi3jkuc"/>
+
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="20000" default="10000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="10000"
           convert="invert"/>
 
   <boolean id="tex"     _label="Textured"    arg-unset="-no-texture"/>
   <boolean id="light"   _label="Lighting"    arg-set="-light"/>
   <boolean id="wire"    _label="Wireframe"   arg-set="-wireframe"/>
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+  <xscreensaver-updater />
 
   <_description>
-Draws an animation of a textured tunnel in GL.
+Zooming through a textured tunnel.
 
 Written by Eric Lassauge and Roman Podobedov; 2003.
   </_description>