1fluidballs(6x) XScreenSaver manual fluidballs(6x)
2
3
4
6 fluidballs - the physics of bouncing balls.
7
9 fluidballs [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--count number] [--size number] [--grav‐
11 ity number] [--wind number] [--elasticity number] [--delay number]
12 [--nonrandom] [--no-shake] [--fps]
13
15 Models the physics of bouncing balls, or of particles in a gas or
16 fluid, depending on the settings. If "Shake Box" is selected, then ev‐
17 ery now and then, the box will be rotated, changing which direction is
18 down (in order to keep the settled balls in motion.)
19
21 --visual visual
22 Specify which visual to use. Legal values are the name of a
23 visual class, or the id number (decimal or hex) of a specific
24 visual.
25
26 --window
27 Draw on a newly-created window. This is the default.
28
29 --root Draw on the root window.
30
31 --window-id number
32 Draw on the specified window.
33
34 --count number
35 How many balls to display. Default: 300.
36
37 --size number
38 Maximum size of each ball. Default: 25.
39
40 --gravity number
41 Coefficient of gravity. Useful values are < 0.1. Default:
42 0.01.
43
44 --wind number
45 Wind. Useful values are < 0.1. Default: 0.00.
46
47 --elasticity number
48 Coefficient of elasticity. Useful values are 0.2 to 1.0. De‐
49 fault: 0.97. Lower numbers make less bouncy balls.
50
51 --delay number
52 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
53 onds.).
54
55 --nonrandom
56 Make all balls be the same size.
57
58 --no-nonrandom
59 Make the balls be random sizes. Default.
60
61 --shake | --no-shake
62 Whether to shake the box if the system seems to have settled
63 down. "Shake" means "change the direction of Down."
64
65 --fps Display the current frame rate and CPU load.
66
68 DISPLAY to get the default host and display number.
69
70 XENVIRONMENT
71 to get the name of a resource file that overrides the global
72 resources stored in the RESOURCE_MANAGER property.
73
74 XSCREENSAVER_WINDOW
75 The window ID to use with --root.
76
78 X(1), xscreensaver(1)
79
81 Copyright © 2002 by Peter Birtles and Jamie Zawinski. Permission to
82 use, copy, modify, distribute, and sell this software and its documen‐
83 tation for any purpose is hereby granted without fee, provided that the
84 above copyright notice appear in all copies and that both that copy‐
85 right notice and this permission notice appear in supporting documenta‐
86 tion. No representations are made about the suitability of this soft‐
87 ware for any purpose. It is provided "as is" without express or im‐
88 plied warranty.
89
91 Peter Birtles, Jamie Zawinski, and Steven Barker.
92
93
94
95
96X Version 11 6.08-1.fc38 (17-Oct-2023) fluidballs(6x)