1galaxy(6x) XScreenSaver manual galaxy(6x)
2
3
4
6 galaxy - draws spinning galaxies
7
9 galaxy [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono] [--in‐
11 stall] [--visual visual] [--ncolors integer] [--delay microseconds]
12 [--cycles integer] [--count integer] [--size integer] [--tracks]
13 [--no-tracks] [--spin] [--no-spin]
14
15 [--fps]
16
18 The galaxy program draws spinning galaxies.
19
21 galaxy accepts the following options:
22
23 --window
24 Draw on a newly-created window. This is the default.
25
26 --root Draw on the root window.
27
28 --window-id number
29 Draw on the specified window.
30
31 --mono If on a color display, pretend we're on a monochrome display.
32
33 --install
34 Install a private colormap for the window.
35
36 --visual visual
37 Specify which visual to use. Legal values are the name of a
38 visual class, or the id number (decimal or hex) of a specific
39 visual.
40
41 --ncolors integer
42 How many colors should be used (if possible). Default 64. The
43 colors used cycle through the hue, making N stops around the
44 color wheel.
45
46 --cycles integer
47
48 --count integer
49
50 --size integer
51
52 --tracks
53
54 --no-tracks
55
56 --spin
57
58 --no-spin
59
60 --fps Display the current frame rate and CPU load.
61
63 DISPLAY to get the default host and display number.
64
65 XENVIRONMENT
66 to get the name of a resource file that overrides the global
67 resources stored in the RESOURCE_MANAGER property.
68
69 XSCREENSAVER_WINDOW
70 The window ID to use with --root.
71
73 X(1), xscreensaver(1), xlock(1)
74
76 Copyright © 1994 by Hubert Feyrer.
77
78 Permission to use, copy, modify, and distribute this software and its
79 documentation for any purpose and without fee is hereby granted, pro‐
80 vided that the above copyright notice appear in all copies and that
81 both that copyright notice and this permission notice appear in sup‐
82 porting documentation.
83
85 Original Amiga version by Uli Siegmund <uli@wombat.okapi.sub.org>
86 for EGS in Cluster.
87
88 Ported from Cluster/EGS to C/Intuition by Harald Backert.
89
90 Ported to X11 and xlockmore by Hubert Feyrer <hubert.feyrer@rz.uni-re‐
91 gensburg.de>, 30-Sep-94.
92
93 Modified by David Bagley <bagleyd@bigfoot.com>, 23-Oct-94.
94
95 Modified by Dave Mitchell <davem@magnet.com>, 7-Apr-97.
96
97 Ability to run standalone or with xscreensaver added by Jamie Zawinski
98 <jwz@jwz.org>, 10-May-97.
99
100
101
102X Version 11 6.08-1.fc39 (17-Oct-2023) galaxy(6x)