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] [--vsync/-y number]
10 [--dpms/-M number] [--texture/-t 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 --vsync number
27 Limit redraws to specified number of vertical refreshes. 0 -
28 100. Default: 1
29
30 --dpms number
31 Stop rendering new frames if the display is not on. 0 - 1.
32 Default: 1
33
34 --texture number
35 0 - None
36 1 - Smoke (--smoke)
37 2 - Ripples (--ripples)
38 3 - Ripples (--smooth)
39
40 Default: Random
41
43 DISPLAY to get the default host and display number.
44
46 X(1),
47
49 Copyright © 1999 by Andreas Gustafsson and Tugrul Galatali.
50
51 Colorfire is free software; you can redistribute it and/or modify it
52 under the terms of the GNU General Public License version 2 as pub‐
53 lished by the Free Software Foundation.
54
55 Colorfire is distributed in the hope that it will be useful, but WITH‐
56 OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
57 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
58 License for more details.
59
61 Andreas Gustafsson <sdw@lysator.liu.se> and Tugrul Galatali
62 <tugrul@galatali.com>
63
64
65
66
67X Version 11 OGLC Screensaver(1)