Penguin
Annotated edit history of flame(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 flame - draw weird cosmic fractals
16 !!SYNOPSIS
17
18
19 __flame__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-colors ''integer''] [[-iterations ''integer'']
23 [[-points ''integer''] [[-delay ''microseconds'']
24 [[-delay2 ''microseconds'']
25 !!DESCRIPTION
26
27
28 The ''flame'' program generates colorful fractal
29 displays.
30 !!OPTIONS
31
32
33 ''flame'' accepts the following options:
34
35
36 __-window__
37
38
39 Draw on a newly-created window. This is the
40 default.
41
42
43 __-root__
44
45
46 Draw on the root window.
47
48
49 __-mono__
50
51
52 If on a color display, pretend we're on a monochrome
53 display.
54
55
56 __-install__
57
58
59 Install a private colormap for the window.
60
61
62 __-visual__ ''visual''
63
64
65 Specify which visual to use. Legal values are the name of a
66 visual class, or the id number (decimal or hex) of a
67 specific visual.
68
69
70 __-colors__ ''integer''
71
72
73 How many colors should be used (if possible). Default
74 64.
75
76
77 __-iterations__ ''integer''
78
79
80 How many fractals to generate. Default 25.
81
82
83 __-points__ ''integer''
84
85
86 How many pixels to draw for each fractal. Default
87 10000.
88
89
90 __-delay__ ''microseconds''
91
92
93 How long we should wait between drawing each fractal.
94 Default 50000, or about 1/20th second.
95
96
97 __-delay2__ ''microseconds''
98
99
100 How long we should wait before clearing the screen when each
101 run ends. Default 2000000, or two seconds.
102 !!ENVIRONMENT
103
104
105 __DISPLAY__
106
107
108 to get the default host and display number.
109
110
111 __XENVIRONMENT__
112
113
114 to get the name of a resource file that overrides the global
115 resources stored in the RESOURCE_MANAGER
116 property.
117 !!SEE ALSO
118
119
4 perry 120 X(1), xscreensaver(1),
1 perry 121 xlock(1)
122 !!COPYRIGHT
123
124
125 Copyright 1991 by Patrick J. Naughton
126
127
128 Permission to use, copy, modify, and distribute this
129 software and its documentation for any purpose and without
130 fee is hereby granted, provided that the above copyright
131 notice appear in all copies and that both that copyright
132 notice and this permission notice appear in supporting
133 documentation.
134 !!AUTHOR
135
136
137 Scott Graves
138
139
140 Ability to run standalone or with ''xscreensaver'' added
141 by Jamie Zawinski
142 ''
143 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.