http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / config / jigsaw.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="jigsaw" _label="Jigsaw">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Frame rate" _low-label="Low" _high-label="High"
9           low="0" high="100000" default="70000"
10           convert="invert"/>
11
12   <number id="delay2" type="slider" arg="-delay2 %"
13           _label="Linger"
14           _low-label="0 seconds" _high-label="1 minute"
15           low="0" high="60" default="5"/>
16
17   <xscreensaver-image />
18
19   <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
20
21   <_description>
22 This grabs a screen image, carves it up into a jigsaw puzzle,
23 shuffles it, and then solves the puzzle.  This works especially well
24 when you feed it an external video signal instead of letting it grab
25 the screen image (actually, I guess this is generally true...)  When
26 it is grabbing a video image, it is sometimes pretty hard to guess
27 what the image is going to look like once the puzzle is solved.
28
29 Written by Jamie Zawinski; 1998.
30   </_description>
31 </screensaver>