1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
3 flame - draw weird cosmic fractals
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]
8 The \fIflame\fP program generates colorful fractal displays.
11 accepts the following options:
14 Draw on a newly-created window. This is the default.
17 Draw on the root window.
20 If on a color display, pretend we're on a monochrome display.
23 Install a private colormap for the window.
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.
29 .B \-colors \fIinteger\fP
30 How many colors should be used (if possible). Default 64.
32 .B \-iterations \fIinteger\fP
33 How many fractals to generate. Default 25.
35 .B \-points \fIinteger\fP
36 How many pixels to draw for each fractal. Default 10000.
38 .B \-delay \fImicroseconds\fP
39 How long we should wait between drawing each fractal. Default 50000,
40 or about 1/20th second.
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.
49 to get the default host and display number.
52 to get the name of a resource file that overrides the global resources
53 stored in the RESOURCE_MANAGER property.
59 Copyright \(co 1991 by Patrick J. Naughton
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.
67 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
69 Ability to run standalone or with \fIxscreensaver\fP added by
70 Jamie Zawinski <jwz@jwz.org>, 18-Oct-93.