From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / strange.man
index 088a9eed5a1a65a2c722a0ba4b6f60485d1041cd..625b659287d932276a4cae0ad8bbe95123c0eb0d 100644 (file)
@@ -5,6 +5,7 @@ strange - draws strange attractors
 .B strange
 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImicroseconds\fP]
 
+[\-fps]
 .SH DESCRIPTION
 The \fIstrange\fP program draws strange attractors
 .SH OPTIONS
@@ -28,8 +29,28 @@ Specify 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 \-ncolors \fIinteger\fP
-How many colors should be used (if possible).  Default 64.
+How many colors should be used (if possible).  Default 100.
 The colors are chosen randomly.
+.TP 8
+.B \-points \fIinteger\fP
+Change the number of points/iterations each frame.  Default 5500.  More than
+6000 activates the accumulator, which makes parts of the image brighter or
+darker depending on how often the attractor hits each pixel.
+.TP 8
+.B \-point-size \fIinteger\fP
+Changes the size of individual points.  Default 1.
+.TP 8
+.B \-zoom \fIfloat\fP
+Zooms in or out.  Default 0.9.
+.TP 8
+.B \-brightness \fIfloat\fP
+Adjusts the brightness for accumulator mode.  Default 1.0.
+.TP 8
+.B \-motion-blur \fIfloat\fP
+Adds motion blur.  Default 3.0, no motion blur is 1.0.
+.TP 8
+.B \-fps
+Display the current frame rate and CPU load.
 .SH ENVIRONMENT
 .PP
 .TP 8