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