From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / moebiusgears.man
1 .TH XScreenSaver 1 "30-Oct-99" "X Version 11"
2 .SH NAME
3 moebiusgears - draw a moebius strip of interlocking gears.
4 .SH SYNOPSIS
5 .B moebiusgears
6 [\-display \fIhost:display.screen\fP] [\-window] [\-root] [\-install]
7 [\-visual \fIvisual\fP]
8 [\-delay \fIusecs\fP] 
9 [\-speed \fIfloat\fP] 
10 [\-no\-spin]
11 [\-no\-wander]
12 [\-no\-roll]
13 [-count \fIinteger\fP]
14 [-teeth \fIinteger\fP]
15 [-wireframe]
16 [-fps]
17 .SH DESCRIPTION
18 The \fImoebiusgears\fP program draws a closed, interlinked chain of
19 rotating gears. The layout of the gears follows the path of a
20 moebius strip.
21 .SH OPTIONS
22 .I moebiusgears
23 accepts the following options:
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-install
32 Install a private colormap for the window.
33 .TP 8
34 .B \-visual \fIvisual\fP
35 Specify which visual to use.  Legal values are the name of a visual class,
36 or the id number (decimal or hex) of a specific visual.
37 .TP 8
38 .B \-delay \fIusecs\fP
39 The delay between frames of the animation, in microseconds.
40 Default: 30000 (0.03 seconds.)
41 .TP 8
42 .B \-speed \fIfloat\fP
43 Larger numbers mean run faster.  Default: 1.0.
44 .TP 8
45 .B \-no\-spin
46 Don't rotate the object.
47 .TP 8
48 .B \-no\-wander
49 Don't wander the object around the screen.
50 .TP 8
51 .B \-no\-roll
52 Don't slowly roll the moebius strip inside out.
53 .TP 8
54 .B \-count \fIinteger\fP
55 How many gears to draw.  Default: 17.  Minimum 11, must be odd.
56 .TP 8
57 .B \-teeth \fIinteger\fP
58 How many teeth to draw on each draw.  Default: 15.  Minimum 7, must be odd.
59 .TP 8
60 .B \-wireframe
61 Render in wireframe instead of solid.
62 .TP 8
63 .B \-fps
64 Display the current frame rate, CPU load, and polygon count.
65 .SH ENVIRONMENT
66 .PP
67 .TP 8
68 .B DISPLAY
69 to get the default host and display number.
70 .TP 8
71 .B XENVIRONMENT
72 to get the name of a resource file that overrides the global resources
73 stored in the RESOURCE_MANAGER property.
74 .SH SEE ALSO
75 .BR X (1),
76 .BR xscreensaver (1)
77 .SH COPYRIGHT
78 Copyright \(co 2007 by Jamie Zawinski.  Permission to use, copy, modify, 
79 distribute, and sell this software and its documentation for any purpose is 
80 hereby granted without fee, provided that the above copyright notice appear 
81 in all copies and that both that copyright notice and this permission notice
82 appear in supporting documentation.  No representations are made about the 
83 suitability of this software for any purpose.  It is provided "as is" without
84 express or implied warranty.
85 .SH AUTHOR
86 Jamie Zawinski.