http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/xscreensaver-4.20.tar.gz
[xscreensaver] / hacks / config / carousel.xml
diff --git a/hacks/config/carousel.xml b/hacks/config/carousel.xml
new file mode 100644 (file)
index 0000000..a15f1fc
--- /dev/null
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="carousel" _label="Carousel">
+
+  <command arg="-root"/>
+
+  <hgroup>
+    <number id="count" type="spinbutton" arg="-count %"
+            _label="Number of Images:" low="1" high="20" default="7"/>
+  </hgroup>
+
+  <number id="duration" type="slider" arg="-duration %"
+          _label="Time until loading a new image:"
+          _low-label="5 Seconds" _high-label="1 Minute"
+          low="5" high="60" default="20"/>
+
+  <number id="speed" type="slider" arg="-speed %"
+          _label="Animation Speed" _low-label="Slow" _high-label="Fast"
+          low="0.1" high="8.0" default="1.0"/>
+
+  <number id="delay" type="slider" arg="-delay %"
+          _label="Frame Rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
+          convert="invert"/>
+
+  <select id="mode">
+    <option id="tiltxy"  _label="Tilt In/Out and Left/Right"/>
+    <option id="tiltx"   _label="Tilt In/Out Only"     arg-set="-tilt x"/>
+    <option id="tilty"   _label="Tilt Left/Right Only" arg-set="-tilt y"/>
+    <option id="notilt"  _label="No Tilting"           arg-set="-no-tilt"/>
+  </select>
+
+  <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
+  <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Loads several random images, and displays them flying in a circular
+formation.  The circle changes speed and direction randomly, tilts on
+its axis, and the images move in and out.
+
+To tell it where to find the images to display, go to the "Advanced"
+tab on the Screensaver Preferences window.  Select "Choose Random
+Images", and enter your image directory in the text field right below
+that.
+
+(Note: not the the "Advanced" button at the bottom of this window:
+the tab at the top of the *other* window.)
+
+This program requires a good video card capable of supporting large
+textures.
+
+Written by Jamie Zawinski.
+  </_description>
+</screensaver>