From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / hacks / glx / geodesicgears.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 geodesicgears - gears on the surface of a sphere.
4 .SH SYNOPSIS
5 .B geodesicgears
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-timeout \fInumber\fP]
12 [\-labels]
13 [\-numbers]
14 [\-wireframe]
15 [\-wander]
16 [\-no-spin]
17 [\-fps]
18 .SH DESCRIPTION
19 A set of meshed gears arranged on the surface of a sphere.  
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: 30000 (0.03 seconds).
34 .TP 8
35 .B \-timeout \fInumber\fP
36 Duration before switching to a new model.  5 - 120 seconds.  Default: 20.
37 .TP 8
38 .B \-labels | \-no-labels
39 Whether to show the number of gears and teeth.  Default: no.
40 .TP 8
41 .B \-numbers | \-no-numbers
42 Whether to label the gears with ID numbers.  Default: no.
43 .TP 8
44 .B \-wireframe | \-no-wireframe
45 Render in wireframe instead of solid.
46 .TP 8
47 .B \-wander | \-no-wander
48 Whether the object should wander around the screen.
49 .TP 8
50 .B \-spin | \-no-spin
51 Whether the object should spin.
52 .TP 8
53 .B \-fps | \-no-fps
54 Whether to show a frames-per-second display at the bottom of the screen.
55 .SH ENVIRONMENT
56 .PP
57 .TP 8
58 .B DISPLAY
59 to get the default host and display number.
60 .TP 8
61 .B XENVIRONMENT
62 to get the name of a resource file that overrides the global resources
63 stored in the RESOURCE_MANAGER property.
64 .SH SEE ALSO
65 .BR X (1),
66 .BR xscreensaver (1),
67 .BR geodesic (1),
68 .BR pinion (1)
69 .SH COPYRIGHT
70 Copyright \(co 2014 by Jamie Zawinski.  Permission to use, copy, modify, 
71 distribute, and sell this software and its documentation for any purpose is 
72 hereby granted without fee, provided that the above copyright notice appear 
73 in all copies and that both that copyright notice and this permission notice
74 appear in supporting documentation.  No representations are made about the 
75 suitability of this software for any purpose.  It is provided "as is" without
76 express or implied warranty.
77 .SH AUTHOR
78 Jamie Zawinski.