source: trunk/third/xscreensaver/hacks/slip.man @ 20148

Revision 20148, 2.5 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "24-Nov-97" "X Version 11"
2.SH NAME
3slip - 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
12The \fIslip\fP program does lots of blits and chews up an image.
13
14The image that it manipulates will be grabbed from the portion of
15the screen underlying the window, or from the system's video input,
16or from a random file on disk, as indicated by
17the \fIgrabDesktopImages\fP, \fIgrabVideoFrames\fP,
18and \fIchooseRandomImages\fP options in the \fI~/.xscreensaver\fP
19file; see
20.BR xscreensaver-demo (1)
21for more details.
22.SH OPTIONS
23.I slip
24accepts the following options:
25.TP 8
26.B \-window
27Draw on a newly-created window.  This is the default.
28.TP 8
29.B \-root
30Draw on the root window.
31.TP 8
32.B \-mono
33If on a color display, pretend we're on a monochrome display.
34.TP 8
35.B \-install
36Install a private colormap for the window.
37.TP 8
38.B \-visual \fIvisual\fP
39Specify which visual to use.  Legal values are the name of a visual class,
40or the id number (decimal or hex) of a specific visual.
41.TP 8
42.B \-ncolors \fIinteger\fP
43How many colors should be used (if possible).  Default 128.
44The colors used cycle through the hue, making N stops around
45the color wheel.
46.TP 8
47.B \-count \fIinteger\fP
48How many whooziwhatsis to generate.  Default 35.
49.TP 8
50.B \-cycles \fIinteger\fP
51How long to frobnicate.  Default 50.
52.TP 8
53.B \-delay \fImicroseconds\fP
54How long we should wait between drawing each step.  Default 50000,
55or about 1/20th second.
56.SH ENVIRONMENT
57.PP
58.TP 8
59.B DISPLAY
60to get the default host and display number.
61.TP 8
62.B XENVIRONMENT
63to get the name of a resource file that overrides the global resources
64stored 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
71Copyright \(co 1992 by Scott Draves.
72
73Permission to use, copy, modify, and distribute this software and its
74documentation for any purpose and without fee is hereby granted,
75provided that the above copyright notice appear in all copies and that
76both that copyright notice and this permission notice appear in
77supporting documentation.
78.SH AUTHOR
79Scott Graves <spot@cs.cmu.edu>.
80
81Ability to run standalone or with \fIxscreensaver\fP added by
82Jamie Zawinski <jwz@jwz.org>, 18-Oct-93.
Note: See TracBrowser for help on using the repository browser.