1Really Slick ScreenSavers(1)General Commands ManualReally Slick ScreenSavers(1)
2
3
4
6 flux - flux fields and stuff.
7
9 flux [--root/-r] [--maxfps/-x number] [--nice/-n] [--fluxes/-f number]
10 [--particles/-p number] [--trail/-t number] [--geometry/-g number]
11 [--size/-s number] [--complexity/-c number] [--randomize/-R number]
12 [--expansion/-e number] [--rotation/-o number] [--wind/-w number]
13 [--instability/-i number] [--blur/-b number] [--preset/-P number]
14
16 From Terry Walsh (http://reallyslick.demonews.com): "This screensaver
17 rocks."
18
19 Ported to Linux by Tugrul Galatali.
20
22 --root Draw on the root window.
23
24 --maxfps number
25 Set maximum frame rate.
26
27 --nice Idle between frames using select(), or, if --maxfps is speci‐
28 fied, idle in the fps limiting delay loop.
29
30 --fluxes number
31 Number of flux fields. 1 - 100. Default: 1
32
33 --particles number
34 Particles per field. 1 - 1000. Default: 20
35
36 --trail number
37 Trail length of particles. 3 - 10000. Default: 40
38
39 --geometry number
40 0 - Points (--points)
41 1 - Spheres (--spheres)
42 2 - Lights (--lights)
43
44 Type of geometry. 0 - 2. Default: 2
45
46 --size number
47 Particle Size. 1 - 100. Default: 15
48
49 --complexity number
50 Sphere Complexity. 0 - 100. Default: 3
51
52 --randomize number
53 Frequency of randomization. 0 - 100. Default: 0
54
55 --expansion number
56 Expansion rate. 0 - 100. Default: 40
57
58 --rotation number
59 Rotation rate. 0 - 100. Default: 30
60
61 --wind number
62 Crosswind speed. 0 - 100. Default: 20
63
64 --instability number
65 Instability. 0 - 100. Default: 20
66
67 --blur number
68 Motion Blur. 0 - 100. Default: 0
69
70 --preset number
71 1 - Regular (--regular)
72 2 - Hypnotic (--hypnotic)
73 3 - Insane (--insane)
74 4 - Sparklers (--sparklers)
75 5 - Paradigm (--paradigm)
76 6 - Fusion (--fusion)
77
78 Presets that override all options that come before it on the
79 command line. 1 - 6. Default: 1
80
82 DISPLAY to get the default host and display number.
83
85 X(1),
86
88 Copyright © 2002 by Terry Walsh and Tugrul Galatali.
89
90 Flux is free software; you can redistribute it and/or modify it under
91 the terms of the GNU General Public License version 2 as published by
92 the Free Software Foundation.
93
94 Flux is distributed in the hope that it will be useful, but WITHOUT ANY
95 WARRANTY; without even the implied warranty of MERCHANTABILITY or FIT‐
96 NESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
97 more details.
98
100 Terry Walsh and Tugrul Galatali <tugrul@galatali.com>
101
102
103
104
105X Version 11 Really Slick ScreenSavers(1)