source: trunk/third/xscreensaver/hacks/pong.man @ 20148

Revision 20148, 2.2 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "" "X Version 11"
2.SH NAME
3pong - Pong Home Video Game Emulator
4.SH SYNOPSIS
5.B pong
6[\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7[\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8[\-visual \fIvisual\fP] [\-delay \fIseconds\fP]
9.SH DESCRIPTION
10The
11.I pong
12The pong program simulates an ancient Pong home video game, as well as
13various artifacts from displaying it on a color TV set.
14.SH OPTIONS
15.I pong
16accepts the following options:
17.TP 8
18.B \-window
19Draw on a newly-created window.  This is the default.
20.TP 8
21.B \-root
22Draw on the root window.
23.TP 8
24.B \-mono
25If on a color display, pretend we're on a monochrome display.
26.TP 8
27.B \-install
28Install a private colormap for the window.
29.TP 8
30.B \-visual \fIvisual\fP
31Specify which visual to use.  Legal values are the name of a visual class,
32or the id number (decimal or hex) of a specific visual.
33.TP 8
34.B \-delay \fIdelay\fP
35The delay between displaying one crash and another.
36.SH ENVIRONMENT
37.PP
38.TP 8
39.B DISPLAY
40to get the default host and display number.
41.TP 8
42.B XENVIRONMENT
43to get the name of a resource file that overrides the global resources
44stored in the RESOURCE_MANAGER property.
45.SH X RESOURCES
46Notable X resources supported include the following which correspond
47to standard TV controls:
48.BR analogTVTint ,
49.BR analogTVColor ,
50.BR analogTVBrightness ,
51and
52.BR analogTVContrast
53
54which correspond to standard TV controls. They range from 0 to
55100,except for tint which is an angle between -180 and +180.
56.SH TRADEMARKS
57Pong may be a trademark.
58
59.SH SEE ALSO
60.BR X (1),
61.BR xscreensaver (1),
62.BR xanalogtv (1),
63.BR apple2 (1)
64.SH COPYRIGHT
652003 by Jeremy English.  Permission to use, copy, modify,
66distribute, and sell this software and its documentation for any purpose is
67hereby granted without fee, provided that the above copyright notice appear
68in all copies and that both that copyright notice and this permission notice
69appear in supporting documentation.  No representations are made about the
70suitability of this software for any purpose.  It is provided "as is" without
71express or implied warranty.
72.SH AUTHOR
73Original Pong program by Jeremy English <jenglish@myself.com>. Scoring
74and television emulation by Trevor Blackwell <tlb@tlb.org>.
Note: See TracBrowser for help on using the repository browser.