From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / flipflop.man
index 1ba6f5c080c1dd0683308feeae4696df1c49c317..17691bce8490caad9dff8ac1aad7eee37d14a17d 100644 (file)
@@ -6,14 +6,16 @@ flipflop - draws a grid of 3D squares that change positions
 [\-display \fIhost:display.screen\fP]
 [\-visual \fIvisual\fP]
 [\-window]
-[\-root]
+[\-count \fInumber\fP | \-free \fInumber\fP]
+[\-size \fInumber\fP]
+[\-size-x \fInumber\fP]
+[\-size-y \fInumber\fP]
+[\-spin \fInumber\fP]
+[\-mode sticks | tiles]
 [\-delay \fInumber\fP]
-[\-holdtime \fInumber\fP]
-[\-changetime \fInumber\fP]
-[\-no-texture]
-[\-no-fog]
 [\-wireframe]
 [\-fps]
+[\-texture]
 .SH DESCRIPTION
 Flipflop draws a grid of 3D colored tiles that change positions with 
 each other.
@@ -29,14 +31,45 @@ Draw on a newly-created window.  This is the default.
 .B \-root
 Draw on the root window.
 .TP 8
+.B \-count \fInumber\fP
+Number of tiles on the board. A value of "0" means "default". The
+default number of tiles depends on the size of the board and the mode:
+95% of total tiles for "tiles" mode and 80% of total sticks for
+"sticks" mode (e.g. 76 tiles or 64 sticks for a 9x9 board). 
+.TP 8
+.B \-free \fInumber\fP
+Number of tiles missing from the board. See -count. 
+.TP 8
+.B \-size \fInumber\fP
+Number of tiles on each side of the board. Takes precedence over
+-size-x and -size-y. Default: 9.
+.TP 8
+.B \-size-x \fInumber\fP
+Width (in tiles) of the board. Default: 9.
+.TP 8
+.B \-size-y \fInumber\fP
+Length (in tiles) of the board. Default: 9.
+.TP 8
+.B \-spin \fInumber\fP
+Angular velocity for the rotation of the board. 
+.TP 8
+.B \-mode sticks 
+Draw hopping sticks instead of flipping tiles. 
+.TP 8
+.B \-mode tiles 
+Draw flipping tiles. This is the default. 
+.TP 8
 .B \-delay \fInumber\fP
 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
 .TP 8
+.B \-fps | \-no\-fps
+Display the current frame rate, CPU load, and polygon count.
+.TP 8
 .B \-wireframe
 Only draw outlines.
 .TP 8
-.B \-fps | \-no-fps
-Whether to show a frames-per-second display at the bottom of the screen.
+.B \-texture | \-no\-texture
+Whether to texture the tiles with a screen grab or an image.
 .SH ENVIRONMENT
 .PP
 .TP 8
@@ -58,4 +91,5 @@ 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
-Kevin Ogden <kogden1@hotmail.com>
+Kevin Ogden <kogden1@hotmail.com>. Some additional code by Sergio
+Gutierrez <sergut@gmail.com>.