From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / glslideshow.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glslideshow" _label="GLSlideshow" gl="yes">
4
5   <command arg="-root"/>
6
7   <hgroup>
8    <vgroup>
9    <number id="delay" type="slider" arg="-delay %"
10            _label="Frame rate" _low-label="Low" _high-label="High"
11            low="0" high="100000" default="20000"
12            convert="invert"/>
13
14    <number id="duration" type="slider" arg="-duration %"
15            _label="Time until loading a new image"
16            _low-label="10 seconds" _high-label="5 minutes"
17            low="10" high="300" default="30"/>
18
19    <number id="zoom" type="slider" arg="-zoom %"
20            _label="Always show at least this much of the image"
21            _low-label="50%" _high-label="100%"
22            low="50" high="100" default="75"/>
23
24    <number id="pan" type="slider" arg="-pan %"
25            _label="Pan/zoom duration"
26            _low-label="1 second" _high-label="30 seconds"
27            low="1" high="30" default="6"/>
28
29    <number id="fade" type="slider" arg="-fade %"
30            _label="Crossfade duration"
31            _low-label="None" _high-label="30 seconds"
32            low="0" high="30" default="2"/>
33    </vgroup>
34    <vgroup>
35
36     <boolean id="letterbox" _label="Letterbox" arg-unset="-no-letterbox"/>
37     <boolean id="titles" _label="Show file names" arg-set="-titles"/>
38     <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
39
40     <xscreensaver-image />
41
42     <xscreensaver-updater />
43
44    </vgroup>
45   </hgroup>
46
47   <_description>
48 Loads a random sequence of images and smoothly scans and zooms around
49 in each, fading from pan to pan.  
50
51 Written by Jamie Zawinski and Mike Oliphant; 2003.
52   </_description>
53 </screensaver>