1jigsaw(6x) XScreenSaver manual jigsaw(6x)
2
3
4
6 jigsaw - permute the screen image like a jigsaw puzzle
7
9 jigsaw [-display host:display.screen] [-background color] [-delay
10 usecs] [-window] [-root] [-install] [-visual visual]
11
13 The jigsaw program takes an image, carves it up into a jigsaw puzzle,
14 shuffles it, and then solves it.
15
16 The image that it manipulates will be grabbed from the portion of the
17 screen underlying the window, or from the system's video input, or from
18 a random file on disk, as indicated by the grabDesktopImages, grabVide‐
19 oFrames, and chooseRandomImages options in the ~/.xscreensaver file;
20 see xscreensaver-demo(1) for more details.
21
23 jigsaw accepts the following options:
24
25 -window Draw on a newly-created window. This is the default.
26
27 -root Draw on the root window.
28
29 -install
30 Install a private colormap for the window.
31
32 -visual visual
33 Specify which visual to use. Legal values are the name of a
34 visual class, or the id number (decimal or hex) of a specific
35 visual.
36
37 -delay microseconds
38 How long to wait between shuffling pieces; default 70000, or
39 0.07 seconds.
40
42 DISPLAY to get the default host and display number.
43
44 XENVIRONMENT
45 to get the name of a resource file that overrides the global
46 resources stored in the RESOURCE_MANAGER property.
47
49 X(1), xscreensaver(1), xscreensaver-demo(1), xscreensaver-getimage(1)
50
52 Copyright © 1997 by Jamie Zawinski. Permission to use, copy, modify,
53 distribute, and sell this software and its documentation for any pur‐
54 pose is hereby granted without fee, provided that the above copyright
55 notice appear in all copies and that both that copyright notice and
56 this permission notice appear in supporting documentation. No repre‐
57 sentations are made about the suitability of this software for any pur‐
58 pose. It is provided "as is" without express or implied warranty.
59
61 Jamie Zawinski <jwz@jwz.org>, 25-Nov-97.
62
63
64
65X Version 11 5.05-3 (06-Apr-2008) jigsaw(6x)