http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.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="speed" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="80000" default="70000"
10           convert="invert"/>
11
12   <number id="delay2" type="slider" arg="-delay2 %"
13           _label="Solved Duration"
14           _low-label="0 Seconds" _high-label="1 Minute"
15           low="0" high="60" default="5"/>
16
17   <_description>
18 This grabs a screen image, carves it up into a jigsaw puzzle,
19 shuffles it, and then solves the puzzle.  This works especially well
20 when you feed it an external video signal instead of letting it grab
21 the screen image (actually, I guess this is generally true...)  When
22 it is grabbing a video image, it is sometimes pretty hard to guess
23 what the image is going to look like once the puzzle is solved.
24 Written by Jamie Zawinski.
25   </_description>
26 </screensaver>