a64697377e61f42dad2e43512c5a55be8e1dc535
[xscreensaver] / local / man / man.1 / flame.1
1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
2 .SH NAME
3 flame - draw weird cosmic fractals
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] [\-colors \fIinteger\fP] [\-iterations \fIinteger\fP] [\-points \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-delay2 \fImicroseconds\fP]
7 .SH DESCRIPTION
8 The \fIflame\fP program generates colorful fractal displays.
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 \-colors \fIinteger\fP
30 How many colors should be used (if possible).  Default 64.
31 .TP 8
32 .B \-iterations \fIinteger\fP
33 How many fractals to generate.  Default 25.
34 .TP 8
35 .B \-points \fIinteger\fP
36 How many pixels to draw for each fractal.  Default 10000.
37 .TP 8
38 .B \-delay \fImicroseconds\fP
39 How long we should wait between drawing each fractal.  Default 50000,
40 or about 1/20th second.
41 .TP 8
42 .B \-delay2 \fImicroseconds\fP
43 How long we should wait before clearing the screen when each run ends.
44 Default 2000000, or two seconds.
45 .SH ENVIRONMENT
46 .PP
47 .TP 8
48 .B DISPLAY
49 to get the default host and display number.
50 .TP 8
51 .B XENVIRONMENT
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
54 .SH SEE ALSO
55 .BR X (1),
56 .BR xscreensaver (1),
57 .BR xlock (1)
58 .SH COPYRIGHT
59 Copyright \(co 1991 by Patrick J. Naughton
60
61 Permission to use, copy, modify, and distribute this software and its
62 documentation for any purpose and without fee is hereby granted,
63 provided that the above copyright notice appear in all copies and that
64 both that copyright notice and this permission notice appear in
65 supporting documentation. 
66 .SH AUTHOR
67 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
68
69 Ability to run standalone or with \fIxscreensaver\fP added by 
70 Jamie Zawinski <jwz@jwz.org>, 18-Oct-93.