source: trunk/third/xscreensaver/hacks/jigsaw.man @ 20148

Revision 20148, 2.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "25-Nov-97" "X Version 11"
2.SH NAME
3jigsaw - 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
9The \fIjigsaw\fP program takes an image, carves it up into
10a jigsaw puzzle, shuffles it, and then solves it.
11
12The image that it manipulates will be grabbed from the portion of
13the screen underlying the window, or from the system's video input,
14or from a random file on disk, as indicated by
15the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
16and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
17file; see
18.BR xscreensaver-demo (1)
19for more details.
20.SH OPTIONS
21.I jigsaw
22accepts the following options:
23.TP 8
24.B \-window
25Draw on a newly-created window.  This is the default.
26.TP 8
27.B \-root
28Draw on the root window.
29.TP 8
30.B \-install
31Install a private colormap for the window.
32.TP 8
33.B \-visual \fIvisual\fP
34Specify which visual to use.  Legal values are the name of a visual class,
35or the id number (decimal or hex) of a specific visual.
36.TP 8
37.B \-delay \fImicroseconds\fP
38How long to wait between shuffling pieces; default 700000, or 0.7 seconds.
39.SH ENVIRONMENT
40.PP
41.TP 8
42.B DISPLAY
43to get the default host and display number.
44.TP 8
45.B XENVIRONMENT
46to get the name of a resource file that overrides the global resources
47stored 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
54Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify,
55distribute, and sell this software and its documentation for any purpose is
56hereby granted without fee, provided that the above copyright notice appear
57in all copies and that both that copyright notice and this permission notice
58appear in supporting documentation.  No representations are made about the
59suitability of this software for any purpose.  It is provided "as is" without
60express or implied warranty.
61.SH AUTHOR
62Jamie Zawinski <jwz@jwz.org>, 25-Nov-97.
Note: See TracBrowser for help on using the repository browser.