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