http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[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="speed" 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   <boolean id="titles" _label="Show Image Titles" arg-set="-titles"/>
33
34   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
35
36   <_description>
37 Loads a random sequence of images and smoothly scans and zooms around
38 in each, fading from pan to pan.  You can set the directory from which
39 images are loaded on the "Advanced" tab.
40
41 This  program  requires  a good video card capable of supporting large
42 textures.
43
44 Written by Jamie Zawinski and Mike Oliphant.
45   </_description>
46 </screensaver>