http://packetstormsecurity.org/UNIX/admin/xscreensaver-3.31.tar.gz
[xscreensaver] / hacks / nerverot.man
index c080b40c138dca6cdac577e8a4e8176867e6c9dc..e3930d440ce409ffa03345957bb4cdc321e467b5 100644 (file)
@@ -1,12 +1,13 @@
-.TH XScreenSaver 1 "05-Jul-2000" "X Version 11"
+.TH XScreenSaver 1 "20-Mar-2001" "X Version 11"
 .SH NAME
 nerverot - induces edginess in the viewer
 .SH SYNOPSIS
 .B nerverot
-[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-colors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-count \fIinteger\fP] [\-line-width \fIinteger\fP] [\-event-chance \fIfraction\fP] [\-iter-amt \fIfraction\fP] [\-nervousness \fIfraction\fP] [\-max-nerve-radius \fIfraction\fP] [\-min-radius \fIinteger\fP] [\-max-radius \fIinteger\fP] [\-min-scale \fIfraction\fP] [\-max-scale \fIfraction\fP]
+[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-db] [\-no-db] [\-colors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-count \fIinteger\fP] [\-line-width \fIinteger\fP] [\-event-chance \fIfraction\fP] [\-iter-amt \fIfraction\fP] [\-nervousness \fIfraction\fP] [\-max-nerve-radius \fIfraction\fP] [\-min-radius \fIinteger\fP] [\-max-radius \fIinteger\fP] [\-min-scale \fIfraction\fP] [\-max-scale \fIfraction\fP]
 .SH DESCRIPTION
 The goal of \fInerverot\fP is to be interesting and compelling to
-watch, yet induce a state of nervous edginess in the viewer.
+watch, yet induce a state of nervous edginess in the viewer. This manpage
+describes v1.3 of the program.
 .SH OPTIONS
 .I nerverot
 accepts the following options:
@@ -27,6 +28,15 @@ Install a private colormap for the window.
 Which visual to use.  Legal values are the name of a visual class,
 or the id number (decimal or hex) of a specific visual.
 .TP 8
+.B \-db
+.B \-no-db
+Use double-buffering (or not, respectively). Double-buffering may make 
+things look better for larger line widths and/or larger numbers of
+blots, but "better" may equate to yielding less of the desired edginess
+effect. You'll be calmer after watching the double-buffered variant;
+you're more likely to go into epileptic fits with it off. Hence, it
+is off (false) by default, resource \fIdoubleBuffer\fP.
+.TP 8
 .B \-colors \fIinteger\fP
 How many colors should be used (if possible). The colors
 form a smooth ramp between two randomly-chosen colors. Defaults to 4,
@@ -36,6 +46,12 @@ resource \fIcolors\fP.
 The interframe delay, in microseconds. Defaults to 10000, resource
 \fIdelay\fP.
 .TP 8
+.B \-max-iters \fIinteger\fP
+The maximum number of iterations (frames) before a new model is
+generated. The actual number of iterations per model is a random number
+between 1 and this value. Defaults to 1200, resource
+\fImaxIters\fP.
+.TP 8
 .B \-count \fIinteger\fP
 How many "blots" to draw at a time. This number may be rounded down to
 fit the particularly chosen model, and has a fixed minimum per-model.
@@ -94,17 +110,19 @@ There are resource equivalents for each option, noted above.
 .SH BUGS
 .I nerverot
 should have more models.
+.TP 8
+XDBE should be detected and used, if available.
 .SH SEE ALSO
 .BR xscreensaver (1)
 .SH COPYRIGHT
-Copyright \(co 2000 by Dan Bornstein.
+Copyright \(co 2000-2001 by Dan Bornstein. All rights reserved.
 
 Permission to use, copy, modify, distribute, and sell this software and its
 documentation for any purpose is hereby granted without fee, provided that
 the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice 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 
+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
-Dan Bornstein <danfuzz@milk.com>, 05-Jul-2000.
+Dan Bornstein <danfuzz@milk.com>.