1sballs(6x) XScreenSaver manual sballs(6x)
2
3
4
6 sballs - draws balls spinning like crazy in GL
7
9 sballs [--display host:display.screen] [--window] [--root] [--window-id
10 number] [--visual visual] [--delay microseconds] [--object object_num‐
11 ber] [--cycles sphere_speed] [--size viewport_size] [--texture] [--no-
12 texture] [--wireframe] [--no-wireframe] [--trackmouse] [--no-track‐
13 mouse] [--fps]
14
16 The sballs program draws an animation of balls spinning like crazy in
17 GL.
18
20 sballs accepts the following options:
21
22 --window
23 Draw on a newly-created window. This is the default.
24
25 --root Draw on the root window.
26
27 --window-id number
28 Draw on the specified window.
29
30 --install
31 Install a private colormap for the window.
32
33 --visual visual
34 Specify which visual to use. Legal values are the name of a
35 visual class, or the id number (decimal or hex) of a specific
36 visual.
37
38 --fps Display the current frame rate, CPU load, and polygon count.
39
40 --object object_number
41 Specify how the spheres are grouped (forming an object). Ob‐
42 jects are:
43
44 1 tetrahedron
45
46 2 cube. This is the default.
47
48 3 octahedron
49
50 4 dodecahedron
51
52 5 icosahedron
53
54 6 plane
55
56 7 pyramid
57
58 8 star
59
60 --size viewport_size
61 Viewport of GL scene is specified size if greater than 32 and
62 less than screensize. Default value is 0, meaning full screen‐
63 size.
64
65 --texture
66 Show a textured background and spheres. This is the default.
67
68 --no-texture
69 Disables texturing the animation.
70
71 --trackmouse
72 Let the mouse be a joystick to change the view of the anima‐
73 tion. This implies --no-wander.
74
75 --no-trackmouse
76 Disables mouse tracking. This is the default.
77
78 --wire Draw a wireframe rendition of the spheres.
79
81 DISPLAY to get the default host and display number.
82
83 XENVIRONMENT
84 to get the name of a resource file that overrides the global
85 resources stored in the RESOURCE_MANAGER property.
86
87 XSCREENSAVER_WINDOW
88 The window ID to use with --root.
89
91 X(1), xscreensaver(1)
92
94 Copyright © 2001 by Eric Lassauge. Permission to use, copy, modify,
95 distribute, and sell this software and its documentation for any pur‐
96 pose is hereby granted without fee, provided that the above copyright
97 notice appear in all copies and that both that copyright notice and
98 this permission notice appear in supporting documentation. No repre‐
99 sentations are made about the suitability of this software for any pur‐
100 pose. It is provided "as is" without express or implied warranty.
101
103 Mustata Bogdan (LoneRunner) <lonerunner@planetquake.com>
104 Eric Lassauge <lassauge@users.sourceforge.net>
105
106
107
108X Version 11 6.08-1.fc39 (17-Oct-2023) sballs(6x)