1gears(6x) XScreenSaver manual gears(6x)
2
3
4
6 gears - draw interlocking gears, for xscreensaver.
7
9 gears [-display host:display.screen] [-window] [-root] [-install]
10 [-visual visual] [-delay usecs] [-speed float] [-no-spin] [-no-wander]
11 [-count integer] [-wireframe] [-fps]
12
14 This draws a set of rotating gears.
15
17 gears accepts the following options:
18
19 -window Draw on a newly-created window. This is the default.
20
21 -root Draw on the root window.
22
23 -install
24 Install a private colormap for the window.
25
26 -visual visual
27 Specify which visual to use. Legal values are the name of a
28 visual class, or the id number (decimal or hex) of a specific
29 visual.
30
31 -delay usecs
32 The delay between frames of the animation, in microseconds.
33 Default: 30000 (0.03 seconds.)
34
35 -speed float
36 Larger numbers mean run faster. Default: 1.0.
37
38 -no-spin
39 Don't rotate the object.
40
41 -no-wander
42 Don't wander the object around the screen.
43
44 -count integer
45 How many gears to draw. Default: 0 for random.
46
47 -wireframe
48 Render in wireframe instead of solid.
49
50 -fps Display the current frame rate, CPU load, and polygon count.
51
53 DISPLAY to get the default host and display number.
54
55 XENVIRONMENT
56 to get the name of a resource file that overrides the global
57 resources stored in the RESOURCE_MANAGER property.
58
60 X(1), xscreensaver(1)
61
63 Copyright © 2007 by Jamie Zawinski. Permission to use, copy, modify,
64 distribute, and sell this software and its documentation for any pur‐
65 pose is hereby granted without fee, provided that the above copyright
66 notice appear in all copies and that both that copyright notice and
67 this permission notice appear in supporting documentation. No repre‐
68 sentations are made about the suitability of this software for any pur‐
69 pose. It is provided "as is" without express or implied warranty.
70
72 Jamie Zawinski.
73
74 An earlier version of this program by Brian Paul was written in 1997;
75 this version was rewritten from scratch by jwz in 2007.
76
77
78
79X Version 11 5.43-2.fc31 (27-Aug-2019) gears(6x)