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