From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / carousel.xml
index a15f1fc0f550764c7cd764a1f0d92a69191b6e27..e2ca38816d88f93ae77de9caa54cf07b0b92ed4e 100644 (file)
@@ -1,56 +1,55 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="carousel" _label="Carousel">
+<screensaver name="carousel" _label="Carousel" gl="yes">
 
   <command arg="-root"/>
 
   <hgroup>
-    <number id="count" type="spinbutton" arg="-count %"
-            _label="Number of Images:" low="1" high="20" default="7"/>
-  </hgroup>
+   <vgroup>
 
-  <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="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="10000"
+            convert="invert"/>
 
-  <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="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"/>
+    <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"/>
 
-  <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>
+   </vgroup>
+   <vgroup>
 
-  <boolean id="zoom" _label="Zoom In/Out" arg-unset="-no-zoom"/>
-  <boolean id="titles" _label="Show Image Titles" arg-unset="-no-titles"/>
+    <number id="count" type="spinbutton" arg="-count %"
+            _label="Number of images" low="1" high="20" default="7"/>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+    <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="-tilt 0"/>
+    </select>
 
-  <_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.
+    <boolean id="zoom" _label="Zoom in/out" arg-unset="-no-zoom"/>
+    <boolean id="titles" _label="Show file names" arg-unset="-no-titles"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
 
-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.
+   </vgroup>
+  </hgroup>
+
+  <xscreensaver-image />
 
-(Note: not the the "Advanced" button at the bottom of this window:
-the tab at the top of the *other* window.)
+  <xscreensaver-updater />
 
-This program requires a good video card capable of supporting large
-textures.
+  <_description>
+Loads several random images, and displays them flying in a circular
+formation.  The formation changes speed and direction randomly, and
+images periodically drop out to be replaced by new ones.
 
-Written by Jamie Zawinski.
+Written by Jamie Zawinski; 2005.
   </_description>
 </screensaver>