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