source: trunk/third/xscreensaver/hacks/fluidballs.man @ 20148

Revision 20148, 2.6 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3fluidballs - the physics of bouncing balls.
4.SH SYNOPSIS
5.B fluidballs
6[\-display \fIhost:display.screen\fP]
7[\-visual \fIvisual\fP]
8[\-window]
9[\-root]
10[\-count \fInumber\fP]
11[\-size \fInumber\fP]
12[\-gravity \fInumber\fP]
13[\-wind \fInumber\fP]
14[\-elasticity \fInumber\fP]
15[\-delay \fInumber\fP]
16[\-nonrandom]
17[\-no-shake]
18[\-fps]
19.SH DESCRIPTION
20Models the physics of bouncing balls, or of particles in a gas or fluid,
21depending on the settings. If "Shake Box" is selected, then every now and
22then, the box will be rotated, changing which direction is down (in order
23to keep the settled balls in motion.)
24.SH OPTIONS
25.TP 8
26.B \-visual \fIvisual\fP
27Specify which visual to use.  Legal values are the name of a visual class,
28or the id number (decimal or hex) of a specific visual.
29.TP 8
30.B \-window
31Draw on a newly-created window.  This is the default.
32.TP 8
33.B \-root
34Draw on the root window.
35.TP 8
36.B \-count \fInumber\fP
37How many balls to display.  Default: 300.
38.TP 8
39.B \-size \fInumber\fP
40Maximum size of each ball.  Default: 25.
41.TP 8
42.B \-gravity \fInumber\fP
43Coefficient of gravity.  Useful values are < 0.1.  Default: 0.01.
44.TP 8
45.B \-wind \fInumber\fP
46Wind.  Useful values are < 0.1.  Default: 0.00.
47.TP 8
48.B \-elasticity \fInumber\fP
49Coefficient of elasticity.  Useful values are 0.2 to 1.0.  Default: 0.97.
50Lower numbers make less bouncy balls.
51.TP 8
52.B \-delay \fInumber\fP
53Per-frame delay, in microseconds.  Default: 10000 (0.01 seconds.).
54.TP 8
55.B \-nonrandom
56Make all balls be the same size.
57.TP 8
58.B \-no-nonrandom
59Make the balls be random sizes.  Default.
60.TP 8
61.B \-shake | \-no-shake
62Whether to shake the box if the system seems to have settled down.
63"Shake" means "change the direction of Down."
64.TP 8
65.B \-fps | \-no-fps
66Whether to show a frames-per-second display at the bottom of the screen.
67.SH ENVIRONMENT
68.PP
69.TP 8
70.B DISPLAY
71to get the default host and display number.
72.TP 8
73.B XENVIRONMENT
74to get the name of a resource file that overrides the global resources
75stored in the RESOURCE_MANAGER property.
76.SH SEE ALSO
77.BR X (1),
78.BR xscreensaver (1)
79.SH COPYRIGHT
80Copyright \(co 2002 by Peter Birtles and Jamie Zawinski.  Permission to
81use, copy, modify, distribute, and sell this software and its
82documentation for any purpose is hereby granted without fee, provided
83that the above copyright notice appear in all copies and that both that
84copyright notice and this permission notice appear in supporting
85documentation.  No representations are made about the suitability of
86this software for any purpose.  It is provided "as is" without express
87or implied warranty.
88.SH AUTHOR
89Peter Birtles, Jamie Zawinski, and Steven Barker.
90
Note: See TracBrowser for help on using the repository browser.