From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / config / t3d.xml
index bf846f01fc5e68acc5d7c58c2c360c9dfa0912ad..3de15550340ab062e12be65b09efe98d6fff7694 100644 (file)
@@ -4,31 +4,42 @@
 
   <command arg="-root"/>
 
-  <number id="speed" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="80000" default="40000"
-          convert="invert"/>
+  <video href="http://www.youtube.com/watch?v=5UohH7U2CAI"/>
 
-  <number id="move" type="slider" arg="-move %"
-          _label="Turn Side-to-Side" _low-label="0 deg" _high-label="90 deg"
-          low="0.0" high="3.0" default="2.0"/>
+  <hgroup>
+   <vgroup>
+    <number id="delay" type="slider" arg="-delay %"
+            _label="Frame rate" _low-label="Low" _high-label="High"
+            low="0" high="100000" default="40000"
+            convert="invert"/>
 
-  <number id="wobble" type="slider" arg="-wobble %"
-          _label="Wobbliness" _low-label="Low" _high-label="High"
-          low="0.0" high="3.0" default="2.0"/>
+    <number id="move" type="slider" arg="-move %"
+            _label="Turn side-to-side" _low-label="0 deg" _high-label="90 deg"
+            low="0.0" high="3.0" default="0.5"/>
 
-  <number id="cycle" type="slider" arg="-cycle %"
-          _label="Cycle Seconds" _low-label="Low" _high-label="High"
-          low="0.0" high="60.0" default="10.0"/>
+    <number id="wobble" type="slider" arg="-wobble %"
+            _label="Wobbliness" _low-label="Low" _high-label="High"
+            low="0.0" high="3.0" default="2.0"/>
+   </vgroup>
 
-  <number id="mag" type="slider" arg="-mag %"
-          _label="Magnification" _low-label="Smaller" _high-label="Bigger"
-          low="0.1" high="4.0" default="1.0"/>
+   <vgroup>
+    <number id="cycle" type="slider" arg="-cycle %"
+            _label="Cycle seconds" _low-label="Low" _high-label="High"
+            low="0.0" high="60.0" default="10.0"/>
 
-  <select id="mins">
-    <option id="min2" _label="Minute Tick Marks" arg-set="-minute"/>
-    <option id="min5" _label="5 Minute Tick Marks"/>
-  </select>
+    <number id="mag" type="slider" arg="-mag %"
+            _label="Magnification" _low-label="Smaller" _high-label="Bigger"
+            low="0.1" high="4.0" default="1.0"/>
+
+    <select id="mins">
+      <option id="min2" _label="Minute tick marks" arg-set="-minutes"/>
+      <option id="min5" _label="5 minute tick marks"/>
+    </select>
+
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+
+   </vgroup>
+  </hgroup>
 
   <!-- #### -fast [50] -->
   <!-- #### -colcycle [?] -->
   <!-- #### -rgb [?] -->
   <!-- #### -hsv [?] -->
 
+  <xscreensaver-updater />
+
   <_description>
-This draws a working analog clock composed of floating, throbbing
-bubbles.  Written by Bernd Paysan.
+This screen saver was removed from the XScreenSaver distribution as of
+version 5.08.
+
+Draws a working analog clock composed of floating, throbbing bubbles.
+
+Written by Bernd Paysan; 1999.
   </_description>
 </screensaver>