1surfaces(6x) XScreenSaver manual surfaces(6x)
2
3
4
6 surfaces - Draws some interesting 3d parametric surfaces.
7
9 surfaces [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--speed number] [--rand] [--spin]
11 [--wander] [--fps] [--surface surface-name] [--random-surface] [--dini]
12 [--enneper] [--kuen] [--moebius] [--seashell] [--swallowtail] [--bo‐
13 hemian] [--whitney] [--pluecker] [--henneberg] [--catalan]
14 [--corkscrew] [--mode display-mode] [--random-mode] [--points]
15 [--lines] [--line-loops]
16
18 This draws one of several three dimensional parametric surfaces.
19
21 --visual visual
22 Specify which visual to use. Legal values are the name of a
23 visual class, or the id number (decimal or hex) of a specific
24 visual.
25
26 --window
27 Draw on a newly-created window. This is the default.
28
29 --root Draw on the root window.
30
31 --window-id number
32 Draw on the specified window.
33
34 --delay number
35 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
36 onds.).
37
38 --speed number
39 Number of frames before changing shape. Default: 1000.
40
41 --surface random (Shortcut: --random-surface)
42 Display a random surface. This is the default.
43
44 --surface dini (Shortcut: --dini)
45 Display Dini's surface.
46
47 --surface enneper (Shortcut: --enneper)
48 Display Enneper's minimal surface.
49
50 --surface kuen (Shortcut: --kuen)
51 Display the Kuen surface.
52
53 --surface moebius (Shortcut: --moebius)
54 Display the Moebius strip.
55
56 --surface seashell (Shortcut: --seashell)
57 Display the seashell surface.
58
59 --surface swallowtail (Shortcut: --swallowtail)
60 Display the swallowtail catastrophe.
61
62 --surface bohemian (Shortcut: --bohemian)
63 Display the Bohemian dome.
64
65 --surface whitney (Shortcut: --whitney)
66 Display the Whitney umbrella.
67
68 --surface pluecker (Shortcut: --pluecker)
69 Display Pluecker's conoid.
70
71 --surface henneberg (Shortcut: --henneberg)
72 Display Henneberg's minimal surface.
73
74 --surface catalan (Shortcut: --catalan)
75 Display Catalan's minimal surface.
76
77 --surface corkscrew (Shortcut: --corkscrew)
78 Display the corkscrew surface.
79
80 --mode random (Shortcut: --random-mode)
81 Use random OpenGL primitives to display the surface. This is
82 the default.
83
84 --mode points (Shortcut: --points)
85 Use OpenGL points to display the surface.
86
87 --mode lines (Shortcut: --lines)
88 Use OpenGL lines to display the surface.
89
90 --mode line-loops (Shortcut: --line-loops)
91 Use OpenGL line loops to display the surface.
92
93 --wander | --no-wander
94 Whether to wander around the screen.
95
96 --spin | --no-spin
97 Whether to rotate around the center of the figure.
98
99 --fps Display the current frame rate, CPU load, and polygon count.
100
102 DISPLAY to get the default host and display number.
103
104 XENVIRONMENT
105 to get the name of a resource file that overrides the global
106 resources stored in the RESOURCE_MANAGER property.
107
108 XSCREENSAVER_WINDOW
109 The window ID to use with --root.
110
112 X(1), xscreensaver(1)
113
115 Andrey Mirtchovski, Carsten Steger
116
117
118
119X Version 11 6.08-1.fc38 (17-Oct-2023) surfaces(6x)