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