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] [-visual vis‐
10 ual] [-delay microseconds] [-object object_number] [-cycles
11 sphere_speed] [-size viewport_size] [-texture] [-no-texture] [-wire‐
12 frame] [-no-wireframe] [-trackmouse] [-no-trackmouse] [-fps]
13
15 The sballs program draws an animation of balls spinning like crazy in
16 GL.
17
19 sballs 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 -fps Display the current frame rate, CPU load, and polygon count.
34
35 -object object_number
36 Specify how the spheres are grouped (forming an object).
37 Objects are:
38
39 1 tetrahedron
40
41 2 cube. This is the default.
42
43 3 octahedron
44
45 4 dodecahedron
46
47 5 icosahedron
48
49 6 plane
50
51 7 pyramid
52
53 8 star
54
55 -size viewport_size
56 Viewport of GL scene is specified size if greater than 32 and
57 less than screensize. Default value is 0, meaning full screen‐
58 size.
59
60 -texture
61 Show a textured background and spheres. This is the default.
62
63 -no-texture
64 Disables texturing the animation.
65
66 -trackmouse
67 Let the mouse be a joystick to change the view of the anima‐
68 tion. This implies -no-wander.
69
70 -no-trackmouse
71 Disables mouse tracking. This is the default.
72
73 -wire Draw a wireframe rendition of the spheres.
74
76 DISPLAY to get the default host and display number.
77
78 XENVIRONMENT
79 to get the name of a resource file that overrides the global
80 resources stored in the RESOURCE_MANAGER property.
81
83 X(1), xscreensaver(1)
84
86 Copyright © 2001 by Eric Lassauge. Permission to use, copy, modify,
87 distribute, and sell this software and its documentation for any pur‐
88 pose is hereby granted without fee, provided that the above copyright
89 notice appear in all copies and that both that copyright notice and
90 this permission notice appear in supporting documentation. No repre‐
91 sentations are made about the suitability of this software for any pur‐
92 pose. It is provided "as is" without express or implied warranty.
93
94 The original code for this mode was written by Mustata Bogdan (LoneRun‐
95 ner) <lonerunner@planetquake.com> and can be found at
96 http://www.cfxweb.net/lonerunner/
97
98
100 Mustata Bogdan (LoneRunner) <lonerunner@planetquake.com> Eric Lassauge
101 <lassauge@users.sourceforge.net>
102
103
104
105X Version 11 5.42-1.fc30.2 (03-Feb-2019) sballs(6x)