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