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