http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / slidescreen.man
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]
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 \-grid-size pixels
22 The size of the grid cells.  Default 70 pixels.
23 .TP 8
24 .B \-ibw pixels
25 The size of the "gutter" between grid cells.  Default 1 pixel.
26 .TP 8
27 .B \-increment pixels
28 How many pixels by which a piece should be moved when sliding to a new 
29 location.  Default 10 pixels.
30 .TP 8
31 .B \-delay microseconds
32 How much of a delay should be introduced between steps of the animation of
33 the motion of each segment.  Default 50000, which is 0.05 seconds.  This
34 is closely related to the \fI\-increment\fP parameter.
35 .TP 8
36 .B \-delay microseconds
37 How much of a delay should be introduced between the end of the motion of
38 one segment and the beginning of the motion of another.  Default 1000000,
39 which isone second.
40 .SH ENVIRONMENT
41 .PP
42 .TP 8
43 .B DISPLAY
44 to get the default host and display number.
45 .TP 8
46 .B XENVIRONMENT
47 to get the name of a resource file that overrides the global resources
48 stored in the RESOURCE_MANAGER property.
49 .SH SEE ALSO
50 .BR X (1),
51 .BR xscreensaver (1)
52 .SH COPYRIGHT
53 Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
54 distribute, and sell this software and its documentation for any purpose is 
55 hereby granted without fee, provided that the above copyright notice appear 
56 in all copies and that both that copyright notice and this permission notice
57 appear in supporting documentation.  No representations are made about the 
58 suitability of this software for any purpose.  It is provided "as is" without
59 express or implied warranty.
60 .SH AUTHOR
61 Jamie Zawinski <jwz@mcom.com>, 3-dec-92.