http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[xscreensaver] / hacks / ifs.man
index d41efecb14c4ed8b9bad5e16b458fb812996bb66..17116c9ac1727828dfb49e1feeaa2a1f7c9cdc96 100644 (file)
@@ -7,11 +7,15 @@ ifs - draws spinning, colliding iterated-function-system images
 [\-visual \fIvisual\fP]
 [\-window]
 [\-root]
+[\-no\-db]
 [\-delay \fInumber\fP]
 [\-detail \fInumber\fP]
-[\-mode \fImode\fP]
 [\-colors \fInumber\fP]
 [\-functions \fInumber\fP]
+[\-iterate | \-recurse]
+[\-no\-rotate]
+[\-no\-scale]
+[\-no\-translate]
 .SH DESCRIPTION
 The \fIifs\fP program draws spinning, colliding iterated-function-system images.
 .SH OPTIONS
@@ -26,20 +30,41 @@ Draw on a newly-created window.  This is the default.
 .B \-root
 Draw on the root window.
 .TP 8
-.B \-delay \fInumber\fP
-Per-frame delay, in microseconds.  Default: 10000
+.B \-no\-db
+Disable double-buffering.
 .TP 8
-.B \-mode \fImode\fP
-Colouring mode. 0 = blend, 1 = per-function, 2 = single colour.  Default: 0
+.B \-delay \fInumber\fP
+Per-frame delay, in microseconds.  Default: 20000
 .TP 8
 .B \-colors \fInumber\fP
 Number of colours to use. Default: 200
 .TP 8
 .B \-detail \fInumber\fP
-Number of times to iterate each function. Default: 9
+In \fI\-iterate\fP mode, number of times to randomly iterate the
+functions, in thousands.  In \fI\-recurse\fP mode, number of times
+to apply functions (recursion depth) before drawing each point.
+Default: 9
 .TP 8
 .B \-functions \fInumber\fP
 Number of functions to be iterated. Default: 3
+.TP 8
+.B \-iterate
+Calculate by iteratively applying the functions in a random order,
+usually faster than \fI\-recurse\fP.  This is the default.
+.TP 8
+.B \-recurse
+Calculate by recursively applying all combinations of the functions.
+This is the historical behavior and may produce neater output than
+\fI\-iterate\fP.
+.TP 8
+.B \-no-rotate
+Disable the rotation component of the functions.
+.TP 8
+.B \-no-scale
+Disable the scaling component of the functions.
+.TP 8
+.B \-no-translate
+Disable the varying translation component of the functions.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -54,7 +79,7 @@ stored in the RESOURCE_MANAGER property.
 .BR xscreensaver (1),
 .BR ifs (MANSUFFIX)
 .SH COPYRIGHT
-Copyright \(co Chris Le Sueur (thefishface@gmail.com) February 2005
+Copyright \(co Chris Le Sueur and Robby Griffin, 2005-2006
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
@@ -75,4 +100,5 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 .SH AUTHOR
-Chris Le Sueur
+This version by Chris Le Sueur <thefishface@gmail.com>, Feb 2005
+Many improvements by Robby Griffin <rmg@terc.edu>, Mar 2006