http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[xscreensaver] / hacks / slidescreen.hlp
1 1 SLIDESCREEN 
2 Permute the screen image like an 8-puzzle
3
4 SYNOPSIS
5
6   $ slidescreen [-display host:display.screen] [-background color] 
7                 [-grid-size pixels] [-ibw pixels] [-increment pixels] 
8                 [-delay usecs] [-delay2 usecs] [-window] [-root]
9
10 2 DESCRIPTION
11 The slidescreen program takes an image of the screen, divides it into
12 a grid, deletes a random square of that grid, and then randomly slides 
13 one of the neighbors of this "hole" into the hole (and repeat.)
14
15 2 OPTIONS
16 slidescreen accepts the following options:
17
18    -window
19 Draw on a newly-created window.  This is the default.
20
21    -root
22 Draw on the root window.
23
24    -grid-size pixels
25 The size of the grid cells.  Default 70 pixels.
26
27    -ibw pixels
28 The size of the "gutter" between grid cells.  Default 1 pixel.
29
30    -increment pixels
31 How many pixels by which a piece should be moved when sliding to a new 
32 location.  Default 10 pixels.
33
34    -delay microseconds
35 How much of a delay should be introduced between steps of the animation of
36 the motion of each segment.  Default 50000, which is 0.05 seconds.  This
37 is closely related to the -increment parameter.
38
39    -delay microseconds
40 How much of a delay should be introduced between the end of the motion of
41 one segment and the beginning of the motion of another.  Default 1000000,
42 which isone second.
43
44 2 ENVIRONMENT
45
46    DISPLAY
47 to get the default host and display number.
48
49    XENVIRONMENT
50 to get the name of a resource file that overrides the global resources
51 stored in the RESOURCE_MANAGER property.
52
53 2 COPYRIGHT
54 Copyright (co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
55 distribute, and sell this software and its documentation for any purpose is 
56 hereby granted without fee, provided that the above copyright notice appear 
57 in all copies and that both that copyright notice and this permission notice
58 appear in supporting documentation.  No representations are made about the 
59 suitability of this software for any purpose.  It is provided "as is" without
60 express or implied warranty.
61
62 2 AUTHOR
63 Jamie Zawinski <jwz@mcom.com>, 3-dec-92.