1ba6f5c080c1dd0683308feeae4696df1c49c317
[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 [\-root]
10 [\-delay \fInumber\fP]
11 [\-holdtime \fInumber\fP]
12 [\-changetime \fInumber\fP]
13 [\-no-texture]
14 [\-no-fog]
15 [\-wireframe]
16 [\-fps]
17 .SH DESCRIPTION
18 Flipflop draws a grid of 3D colored tiles that change positions with 
19 each other.
20 .SH OPTIONS
21 .TP 8
22 .B \-visual \fIvisual\fP
23 Specify which visual to use.  Legal values are the name of a visual class,
24 or the id number (decimal or hex) of a specific visual.
25 .TP 8
26 .B \-window
27 Draw on a newly-created window.  This is the default.
28 .TP 8
29 .B \-root
30 Draw on the root window.
31 .TP 8
32 .B \-delay \fInumber\fP
33 Per-frame delay, in microseconds.  Default: 20000 (0.02 seconds.).
34 .TP 8
35 .B \-wireframe
36 Only draw outlines.
37 .TP 8
38 .B \-fps | \-no-fps
39 Whether to show a frames-per-second display at the bottom of the screen.
40 .SH ENVIRONMENT
41 .PP
42 .TP 8
43 .B DISPLAY
44 to get the default host and display number.
45 .TP 8
46 .B XENVIRONMENT
47 to get the name of a resource file that overrides the global resources
48 stored in the RESOURCE_MANAGER property.
49 .SH SEE ALSO
50 .BR X (1),
51 .BR xscreensaver (1)
52 .SH COPYRIGHT
53 Copyright \(co 2003 by Kevin Ogden.  Permission to use, copy, modify, 
54 distribute, and sell this software and its documentation for any purpose is 
55 hereby granted without fee, provided that the above copyright notice appear 
56 in all copies and that both that copyright notice and this permission notice
57 appear in supporting documentation.  No representations are made about the 
58 suitability of this software for any purpose.  It is provided "as is" without
59 express or implied warranty.
60 .SH AUTHOR
61 Kevin Ogden <kogden1@hotmail.com>