source: trunk/third/xscreensaver/hacks/flame.man @ 12203

Revision 12203, 2.2 KB checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12202, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "13-aug-92" "X Version 11"
2.SH NAME
3flame - 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
8The \fIflame\fP program generates colorful fractal displays.
9.SH OPTIONS
10.I flame
11accepts the following options:
12.TP 8
13.B \-window
14Draw on a newly-created window.  This is the default.
15.TP 8
16.B \-root
17Draw on the root window.
18.TP 8
19.B \-mono
20If on a color display, pretend we're on a monochrome display.
21.TP 8
22.B \-install
23Install a private colormap for the window.
24.TP 8
25.B \-visual \fIvisual\fP
26Specify which visual to use.  Legal values are the name of a visual class,
27or the id number (decimal or hex) of a specific visual.
28.TP 8
29.B \-colors \fIinteger\fP
30How many colors should be used (if possible).  Default 64.
31.TP 8
32.B \-iterations \fIinteger\fP
33How many fractals to generate.  Default 25.
34.TP 8
35.B \-points \fIinteger\fP
36How many pixels to draw for each fractal.  Default 10000.
37.TP 8
38.B \-delay \fImicroseconds\fP
39How long we should wait between drawing each fractal.  Default 50000,
40or about 1/20th second.
41.TP 8
42.B \-delay2 \fImicroseconds\fP
43How long we should wait before clearing the screen when each run ends.
44Default 2000000, or two seconds.
45.SH ENVIRONMENT
46.PP
47.TP 8
48.B DISPLAY
49to get the default host and display number.
50.TP 8
51.B XENVIRONMENT
52to get the name of a resource file that overrides the global resources
53stored in the RESOURCE_MANAGER property.
54.SH SEE ALSO
55.BR X (1),
56.BR xscreensaver (1),
57.BR xlock (1)
58.SH COPYRIGHT
59Copyright \(co 1991 by Patrick J. Naughton
60
61Permission to use, copy, modify, and distribute this software and its
62documentation for any purpose and without fee is hereby granted,
63provided that the above copyright notice appear in all copies and that
64both that copyright notice and this permission notice appear in
65supporting documentation.
66.SH AUTHOR
67Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
68
69Ability to run standalone or with \fIxscreensaver\fP added by
70Jamie Zawinski <jwz@jwz.org>, 18-Oct-93.
Note: See TracBrowser for help on using the repository browser.