http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.32.tar.gz
[xscreensaver] / hacks / jigsaw.man
1 .TH XScreenSaver 1 "25-Nov-97" "X Version 11"
2 .SH NAME
3 jigsaw - permute the screen image like a jigsaw puzzle
4 .SH SYNOPSIS
5 .B jigsaw
6 [\-display \fIhost:display.screen\fP] [\-background \fIcolor\fP]
7 [\-delay \fIusecs\fP] [\-window] [\-root] [\-install] [\-visual \fIvisual\fP]
8 .SH DESCRIPTION
9 The \fIjigsaw\fP program takes an image, carves it up into
10 a jigsaw puzzle, shuffles it, and then solves it.
11
12 The image that it manipulates will be grabbed from the portion of
13 the screen underlying the window, or from the system's video input,
14 or from a random file on disk, as indicated by
15 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
16 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
17 file; see
18 .BR xscreensaver-demo (1)
19 for more details.
20 .SH OPTIONS
21 .I jigsaw
22 accepts the following options:
23 .TP 8
24 .B \-window
25 Draw on a newly-created window.  This is the default.
26 .TP 8
27 .B \-root
28 Draw on the root window.
29 .TP 8
30 .B \-install
31 Install a private colormap for the window.
32 .TP 8
33 .B \-visual \fIvisual\fP
34 Specify which visual to use.  Legal values are the name of a visual class,
35 or the id number (decimal or hex) of a specific visual.
36 .TP 8
37 .B \-delay \fImicroseconds\fP
38 How long to wait between shuffling pieces; default 700000, or 0.7 seconds.
39 .SH ENVIRONMENT
40 .PP
41 .TP 8
42 .B DISPLAY
43 to get the default host and display number.
44 .TP 8
45 .B XENVIRONMENT
46 to get the name of a resource file that overrides the global resources
47 stored in the RESOURCE_MANAGER property.
48 .SH SEE ALSO
49 .BR X (1),
50 .BR xscreensaver (1),
51 .BR xscreensaver\-demo (1),
52 .BR xscreensaver\-getimage (1)
53 .SH COPYRIGHT
54 Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify, 
55 distribute, and sell this software and its documentation for any purpose is 
56 hereby granted without fee, provided that the above copyright notice appear 
57 in all copies and that both that copyright notice and this permission notice
58 appear in supporting documentation.  No representations are made about the 
59 suitability of this software for any purpose.  It is provided "as is" without
60 express or implied warranty.
61 .SH AUTHOR
62 Jamie Zawinski <jwz@jwz.org>, 25-Nov-97.