1glknots(6x) XScreenSaver manual glknots(6x)
2
3
4
6 glknots - generates some twisting 3d knot patterns
7
9 glknots [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--speed float] [--seg‐
11 ments int] [--thickness float] [--duration seconds] [--no-wander]
12 [--spin XYZ] [--wireframe] [--fps]
13
15 Generates some twisting 3d knot patterns. Spins 'em around.
16
18 --visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --delay number
32 Per-frame delay, in microseconds. Default: 30000 (0.03 sec‐
33 onds.).
34
35 --speed number
36 Larger numbers mean run faster. Default: 1.0.
37
38 --segments number
39 Number of segments in each path. Default 800. Larger numbers
40 make the curves smoother, at the expense of a higher polygon
41 count.
42
43 --thickness float
44 How thick the tubes should be. Default 0.3.
45
46 --duration seconds
47 How long to leave each knot up. Default 8 seconds.
48
49 --wander | --no-wander
50 Whether the cubes should wander around the screen.
51
52 --spin [XYZ] | --no-spin
53 Which axes, if any, to spin around on.
54
55 --wireframe | --no-wireframe
56 Render in wireframe instead of solid.
57
58 --fps Display the current frame rate, CPU load, and polygon count.
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
67 XSCREENSAVER_WINDOW
68 The window ID to use with --root.
69
71 X(1), xscreensaver(1)
72
74 Copyright © 2003 by Jamie Zawinski. Permission to use, copy, modify,
75 distribute, and sell this software and its documentation for any pur‐
76 pose is hereby granted without fee, provided that the above copyright
77 notice appear in all copies and that both that copyright notice and
78 this permission notice appear in supporting documentation. No repre‐
79 sentations are made about the suitability of this software for any pur‐
80 pose. It is provided "as is" without express or implied warranty.
81
83 Jamie Zawinski.
84
85
86
87X Version 11 6.08-1.fc38 (17-Oct-2023) glknots(6x)