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