1 .TH XScreenSaver 1 "3-dec-92" "X Version 11"
3 slidescreen - permute the screen image like an 8-puzzle
6 [\-display \fIhost:display.screen\fP] [\-background \fIcolor\fP] [\-grid-size \fIpixels\fP] [\-ibw \fIpixels\fP] [\-increment \fIpixels\fP] [\-delay \fIusecs\fP] [\-delay2 \fIusecs\fP] [\-window] [\-root] [\-install] [\-visual \fIvisual\fP]
8 The \fIslidescreen\fP program takes an image of the screen, divides it into
9 a grid, deletes a random square of that grid, and then randomly slides
10 one of the neighbors of this "hole" into the hole (and repeat.)
13 accepts the following options:
16 Draw on a newly-created window. This is the default.
19 Draw on the root window.
22 Install a private colormap for the window.
24 .B \-visual \fIvisual\fP
25 Specify which visual to use. Legal values are the name of a visual class,
26 or the id number (decimal or hex) of a specific visual.
28 .B \-grid-size \fIpixels\fP
29 The size of the grid cells. Default 70 pixels.
32 The size of the "gutter" between grid cells. Default 1 pixel.
34 .B \-increment \fIpixels\fP
35 How many pixels by which a piece should be moved when sliding to a new
36 location. Default 10 pixels.
38 .B \-delay \fImicroseconds\fP
39 How much of a delay should be introduced between steps of the animation of
40 the motion of each segment. Default 50000, which is 0.05 seconds. This
41 is closely related to the \fI\-increment\fP parameter.
43 .B \-delay \fImicroseconds\fP
44 How much of a delay should be introduced between the end of the motion of
45 one segment and the beginning of the motion of another. Default 1000000,
51 to get the default host and display number.
54 to get the name of a resource file that overrides the global resources
55 stored in the RESOURCE_MANAGER property.
60 Copyright \(co 1992 by Jamie Zawinski. Permission to use, copy, modify,
61 distribute, and sell this software and its documentation for any purpose is
62 hereby granted without fee, provided that the above copyright notice appear
63 in all copies and that both that copyright notice and this permission notice
64 appear in supporting documentation. No representations are made about the
65 suitability of this software for any purpose. It is provided "as is" without
66 express or implied warranty.
68 Jamie Zawinski <jwz@netscape.com>, 3-dec-92.