Penguin
Annotated edit history of bouboule(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 bouboule - draws spinning 3D blobs
16 !!SYNOPSIS
17
18
19 __bouboule__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-ncolors ''integer''] [[-delay ''microseconds'']
23 [[-cycles ''integer''] [[-count ''integer'']
24 [[-3d]
25 !!DESCRIPTION
26
27
28 The ''bouboule'' program draws spinning 3D
29 blobs.
30 !!OPTIONS
31
32
33 ''bouboule'' accepts the following options:
34
35
36 __-window__
37
38
39 Draw on a newly-created window. This is the
40 default.
41
42
43 __-root__
44
45
46 Draw on the root window.
47
48
49 __-mono__
50
51
52 If on a color display, pretend we're on a monochrome
53 display.
54
55
56 __-install__
57
58
59 Install a private colormap for the window.
60
61
62 __-visual__ ''visual''
63
64
65 Specify which visual to use. Legal values are the name of a
66 visual class, or the id number (decimal or hex) of a
67 specific visual.
68
69
70 __-ncolors__ ''integer''
71
72
73 How many colors should be used (if possible). Default 64.
74 The colors used cycle through the hue, making N stops around
75 the color wheel.
76
77
78 __-cycles__ ''integer''
79
80
81 __-count__ ''integer''
82
83
84 __-3d__
85
86
87 Do red/blue 3d separations (for 3d glasses.)
88 !!ENVIRONMENT
89
90
91 __DISPLAY__
92
93
94 to get the default host and display number.
95
96
97 __XENVIRONMENT__
98
99
100 to get the name of a resource file that overrides the global
101 resources stored in the RESOURCE_MANAGER
102 property.
103 !!SEE ALSO
104
105
4 perry 106 X(1), xscreensaver(1),
1 perry 107 xlock(1)
108 !!COPYRIGHT
109
110
111 Copyright 1996 by Jeremie Petit.
112
113
114 Permission to use, copy, modify, and distribute this
115 software and its documentation for any purpose and without
116 fee is hereby granted, provided that the above copyright
117 notice appear in all copies and that both that copyright
118 notice and this permission notice appear in supporting
119 documentation.
120 !!AUTHOR
121
122
123 Jeremie Petit
124
125
126 3D support by Henrik Theiling
127
128
129 VMS support by Jouk Jansen
130
131
3 perry 132 !TrueColor support by David Bagley
1 perry 133
134
135 Ability to run standalone or with ''xscreensaver'' added
136 by Jamie Zawinski
137 ''
138 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.