1bubble3d(6x) XScreenSaver manual bubble3d(6x)
2
3
4
6 bubble3d - 3d rising bubbles.
7
9 bubble3d [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-transparent] [-color color] [-fps]
11
13 Draws a stream of rising, undulating 3D bubbles, rising toward the top
14 of the screen, with nice specular reflections.
15
17 -visual visual
18 Specify which visual to use. Legal values are the name of a
19 visual class, or the id number (decimal or hex) of a specific
20 visual.
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -transparent
27 Draw transparent bubbles instead of solid ones.
28
29 -color color
30 Draw bubbles of the specified color. "Random" means a differ‐
31 ent color for each bubble.
32
33 -delay number
34 Per-frame delay, in microseconds. Default: 15000 (0.015 sec‐
35 onds.).
36
37 -fps Display the current frame rate, CPU load, and polygon count.
38
40 DISPLAY to get the default host and display number.
41
42 XENVIRONMENT
43 to get the name of a resource file that overrides the global
44 resources stored in the RESOURCE_MANAGER property.
45
47 X(1), xscreensaver(1)
48
50 Copyright © 2002 by Richard Jones. Permission to use, copy, modify,
51 distribute, and sell this software and its documentation for any pur‐
52 pose is hereby granted without fee, provided that the above copyright
53 notice appear in all copies and that both that copyright notice and
54 this permission notice appear in supporting documentation. No repre‐
55 sentations are made about the suitability of this software for any pur‐
56 pose. It is provided "as is" without express or implied warranty.
57
59 Richard Jones.
60
61
62
63X Version 11 6.02-4.fc35 (09-Nov-2021) bubble3d(6x)