http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / galaxy.man
1 .TH XScreenSaver 1 "10-May-97" "X Version 11"
2 .SH NAME
3 galaxy - draws spinning galaxies
4 .SH SYNOPSIS
5 .B galaxy
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-ncolors \fIinteger\fP] [\-delay \fImicroseconds\fP] [\-cycles \fIinteger\fP] [\-count \fIinteger\fP] [\-size \fIinteger\fP] [\-tracks] [\-no\-tracks] [\-spin] [\-no\-spin]
7
8 [\-fps]
9 .SH DESCRIPTION
10 The \fIgalaxy\fP program draws spinning galaxies.
11 .SH OPTIONS
12 .I galaxy
13 accepts the following options:
14 .TP 8
15 .B \-window
16 Draw on a newly-created window.  This is the default.
17 .TP 8
18 .B \-root
19 Draw on the root window.
20 .TP 8
21 .B \-mono 
22 If on a color display, pretend we're on a monochrome display.
23 .TP 8
24 .B \-install
25 Install a private colormap for the window.
26 .TP 8
27 .B \-visual \fIvisual\fP
28 Specify which visual to use.  Legal values are the name of a visual class,
29 or the id number (decimal or hex) of a specific visual.
30 .TP 8
31 .B \-ncolors \fIinteger\fP
32 How many colors should be used (if possible).  Default 64.
33 The colors used cycle through the hue, making N stops around
34 the color wheel.
35 .TP 8
36 .B \-cycles \fIinteger\fP
37 .TP 8
38 .B \-count \fIinteger\fP
39 .TP 8
40 .B \-size \fIinteger\fP
41 .TP 8
42 .B \-tracks
43 .TP 8
44 .B \-no\-tracks
45 .TP 8
46 .B \-spin
47 .TP 8
48 .B \-no\-spin
49 .TP 8
50 .B \-fps
51 Display the current frame rate and CPU load.
52 .SH ENVIRONMENT
53 .PP
54 .TP 8
55 .B DISPLAY
56 to get the default host and display number.
57 .TP 8
58 .B XENVIRONMENT
59 to get the name of a resource file that overrides the global resources
60 stored in the RESOURCE_MANAGER property.
61 .SH SEE ALSO
62 .BR X (1),
63 .BR xscreensaver (1),
64 .BR xlock (1)
65 .SH COPYRIGHT
66 Copyright \(co 1994 by Hubert Feyrer.
67
68 Permission to use, copy, modify, and distribute this software and its
69 documentation for any purpose and without fee is hereby granted,
70 provided that the above copyright notice appear in all copies and that
71 both that copyright notice and this permission notice appear in
72 supporting documentation. 
73 .SH AUTHOR
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 
80 Hubert Feyrer <hubert.feyrer@rz.uni-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 \fIxscreensaver\fP added by 
87 Jamie Zawinski <jwz@jwz.org>, 10-May-97.