e53268182a1a223e9bce608115510d86f98cc284
[xscreensaver] / hacks / flame.man
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] [\-ncolors \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 \-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 \-delay2 \fImicroseconds\fP
45 How long we should wait before clearing the screen when each run ends.
46 Default 2000000, or two seconds.
47 .SH ENVIRONMENT
48 .PP
49 .TP 8
50 .B DISPLAY
51 to get the default host and display number.
52 .TP 8
53 .B XENVIRONMENT
54 to get the name of a resource file that overrides the global resources
55 stored in the RESOURCE_MANAGER property.
56 .SH SEE ALSO
57 .BR X (1),
58 .BR xscreensaver (1),
59 .BR xlock (1)
60 .SH COPYRIGHT
61 Copyright \(co 1991 by Patrick J. Naughton
62
63 Permission to use, copy, modify, and distribute this software and its
64 documentation for any purpose and without fee is hereby granted,
65 provided that the above copyright notice appear in all copies and that
66 both that copyright notice and this permission notice appear in
67 supporting documentation. 
68 .SH AUTHOR
69 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
70
71 Ability to run standalone or with \fIxscreensaver\fP added by 
72 Jamie Zawinski <jwz@netscape.com>, 18-Oct-93.