http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.32.tar.gz
[xscreensaver] / hacks / slip.man
1 .TH XScreenSaver 1 "24-Nov-97" "X Version 11"
2 .SH NAME
3 slip - sucks your screen into a jet engine
4 .SH SYNOPSIS
5 .B slip
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP]
9 [\-iterations \fIinteger\fP] [\-points \fIinteger\fP]
10 [\-delay \fImicroseconds\fP] [\-delay2 \fImicroseconds\fP]
11 .SH DESCRIPTION
12 The \fIslip\fP program does lots of blits and chews up an image.
13
14 The image that it manipulates will be grabbed from the portion of
15 the screen underlying the window, or from the system's video input,
16 or from a random file on disk, as indicated by
17 the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
18 and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
19 file; see
20 .BR xscreensaver-demo (1)
21 for more details.
22 .SH OPTIONS
23 .I slip
24 accepts the following options:
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-mono 
33 If on a color display, pretend we're on a monochrome display.
34 .TP 8
35 .B \-install
36 Install a private colormap for the window.
37 .TP 8
38 .B \-visual \fIvisual\fP
39 Specify which visual to use.  Legal values are the name of a visual class,
40 or the id number (decimal or hex) of a specific visual.
41 .TP 8
42 .B \-ncolors \fIinteger\fP
43 How many colors should be used (if possible).  Default 128.
44 The colors used cycle through the hue, making N stops around 
45 the color wheel.
46 .TP 8
47 .B \-count \fIinteger\fP
48 How many whooziwhatsis to generate.  Default 35.
49 .TP 8
50 .B \-cycles \fIinteger\fP
51 How long to frobnicate.  Default 50.
52 .TP 8
53 .B \-delay \fImicroseconds\fP
54 How long we should wait between drawing each step.  Default 50000,
55 or about 1/20th second.
56 .SH ENVIRONMENT
57 .PP
58 .TP 8
59 .B DISPLAY
60 to get the default host and display number.
61 .TP 8
62 .B XENVIRONMENT
63 to get the name of a resource file that overrides the global resources
64 stored in the RESOURCE_MANAGER property.
65 .SH SEE ALSO
66 .BR X (1),
67 .BR xscreensaver (1),
68 .BR xscreensaver\-demo (1),
69 .BR xscreensaver\-getimage (1)
70 .SH COPYRIGHT
71 Copyright \(co 1992 by Scott Draves.
72
73 Permission to use, copy, modify, and distribute this software and its
74 documentation for any purpose and without fee is hereby granted,
75 provided that the above copyright notice appear in all copies and that
76 both that copyright notice and this permission notice appear in
77 supporting documentation. 
78 .SH AUTHOR
79 Scott Graves <spot@cs.cmu.edu>.
80
81 Ability to run standalone or with \fIxscreensaver\fP added by 
82 Jamie Zawinski <jwz@jwz.org>, 18-Oct-93.