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