http://ftp.aanet.ru/pub/Linux/X11/apps/xscreensaver-2.31.tar.gz
[xscreensaver] / hacks / goop.man
1 .TH XScreenSaver 1 "11-Jun-97" "X Version 11"
2 .SH NAME
3 goop - squishy transparent oil and bubble screenhack
4 .SH SYNOPSIS
5 .B goop
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-transparent] [\-non\-transparent] [\-additive] [\-subtractive] [\-xor] [\-no\-xor]
7 .SH DESCRIPTION
8 The \fIgoop\fP program draws a simulation of bubbles in layers of 
9 overlapping multicolored translucent fluid.
10 .SH OPTIONS
11 .I goop
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window.  This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-count \fIinteger\fP
31 How many bubbles to draw per layer.  Default: random.
32 .TP 8
33 .B \-layers \fIinteger\fP
34 How many layers to draw.  Default: random, based on screen depth.
35 .TP 8
36 .B \-delay \fImicroseconds\fP
37 How much of a delay should be introduced between steps of the animation.
38 Default 100000, or about 1/10th second.
39 .TP 8
40 .B \-transparent
41 If \fI\-layers\fP is greater than 1, then each layer will be drawn in one
42 color, and when they overlap, the colors will be mixed. This only works
43 on \fBPseudoColor\fP displays.  This is the default.
44 .TP 8
45 .B \-non\-transparent
46 Turns off \fI\-transparent\fP.
47 .TP 8
48 .B \-additive
49 If \fI\-transparent\fP is specified, then this option means that the colors
50 will be mixed using an additive color model, as if the blobs were projected
51 light.  This is the default.
52 .TP 8
53 .B \-subtractive
54 If \fI\-transparent\fP is specified, then this option means that the
55 colors will be mixed using a subtractive color model, as if the blobs were
56 translucent filters.
57 .TP 8
58 .B \-xor
59 Draw with xor instead of the other color tricks.
60 .SH ENVIRONMENT
61 .PP
62 .TP 8
63 .B DISPLAY
64 to get the default host and display number.
65 .TP 8
66 .B XENVIRONMENT
67 to get the name of a resource file that overrides the global resources
68 stored in the RESOURCE_MANAGER property.
69 .SH SEE ALSO
70 .BR X (1),
71 .BR xscreensaver (1)
72 .SH COPYRIGHT
73 Copyright \(co 1997 by Jamie Zawinski.  Permission to use, copy, modify, 
74 distribute, and sell this software and its documentation for any purpose is 
75 hereby granted without fee, provided that the above copyright notice appear 
76 in all copies and that both that copyright notice and this permission notice
77 appear in supporting documentation.  No representations are made about the 
78 suitability of this software for any purpose.  It is provided "as is" without
79 express or implied warranty.
80 .SH AUTHOR
81 Jamie Zawinski <jwz@jwz.org>, 11-Jun-97.