ftp://ftp.sunet.se/pub/vendor/sco/skunkware/osr5/x11/savers/xscreensaver/xscreensaver...
[xscreensaver] / local / man / man.1 / slidescreen.1
1 .TH XScreenSaver 1 "3-dec-92" "X Version 11"
2 .SH NAME
3 slidescreen - permute the screen image like an 8-puzzle
4 .SH SYNOPSIS
5 .B slidescreen
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]
7 .SH DESCRIPTION
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.)
11 .SH OPTIONS
12 .I slidescreen
13 accepts the following options:
14 .TP 8
15 .B \-window
16 Draw on a newly-created window.  This is the default.
17 .TP 8
18 .B \-root
19 Draw on the root window.
20 .TP 8
21 .B \-install
22 Install a private colormap for the window.
23 .TP 8
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.
27 .TP 8
28 .B \-grid-size \fIpixels\fP
29 The size of the grid cells.  Default 70 pixels.
30 .TP 8
31 .B \-ibw \fIpixels\fP
32 The size of the "gutter" between grid cells.  Default 1 pixel.
33 .TP 8
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.
37 .TP 8
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.
42 .TP 8
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,
46 which isone second.
47 .SH ENVIRONMENT
48 .PP
49 .TP 8
50 .B DISPLAY
51 to get the default host and display number.
52 .TP 8
53 .B XENVIRONMENT
54 to get the name of a resource file that overrides the global resources
55 stored in the RESOURCE_MANAGER property.
56 .SH SEE ALSO
57 .BR X (1),
58 .BR xscreensaver (1)
59 .SH COPYRIGHT
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.
67 .SH AUTHOR
68 Jamie Zawinski <jwz@netscape.com>, 3-dec-92.