From http://www.jwz.org/xscreensaver/xscreensaver-5.23.tar.gz
[xscreensaver] / hacks / glx / unknownpleasures.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 unknownpleasures - an animation of the signal from the pulsar PSR B1919+21.
4 .SH SYNOPSIS
5 .B unknownpleasures
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-delay \fInumber\fP]
11 [\-speed \fIpercent\fP]
12 [\-count \fIinteger\fP]
13 [\-resolution \fIpercent\fP]
14 [\-no-ortho]
15 [\-fps]
16 .SH DESCRIPTION
17 PSR B1919+21 (AKA CP 1919) was the first pulsar ever discovered: a spinning
18 neutron star emitting a periodic lighthouse-like beacon. An illustration of
19 the signal received from it was published in Scientific American in 1971,
20 and later in The Cambridge Encyclopedia of Astronomy in 1977, where it was
21 seen by Stephen Morris, the drummer of Joy Division, and was consequently
22 appropriated by Peter Saville for the cover of the band's album "Unknown
23 Pleasures".
24 .SH OPTIONS
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-window
31 Draw on a newly-created window.  This is the default.
32 .TP 8
33 .B \-root
34 Draw on the root window.
35 .TP 8
36 .B \-delay \fInumber\fP
37 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
38 .TP 8
39 .B \-speed \fInumber\fP
40 Animation speed. 2 for twice as fast, 0.5 for half as fast.
41 .TP 8
42 .B \-count \fInumber\fP
43 Scanlines (vertical resolution).  Default: 80.
44 .TP 8
45 .B \-count \fInumber\fP
46 Horizontal Resolution, Default: 100%.
47 .TP 8
48 .B \-ortho | \-no-ortho
49 Whether to use an orthographic projection.
50 .TP 8
51 .B \-fps | \-no-fps
52 Whether to show a frames-per-second display at the bottom of the screen.
53 .SH ENVIRONMENT
54 .PP
55 .TP 8
56 .B DISPLAY
57 to get the default host and display number.
58 .TP 8
59 .B XENVIRONMENT
60 to get the name of a resource file that overrides the global resources
61 stored in the RESOURCE_MANAGER property.
62 .SH SEE ALSO
63 .BR X (1),
64 .BR xscreensaver (1)
65 .SH COPYRIGHT
66 Copyright \(co 2013 by Jamie Zawinski.  Permission to use, copy, modify, 
67 distribute, and sell this software and its documentation for any purpose is 
68 hereby granted without fee, provided that the above copyright notice appear 
69 in all copies and that both that copyright notice and this permission notice
70 appear in supporting documentation.  No representations are made about the 
71 suitability of this software for any purpose.  It is provided "as is" without
72 express or implied warranty.
73 .SH AUTHOR
74 Jamie Zawinski.