http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/md5/fa43fdd68d...
[xscreensaver] / hacks / config / glslideshow.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glslideshow" _label="GLSlideshow">
4
5   <command arg="-root"/>
6
7   <number id="duration" type="slider" arg="-duration %"
8           _label="Image Duration"
9           _low-label="10 Seconds" _high-label="5 Minutes"
10           low="10" high="300" default="30"/>
11
12   <number id="speed" type="slider" arg="-delay %"
13           _label="Frame Rate" _low-label="Low" _high-label="High"
14           low="0" high="100000" default="20000"
15           convert="invert"/>
16
17   <boolean id="fade" _label="Fade Between Images" arg-unset="-no-fade"/>
18
19   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
20
21   <_description>
22 Loads a random sequence of images and smoothly scans and zooms around
23 in each, fading from pan to pan.  You can set the directory from which
24 images are loaded on the "Advanced" tab.
25
26 This  program  requires  a good video card capable of supporting large
27 textures.
28
29 Written by Mike Oliphant and Jamie Zawinski.
30   </_description>
31 </screensaver>