1xflame(6x) XScreenSaver manual xflame(6x)
2
3
4
6 xflame - draws animated flames
7
9 xflame [-display host:display.screen] [-window] [-root] [-install]
10 [-visual visual] [-foreground color] [-hspread int] [-vspread int]
11 [-residual int] [-variance int] [-vartrend int] [-bloom -no-bloom]
12 [-bitmap xbm-file] [-baseline int] [-fps]
13
15 The xflame program draws animated flames across the bottom of the
16 screen. The flames occasionally flare up. If a bitmap is specified,
17 that image will float above the flames, burning.
18
20 xflame accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
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 -foreground color or -fg color
35 The color of the flames; default red. (The background color is
36 always black.)
37
38 -bitmap filename
39 Specifies the bitmap file to use (a monochrome XBM file.) The
40 name "none" means not to use a bitmap at all. If unspecified,
41 a built-in image will be used.
42
43 The other options are arcane. If someone would care to document them,
44 that would be great.
45
46 -fps Display the current frame rate and CPU load.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
56 X(1), xscreensaver(1)
57
59 Copyright © 1996-1999 by Carsten Haitzler. Permission to use, copy,
60 modify, distribute, and sell this software and its documentation for
61 any purpose is hereby granted without fee, provided that the above
62 copyright notice appear in all copies and that both that copyright
63 notice and this permission notice appear in supporting documentation.
64 No representations are made about the suitability of this software for
65 any purpose. It is provided "as is" without express or implied war‐
66 ranty.
67
69 Primarily written by Carsten Haitzler <raster@redhat.com>. Modified
70 over the years by Rahul Jain <rahul@rice.edu>, Daniel Zahn
71 <stumpy@religions.com>, and Jamie Zawinski <jwz@jwz.org>.
72
73
74
75X Version 11 5.44-2.fc32 (16-Apr-2020) xflame(6x)