ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-5.01.tar.gz
[xscreensaver] / hacks / glx / flipflop.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 flipflop - draws a grid of 3D squares that change positions
4 .SH SYNOPSIS
5 .B flipflop
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-count \fInumber\fP | \-free \fInumber\fP]
10 [\-size \fInumber\fP]
11 [\-size-x \fInumber\fP]
12 [\-size-y \fInumber\fP]
13 [\-spin \fInumber\fP]
14 [\-mode sticks | tiles]
15 [\-delay \fInumber\fP]
16 [\-wireframe]
17 [\-fps]
18 .SH DESCRIPTION
19 Flipflop draws a grid of 3D colored tiles that change positions with 
20 each other.
21 .SH OPTIONS
22 .TP 8
23 .B \-visual \fIvisual\fP
24 Specify which visual to use.  Legal values are the name of a visual class,
25 or the id number (decimal or hex) of a specific visual.
26 .TP 8
27 .B \-window
28 Draw on a newly-created window.  This is the default.
29 .TP 8
30 .B \-root
31 Draw on the root window.
32 .TP 8
33 .B \-count \fInumber\fP
34 Number of tiles on the board. A value of "0" means "default". The
35 default number of tiles depends on the size of the board and the mode:
36 95% of total tiles for "tiles" mode and 80% of total sticks for
37 "sticks" mode (e.g. 76 tiles or 64 sticks for a 9x9 board). 
38 .TP 8
39 .B \-free \fInumber\fP
40 Number of tiles missing from the board. See -count. 
41 .TP 8
42 .B \-size \fInumber\fP
43 Number of tiles on each side of the board. Takes precedence over
44 -size-x and -size-y. Default: 9.
45 .TP 8
46 .B \-size-x \fInumber\fP
47 Width (in tiles) of the board. Default: 9.
48 .TP 8
49 .B \-size-y \fInumber\fP
50 Length (in tiles) of the board. Default: 9.
51 .TP 8
52 .B \-spin \fInumber\fP
53 Angular velocity for the rotation of the board. 
54 .TP 8
55 .B \-mode sticks 
56 Draw hopping sticks instead of flipping tiles. 
57 .TP 8
58 .B \-mode tiles 
59 Draw flipping tiles. This is the default. 
60 .TP 8
61 .B \-delay \fInumber\fP
62 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
63 .TP 8
64 .B \-fps | \-no-fps
65 Whether to show a frames-per-second display at the bottom of the screen.
66 .TP 8
67 .B \-wireframe
68 Only draw outlines.
69 .SH ENVIRONMENT
70 .PP
71 .TP 8
72 .B DISPLAY
73 to get the default host and display number.
74 .TP 8
75 .B XENVIRONMENT
76 to get the name of a resource file that overrides the global resources
77 stored in the RESOURCE_MANAGER property.
78 .SH SEE ALSO
79 .BR X (1),
80 .BR xscreensaver (1)
81 .SH COPYRIGHT
82 Copyright \(co 2003 by Kevin Ogden.  Permission to use, copy, modify, 
83 distribute, and sell this software and its documentation for any purpose is 
84 hereby granted without fee, provided that the above copyright notice appear 
85 in all copies and that both that copyright notice and this permission notice
86 appear in supporting documentation.  No representations are made about the 
87 suitability of this software for any purpose.  It is provided "as is" without
88 express or implied warranty.
89 .SH AUTHOR
90 Kevin Ogden <kogden1@hotmail.com>. Some additional code by Sergio
91 Gutierrez <sergut@gmail.com>.