1OGLC Screensaver(1) General Commands Manual OGLC Screensaver(1)
2
3
4
6 hufo_smoke - particle smoke effect.
7
9 hufo_smoke [--root/-r] [--maxfps/-x number] [--vsync/-y number]
10 [--dpms/-M number] [--foreground/-f number] [--background/-b number]
11
13 From Jeremie Allard (http://hufo.planet-d.net/codefr_us.php): "This
14 little smoke effect is coded with a little particle system done for
15 'The OpenGL Challenge'."
16
17 Ported to Linux by Tugrul Galatali.
18
20 --root Draw on the root window.
21
22 --maxfps number
23 Set maximum frame rate.
24
25 --vsync number
26 Limit redraws to specified number of vertical refreshes. 0 -
27 100. Default: 1
28
29 --dpms number
30 Stop rendering new frames if the display is not on. 0 - 1.
31 Default: 1
32
33 --foreground number
34 Set primary (dense smoke) color using hex color codes.
35 Default: ffffff
36
37 --background number
38 Set secondary (light smoke) color using hex color codes.
39 Default: ffffff
40
42 DISPLAY to get the default host and display number.
43
45 X(1),
46
48 Copyright © 2000 by Jeremie Allard and Tugrul Galatali.
49
50 hufo_smoke is free software; you can redistribute it and/or modify it
51 under the terms of the GNU General Public License version 2 as pub‐
52 lished by the Free Software Foundation.
53
54 hufo_smoke is distributed in the hope that it will be useful, but WITH‐
55 OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
56 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
57 License for more details.
58
60 Jeremie Allard (Hufo / N.A.A.) <hufo@planet-d.net> and Tugrul Galatali
61 <tugrul@galatali.com>
62
63
64
65
66X Version 11 OGLC Screensaver(1)