Penguin
Annotated edit history of sphere(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 sphere - draws shaded spheres
16 !!SYNOPSIS
17
18
19 __sphere__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-ncolors ''integer''] [[-delay
23 ''microseconds'']
24 !!DESCRIPTION
25
26
27 The ''sphere'' program draws shaded spheres.
28 !!OPTIONS
29
30
31 ''sphere'' accepts the following options:
32
33
34 __-window__
35
36
37 Draw on a newly-created window. This is the
38 default.
39
40
41 __-root__
42
43
44 Draw on the root window.
45
46
47 __-mono__
48
49
50 If on a color display, pretend we're on a monochrome
51 display.
52
53
54 __-install__
55
56
57 Install a private colormap for the window.
58
59
60 __-visual__ ''visual''
61
62
63 Specify which visual to use. Legal values are the name of a
64 visual class, or the id number (decimal or hex) of a
65 specific visual.
66
67
68 __-ncolors__ ''integer''
69
70
71 How many colors should be used (if possible). Default 64.
72 The colors are chosen randomly.
73 !!ENVIRONMENT
74
75
76 __DISPLAY__
77
78
79 to get the default host and display number.
80
81
82 __XENVIRONMENT__
83
84
85 to get the name of a resource file that overrides the global
86 resources stored in the RESOURCE_MANAGER
87 property.
88 !!SEE ALSO
89
90
4 perry 91 X(1), xscreensaver(1),
1 perry 92 xlock(1)
93 !!COPYRIGHT
94
95
96 Copyright 1988 by Sun Microsystems, Inc.
97
98
99 Permission to use, copy, modify, and distribute this
100 software and its documentation for any purpose and without
101 fee is hereby granted, provided that the above copyright
102 notice appear in all copies and that both that copyright
103 notice and this permission notice appear in supporting
104 documentation.
105 !!AUTHOR
106
107
108 Sun Microsystems, Inc, 1988.
109
110
111 Ability to run standalone or with ''xscreensaver'' added
112 by Jamie Zawinski
113 ''
114 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.