d5ce80e298ab7b0bb44dc372e4ff8cd65a65e83a
[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   <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.  
39
40 To tell it where to find the images to display, go to the "Advanced"
41 tab on the Screensaver Preferences window.  Select "Choose Random
42 Images", and enter your image directory in the text field right below
43 that.
44
45 (Note: not the the "Advanced" button at the bottom of this window:
46 the tab at the top of the *other* window.)
47
48 This program requires a good video card capable of supporting large
49 textures.
50
51 Written by Jamie Zawinski and Mike Oliphant.
52   </_description>
53 </screensaver>