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