http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/md5/fa43fdd68d...
[xscreensaver] / hacks / config / glslideshow.xml
diff --git a/hacks/config/glslideshow.xml b/hacks/config/glslideshow.xml
new file mode 100644 (file)
index 0000000..02231e5
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="glslideshow" _label="GLSlideshow">
+
+  <command arg="-root"/>
+
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Image Duration"
+          _low-label="10 Seconds" _high-label="5 Minutes"
+          low="10" high="300" default="30"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Frame Rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
+          convert="invert"/>
+
+  <boolean id="fade" _label="Fade Between Images" arg-unset="-no-fade"/>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Loads a random sequence of images and smoothly scans and zooms around
+in each, fading from pan to pan.  You can set the directory from which
+images are loaded on the "Advanced" tab.
+
+This  program  requires  a good video card capable of supporting large
+textures.
+
+Written by Mike Oliphant and Jamie Zawinski.
+  </_description>
+</screensaver>