From http://www.jwz.org/xscreensaver/xscreensaver-5.21.tar.gz
[xscreensaver] / hacks / goop.man
index e7f4c3da5fd1792f813d60604970c295cc9ffbb5..573bd1ec0296f63623fe0fbedbb8d03e1cf334a0 100644 (file)
@@ -4,6 +4,7 @@ goop - squishy transparent oil and bubble screenhack
 .SH SYNOPSIS
 .B goop
 [\-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]
 .SH SYNOPSIS
 .B goop
 [\-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]
+[\-fps]
 .SH DESCRIPTION
 The \fIgoop\fP program draws a simulation of bubbles in layers of 
 overlapping multicolored translucent fluid.
 .SH DESCRIPTION
 The \fIgoop\fP program draws a simulation of bubbles in layers of 
 overlapping multicolored translucent fluid.
@@ -30,17 +31,16 @@ or the id number (decimal or hex) of a specific visual.
 .B \-count \fIinteger\fP
 How many bubbles to draw per layer.  Default: random.
 .TP 8
 .B \-count \fIinteger\fP
 How many bubbles to draw per layer.  Default: random.
 .TP 8
-.B \-layers \fIinteger\fP
-How many layers to draw.  Default: random, based on screen depth.
+.B \-planes \fIinteger\fP
+How many planes to draw.  Default: random, based on screen depth.
 .TP 8
 .B \-delay \fImicroseconds\fP
 How much of a delay should be introduced between steps of the animation.
 .TP 8
 .B \-delay \fImicroseconds\fP
 How much of a delay should be introduced between steps of the animation.
-Default 100000, or about 1/10th second.
+Default 12000, or about 0.012 seconds.
 .TP 8
 .B \-transparent
 If \fI\-layers\fP is greater than 1, then each layer will be drawn in one
 .TP 8
 .B \-transparent
 If \fI\-layers\fP is greater than 1, then each layer will be drawn in one
-color, and when they overlap, the colors will be mixed. This only works
-on \fBPseudoColor\fP displays.  This is the default.
+color, and when they overlap, the colors will be mixed. This is the default.
 .TP 8
 .B \-non\-transparent
 Turns off \fI\-transparent\fP.
 .TP 8
 .B \-non\-transparent
 Turns off \fI\-transparent\fP.
@@ -57,6 +57,9 @@ translucent filters.
 .TP 8
 .B \-xor
 Draw with xor instead of the other color tricks.
 .TP 8
 .B \-xor
 Draw with xor instead of the other color tricks.
+.TP 8
+.B \-fps
+Display the current frame rate and CPU load.
 .SH ENVIRONMENT
 .PP
 .TP 8
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -78,4 +81,4 @@ appear in supporting documentation.  No representations are made about the
 suitability of this software for any purpose.  It is provided "as is" without
 express or implied warranty.
 .SH AUTHOR
 suitability of this software for any purpose.  It is provided "as is" without
 express or implied warranty.
 .SH AUTHOR
-Jamie Zawinski <jwz@netscape.com>, 11-Jun-97.
+Jamie Zawinski <jwz@jwz.org>, 11-Jun-97.