http://se.aminet.net/pub/X11/ftp.x.org/contrib/vms/xscreensaver-124.zip
[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] [\-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 \-ncolors integer
23 How many colors should be used (if possible).  Default 128.
24 The colors used cycle through the hue, making N stops around 
25 the color wheel.
26 .TP 8
27 .B \-iterations integer
28 How many fractals to generate.  Default 25.
29 .TP 8
30 .B \-points integer
31 How many pixels to draw for each fractal.  Default 10000.
32 .TP 8
33 .B \-delay microseconds
34 How long we should wait between drawing each fractal.  Default 50000,
35 or about 1/20th second.
36 .TP 8
37 .B \-delay2 microseconds
38 How long we should wait before clearing the screen when each run ends.
39 Default 2000000, or two seconds.
40 .SH ENVIRONMENT
41 .PP
42 .TP 8
43 .B DISPLAY
44 to get the default host and display number.
45 .TP 8
46 .B XENVIRONMENT
47 to get the name of a resource file that overrides the global resources
48 stored in the RESOURCE_MANAGER property.
49 .SH SEE ALSO
50 .BR X (1),
51 .BR xscreensaver (1),
52 .BR xlock (1)
53 .SH COPYRIGHT
54 Copyright \(co 1991 by Patrick J. Naughton
55
56 Permission to use, copy, modify, and distribute this software and its
57 documentation for any purpose and without fee is hereby granted,
58 provided that the above copyright notice appear in all copies and that
59 both that copyright notice and this permission notice appear in
60 supporting documentation. 
61 .SH AUTHOR
62 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
63
64 Ability to run standalone or with \fIxscreensaver\fP added by 
65 Jamie Zawinski <jwz@mcom.com>, 18-Oct-93.