http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[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="Time until loading a new image:"
9           _low-label="10 Seconds" _high-label="5 Minutes"
10           low="10" high="300" default="30"/>
11
12   <number id="zoom" type="slider" arg="-zoom %"
13           _label="Always show at least this much of the image:"
14           _low-label="50%" _high-label="100%"
15           low="50" high="100" default="75"/>
16
17   <number id="pan" type="slider" arg="-pan %"
18           _label="Pan/Zoom Duration:"
19           _low-label="1 Second" _high-label="30 Seconds"
20           low="1" high="30" default="6"/>
21
22   <number id="fade" type="slider" arg="-fade %"
23           _label="Crossfade Duration:"
24           _low-label="None" _high-label="30 Seconds"
25           low="0" high="30" default="2"/>
26
27   <number id="delay" type="slider" arg="-delay %"
28           _label="Frame Rate:" _low-label="Low" _high-label="High"
29           low="0" high="100000" default="20000"
30           convert="invert"/>
31
32   <xscreensaver-image />
33
34   <boolean id="letterbox" _label="Letterbox" arg-unset="-no-letterbox"/>
35
36   <boolean id="titles" _label="Show Image Titles" arg-set="-titles"/>
37
38   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
39
40   <_description>
41 Loads a random sequence of images and smoothly scans and zooms around
42 in each, fading from pan to pan.  
43
44 Written by Jamie Zawinski and Mike Oliphant; 2003.
45   </_description>
46 </screensaver>