began for maemo
[xscreensaver] / xscreensaver / hacks / glx / pinion.man
1 .TH XScreenSaver 1 "30-Oct-99" "X Version 11"
2 .SH NAME
3 pinion - draws a scrolling sequence of interconnected gears
4 .SH SYNOPSIS
5 .B pinion
6 [\-display \fIhost:display.screen\fP] [\-window] [\-root] [\-install]
7 [\-visual \fIvisual\fP] 
8 [\-delay \fIusecs\fP] 
9 [\-scroll \fIratio\fP]
10 [\-spin \fIratio\fP]
11 [\-size \fIratio\fP]
12 [\-max-rpm \fIint\fP]
13 [\-wireframe]
14 [\-fps]
15 .SH DESCRIPTION
16 The \fIpinion\fP program draws an interconnected set of gears moving
17 across the screen.
18 .SH OPTIONS
19 .I pinion
20 accepts the following options:
21 .TP 8
22 .B \-window
23 Draw on a newly-created window.  This is the default.
24 .TP 8
25 .B \-root
26 Draw on the root window.
27 .TP 8
28 .B \-install
29 Install a private colormap for the window.
30 .TP 8
31 .B \-visual \fIvisual\fP\fP
32 Specify which visual to use.  Legal values are the name of a visual class,
33 or the id number (decimal or hex) of a specific visual.
34 .TP 8
35 .B \-delay \fIusecs\fP
36 The delay between frames of the animation, in microseconds: default 15000.
37 .TP 8
38 .B \-spin \fIratio\fP
39 How fast the gears should spin; default 1.0.  2.0 means twice as fast,
40 0.5 means half as fast.
41 .TP 8
42 .B \-scroll \fIratio\fP
43 How fast the gears should scroll past the screen; default 1.0.  
44 2.0 means twice as fast, 0.5 means half as fast.
45 .TP 8
46 .B \-size \fIratio\fP
47 How big the gears should be, on average; default 1.0. 
48 2.0 means twice as large, 0.5 means half as large.
49 .TP 8
50 .B \-max\-rpm \fIinteger\fP
51 If any gear exceeds the maximum RPM, the current gear train is broken there,
52 and we start a new train.  Default: 900 RPM.  (At 30 FPS, that's about half
53 a rotation per frame.)
54 .TP 8
55 .B \-wireframe
56 Render in wireframe instead of solid.
57 .TP 8
58 .B \-fps
59 Display a running tally of how many frames per second are being rendered.
60 In conjunction with \fB\-delay 0\fP, this can be a useful benchmark of 
61 your GL performance.
62 .SH ENVIRONMENT
63 .PP
64 .TP 8
65 .B DISPLAY
66 to get the default host and display number.
67 .TP 8
68 .B XENVIRONMENT
69 to get the name of a resource file that overrides the global resources
70 stored in the RESOURCE_MANAGER property.
71 .SH SEE ALSO
72 .BR gears (MANSUFFIX),
73 .BR xscreensaver (1),
74 .BR X (1)
75 .SH COPYRIGHT
76 Copyright \(co 2004 by Jamie Zawinski.  Permission to use, copy, modify, 
77 distribute, and sell this software and its documentation for any purpose is 
78 hereby granted without fee, provided that the above copyright notice appear 
79 in all copies and that both that copyright notice and this permission notice
80 appear in supporting documentation.  No representations are made about the 
81 suitability of this software for any purpose.  It is provided "as is" without
82 express or implied warranty.
83 .SH AUTHOR
84 Jamie Zawinski <jwz@jwz.org>, 12-Dec-2004.