http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / ifs.man
index a6e4c15d0af0a74d34d7816ff23c8ea0778986e9..77408878870385f150a3c0ca4e6dec1b9bbc0336 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,23 +30,44 @@ 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 \-ncolors \fInumber\fP
-Number of colors.  Default: 20.
+.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.
+.TP 8
+.B \-no-multi
+Turn off multi-coloured mode, only one colour is used to colour the whole set.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -55,9 +80,9 @@ stored in the RESOURCE_MANAGER property.
 .SH SEE ALSO
 .BR X (1),
 .BR xscreensaver (1),
-.BR ifs (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
@@ -78,4 +103,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