1sphere(6x) XScreenSaver manual sphere(6x)
2
3
4
6 sphere - draws shaded spheres
7
9 sphere [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-ncolors
11 integer] [-delay microseconds]
12
13
15 The sphere program draws shaded spheres.
16
18 sphere accepts the following options:
19
20 -window Draw on a newly-created window. This is the default.
21
22 -root Draw on the root window.
23
24 -mono If on a color display, pretend we're on a monochrome display.
25
26 -install
27 Install a private colormap for the window.
28
29 -visual visual
30 Specify which visual to use. Legal values are the name of a
31 visual class, or the id number (decimal or hex) of a specific
32 visual.
33
34 -ncolors integer
35 How many colors should be used (if possible). Default 64. The
36 colors are chosen randomly.
37
39 DISPLAY to get the default host and display number.
40
41 XENVIRONMENT
42 to get the name of a resource file that overrides the global
43 resources stored in the RESOURCE_MANAGER property.
44
46 X(1), xscreensaver(1), xlock(1)
47
49 Copyright © 1988 by Sun Microsystems, Inc.
50
51 Permission to use, copy, modify, and distribute this software and its
52 documentation for any purpose and without fee is hereby granted, pro‐
53 vided that the above copyright notice appear in all copies and that
54 both that copyright notice and this permission notice appear in sup‐
55 porting documentation.
56
58 Sun Microsystems, Inc, 1988.
59
60 Ability to run standalone or with xscreensaver added by Jamie Zawinski
61 <jwz@jwz.org>, 27-May-97.
62
63
64
65X Version 11 5.05-3 (06-Apr-2008) sphere(6x)