Penguin
Annotated edit history of jigsaw(1) version 5, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 jigsaw - permute the screen image like a jigsaw puzzle
16 !!SYNOPSIS
17
18
19 __jigsaw__ [[-display ''host:display.screen'']
20 [[-background ''color''] [[-delay ''usecs''] [[-window]
21 [[-root] [[-install] [[-visual ''visual'']
22 !!DESCRIPTION
23
24
25 The ''jigsaw'' program takes an image, carves it up into
26 a jigsaw puzzle, shuffles it, and then solves
27 it.
28
29
30 The image that it manipulates will be grabbed from the
31 portion of the screen underlying the window, or from the
32 system's video input, or from a random file on disk, as
33 indicated by the ''grabDesktopImages'',
34 ''grabVideoFrames'', and ''chooseRandomImages''
35 options in the ''~/.xscreensaver'' file; see
5 perry 36 xscreensaver-demo(1) for more details.
1 perry 37 !!OPTIONS
38
39
40 ''jigsaw'' accepts the following options:
41
42
43 __-window__
44
45
46 Draw on a newly-created window. This is the
47 default.
48
49
50 __-root__
51
52
53 Draw on the root window.
54
55
56 __-install__
57
58
59 Install a private colormap for the window.
60
61
62 __-visual__ ''visual''
63
64
65 Specify which visual to use. Legal values are the name of a
66 visual class, or the id number (decimal or hex) of a
67 specific visual.
68
69
70 __-delay__ ''microseconds''
71
72
73 How long to wait between shuffling pieces; default 700000,
74 or 0.7 seconds.
75 !!ENVIRONMENT
76
77
78 __DISPLAY__
79
80
81 to get the default host and display number.
82
83
84 __XENVIRONMENT__
85
86
87 to get the name of a resource file that overrides the global
88 resources stored in the RESOURCE_MANAGER
89 property.
90 !!SEE ALSO
91
92
5 perry 93 X(1), xscreensaver(1),
94 xscreensaver-demo(1),
95 xscreensaver-getimage(1)
1 perry 96 !!COPYRIGHT
97
98
99 Copyright 1997 by Jamie Zawinski. Permission to use, copy,
100 modify, distribute, and sell this software and its
101 documentation for any purpose is hereby granted without fee,
102 provided that the above copyright notice appear in all
103 copies and that both that copyright notice and this
104 permission notice appear in supporting documentation. No
105 representations are made about the suitability of this
106 software for any purpose. It is provided
107 !!AUTHOR
108
109
110 Jamie Zawinski
111 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.