From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / bubble3d.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 bubble3d - 3d rising bubbles.
4 .SH SYNOPSIS
5 .B bubble3d
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-transparent]
12 [\-color \fIcolor\fP]
13 [\-fps]
14 .SH DESCRIPTION
15 Draws a stream of rising, undulating 3D bubbles, rising toward the top of
16 the screen, with nice specular reflections.
17 .SH OPTIONS
18 .TP 8
19 .B \-visual \fIvisual\fP
20 Specify which visual to use.  Legal values are the name of a visual class,
21 or the id number (decimal or hex) of a specific visual.
22 .TP 8
23 .B \-window
24 Draw on a newly-created window.  This is the default.
25 .TP 8
26 .B \-root
27 Draw on the root window.
28 .TP 8
29 .B \-transparent
30 Draw transparent bubbles instead of solid ones.
31 .TP 8
32 .B \-color \fIcolor\fP
33 Draw bubbles of the specified color.  "Random" means a different color
34 for each bubble.
35 .TP 8
36 .B \-delay \fInumber\fP
37 Per-frame delay, in microseconds.  Default: 15000 (0.015 seconds.).
38 .TP 8
39 .B \-fps
40 Display the current frame rate, CPU load, and polygon count.
41 .SH ENVIRONMENT
42 .PP
43 .TP 8
44 .B DISPLAY
45 to get the default host and display number.
46 .TP 8
47 .B XENVIRONMENT
48 to get the name of a resource file that overrides the global resources
49 stored in the RESOURCE_MANAGER property.
50 .SH SEE ALSO
51 .BR X (1),
52 .BR xscreensaver (1)
53 .SH COPYRIGHT
54 Copyright \(co 2002 by Richard Jones.  Permission to use, copy, modify, 
55 distribute, and sell this software and its documentation for any purpose is 
56 hereby granted without fee, provided that the above copyright notice appear 
57 in all copies and that both that copyright notice and this permission notice
58 appear in supporting documentation.  No representations are made about the 
59 suitability of this software for any purpose.  It is provided "as is" without
60 express or implied warranty.
61 .SH AUTHOR
62 Richard Jones.