1moebiusgears(6x) XScreenSaver manual moebiusgears(6x)
2
3
4
6 moebiusgears - draw a moebius strip of interlocking gears.
7
9 moebiusgears [--display host:display.screen] [--window] [--root]
10 [--window-id number][--install] [--visual visual] [--delay usecs]
11 [--speed float] [--no-spin] [--no-wander] [--no-roll] [-count integer]
12 [-teeth integer] [-wireframe] [-fps]
13
15 The moebiusgears program draws a closed, interlinked chain of rotating
16 gears. The layout of the gears follows the path of a moebius strip.
17
19 moebiusgears accepts the following options:
20
21 --window
22 Draw on a newly-created window. This is the default.
23
24 --root Draw on the root window.
25
26 --window-id number
27 Draw on the specified window.
28
29 --install
30 Install a private colormap for the window.
31
32 --visual visual
33 Specify which visual to use. Legal values are the name of a
34 visual class, or the id number (decimal or hex) of a specific
35 visual.
36
37 --delay usecs
38 The delay between frames of the animation, in microseconds.
39 Default: 30000 (0.03 seconds.)
40
41 --speed float
42 Larger numbers mean run faster. Default: 1.0.
43
44 --no-spin
45 Don't rotate the object.
46
47 --no-wander
48 Don't wander the object around the screen.
49
50 --no-roll
51 Don't slowly roll the moebius strip inside out.
52
53 --count integer
54 How many gears to draw. Default: 17. Minimum 11, must be odd.
55
56 --teeth integer
57 How many teeth to draw on each draw. Default: 15. Minimum 7,
58 must be odd.
59
60 --wireframe
61 Render in wireframe instead of solid.
62
63 --fps Display the current frame rate, CPU load, and polygon count.
64
66 DISPLAY to get the default host and display number.
67
68 XENVIRONMENT
69 to get the name of a resource file that overrides the global
70 resources stored in the RESOURCE_MANAGER property.
71
72 XSCREENSAVER_WINDOW
73 The window ID to use with --root.
74
76 X(1), xscreensaver(1)
77
79 Copyright © 2007 by Jamie Zawinski. Permission to use, copy, modify,
80 distribute, and sell this software and its documentation for any pur‐
81 pose is hereby granted without fee, provided that the above copyright
82 notice appear in all copies and that both that copyright notice and
83 this permission notice appear in supporting documentation. No repre‐
84 sentations are made about the suitability of this software for any pur‐
85 pose. It is provided "as is" without express or implied warranty.
86
88 Jamie Zawinski.
89
90
91
92X Version 11 6.08-1.fc38 (17-Oct-2023) moebiusgears(6x)