http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / config / carousel.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="carousel" _label="Carousel">
4
5   <command arg="-root"/>
6
7   <hgroup>
8     <number id="count" type="spinbutton" arg="-count %"
9             _label="Number of Images:" low="1" high="20" default="7"/>
10   </hgroup>
11
12   <number id="duration" type="slider" arg="-duration %"
13           _label="Time until loading a new image:"
14           _low-label="5 Seconds" _high-label="1 Minute"
15           low="5" high="60" default="20"/>
16
17   <number id="speed" type="slider" arg="-speed %"
18           _label="Animation Speed" _low-label="Slow" _high-label="Fast"
19           low="0.1" high="8.0" default="1.0"/>
20
21   <number id="delay" type="slider" arg="-delay %"
22           _label="Frame Rate" _low-label="Low" _high-label="High"
23           low="0" high="100000" default="20000"
24           convert="invert"/>
25
26   <select id="mode">
27     <option id="tiltxy"  _label="Tilt In/Out and Left/Right"/>
28     <option id="tiltx"   _label="Tilt In/Out Only"     arg-set="-tilt x"/>
29     <option id="tilty"   _label="Tilt Left/Right Only" arg-set="-tilt y"/>
30     <option id="notilt"  _label="No Tilting"           arg-set="-no-tilt"/>
31   </select>
32
33   <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
34   <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
35
36   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
37
38   <_description>
39 Loads several random images, and displays them flying in a circular
40 formation.  The circle changes speed and direction randomly, tilts on
41 its axis, and the images move in and out.
42
43 To tell it where to find the images to display, go to the "Advanced"
44 tab on the Screensaver Preferences window.  Select "Choose Random
45 Images", and enter your image directory in the text field right below
46 that.
47
48 (Note: not the the "Advanced" button at the bottom of this window:
49 the tab at the top of the *other* window.)
50
51 This program requires a good video card capable of supporting large
52 textures.
53
54 Written by Jamie Zawinski.
55   </_description>
56 </screensaver>