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