From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / jigsaw.xml
index e2661d186c3f2b920e3cef64bf58701f37f5fd7d..388af6fb79a5d5c12fa0d28c49a2266b63580ca1 100644 (file)
@@ -1,31 +1,49 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="jigsaw" _label="Jigsaw">
+<screensaver name="jigsaw" _label="Jigsaw" gl="yes">
 
   <command arg="-root"/>
 
-  <number id="delay" type="slider" arg="-delay %"
-          _label="Frame rate" _low-label="Low" _high-label="High"
-          low="0" high="100000" default="70000"
-          convert="invert"/>
+  <hgroup>
+   <vgroup>
+    <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="speed" type="slider" arg="-speed %"
+             _label="Speed" _low-label="Slow" _high-label="Fast"
+             low="0.1" high="8.0" default="1.0"/>
+   </vgroup>
+   <vgroup>
+    <number id="density" type="slider" arg="-complexity %"
+             _label="Puzzle pieces" _low-label="Few" _high-label="Many"
+             low="1.0" high="4.0" default="1.0"/>
+
+    <number id="resolution" type="slider" arg="-resolution %"
+             _label="Resolution" _low-label="Chunky" _high-label="Smooth"
+             low="50" high="300" default="100"/>
+   </vgroup>
+  </hgroup>
+
+  <hgroup>
+   <vgroup>
+    <xscreensaver-image />
+   </vgroup>
+   <vgroup>
+    <boolean id="wobble"  _label="Tilt"  arg-unset="-no-wobble"/>
+    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+   </vgroup>
+  </hgroup>
+
+  <xscreensaver-updater />
 
-  <number id="delay2" type="slider" arg="-delay2 %"
-          _label="Linger"
-          _low-label="0 seconds" _high-label="1 minute"
-          low="0" high="60" default="5"/>
-
-  <xscreensaver-image />
+  <_description>
+This carves an image up into a jigsaw puzzle, shuffles it, and solves it.
 
-  <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
+http://en.wikipedia.org/wiki/Jigsaw_puzzle
+http://en.wikipedia.org/wiki/Tessellation
 
-  <_description>
-This grabs a screen image, carves it up into a jigsaw puzzle,
-shuffles it, and then solves the puzzle.  This works especially well
-when you feed it an external video signal instead of letting it grab
-the screen image (actually, I guess this is generally true...)  When
-it is grabbing a video image, it is sometimes pretty hard to guess
-what the image is going to look like once the puzzle is solved.
-
-Written by Jamie Zawinski; 1998.
+Written by Jamie Zawinski; 1997.
   </_description>
 </screensaver>