1flame(6x) XScreenSaver manual flame(6x)
2
3
4
6 flame - draw weird cosmic fractals
7
9 flame [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-colors
11 integer] [-iterations integer] [-points integer] [-delay microseconds]
12 [-delay2 microseconds] [-fps]
13
15 The flame program generates colorful fractal displays.
16
18 flame accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -colors integer
35 How many colors should be used (if possible). Default 64.
36
37 -iterations integer
38 How many fractals to generate. Default 25.
39
40 -points integer
41 How many pixels to draw for each fractal. Default 10000.
42
43 -delay microseconds
44 How long we should wait between drawing each fractal. Default
45 50000, or about 1/20th second.
46
47 -delay2 microseconds
48 How long we should wait before clearing the screen when each
49 run ends. Default 2000000, or two seconds.
50
51 -fps Display the current frame rate and CPU load.
52
54 DISPLAY to get the default host and display number.
55
56 XENVIRONMENT
57 to get the name of a resource file that overrides the global
58 resources stored in the RESOURCE_MANAGER property.
59
61 X(1), xscreensaver(1), xlock(1)
62
64 Copyright © 1991 by Patrick J. Naughton
65
66 Permission to use, copy, modify, and distribute this software and its
67 documentation for any purpose and without fee is hereby granted, pro‐
68 vided that the above copyright notice appear in all copies and that
69 both that copyright notice and this permission notice appear in sup‐
70 porting documentation.
71
73 Scott Graves <spot@cs.cmu.edu>, 06-Jun-91.n
74
75 Ability to run standalone or with xscreensaver added by Jamie Zawinski
76 <jwz@jwz.org>, 18-Oct-93.
77
78
79
80X Version 11 6.04-1.fc36 (06-Jun-2022) flame(6x)