1OGLC Screensaver(1) General Commands Manual OGLC Screensaver(1)
2
3
4
6 colorfire - Color-fire-explosion-thing-effect.
7
9 colorfire [--root/-r] [--maxfps/-x number] [--nice/-n] [--texture/-t
10 number]
11
13 From Andreas Gustafsson
14 (http://www.lysator.liu.se/~sdw/opengl2000.html): "This didn't take me
15 long to do, and I didn't write more than approximately 100 lines of
16 code, but the result is still not that bad!"
17
18 Ported to Linux by Tugrul Galatali.
19
21 --root Draw on the root window.
22
23 --maxfps number
24 Set maximum frame rate.
25
26 --nice Idle between frames using select(), or, if --maxfps is speci‐
27 fied, idle in the fps limiting delay loop.
28
29 --texture number
30 0 - None
31 1 - Smoke (--smoke)
32 2 - Ripples (--ripples)
33 3 - Ripples (--smooth)
34
35 Default: Random
36
38 DISPLAY to get the default host and display number.
39
41 X(1),
42
44 Copyright © 1999 by Andreas Gustafsson and Tugrul Galatali.
45
46 Colorfire is free software; you can redistribute it and/or modify it
47 under the terms of the GNU General Public License version 2 as pub‐
48 lished by the Free Software Foundation.
49
50 Colorfire is distributed in the hope that it will be useful, but WITH‐
51 OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
52 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
53 License for more details.
54
56 Andreas Gustafsson <sdw@lysator.liu.se> and Tugrul Galatali
57 <tugrul@galatali.com>
58
59
60
61
62X Version 11 OGLC Screensaver(1)