http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / hacks / pong.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 pong - 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
10 The
11 .I pong 
12 The pong program simulates an ancient Pong home video game, as well as
13 various artifacts from displaying it on a color TV set.
14 .SH OPTIONS
15 .I pong
16 accepts the following options:
17 .TP 8
18 .B \-window
19 Draw on a newly-created window.  This is the default.
20 .TP 8
21 .B \-root
22 Draw on the root window.
23 .TP 8
24 .B \-mono 
25 If on a color display, pretend we're on a monochrome display.
26 .TP 8
27 .B \-install
28 Install a private colormap for the window.
29 .TP 8
30 .B \-visual \fIvisual\fP
31 Specify which visual to use.  Legal values are the name of a visual class,
32 or the id number (decimal or hex) of a specific visual.
33 .TP 8
34 .B \-delay \fIdelay\fP
35 The delay between displaying one crash and another.
36 .SH ENVIRONMENT
37 .PP
38 .TP 8
39 .B DISPLAY
40 to get the default host and display number.
41 .TP 8
42 .B XENVIRONMENT
43 to get the name of a resource file that overrides the global resources
44 stored in the RESOURCE_MANAGER property.
45 .SH X RESOURCES
46 Notable X resources supported include the following which correspond
47 to standard TV controls:
48 .BR analogTVTint ,
49 .BR analogTVColor ,
50 .BR analogTVBrightness ,
51 and
52 .BR analogTVContrast
53
54 which correspond to standard TV controls. They range from 0 to
55 100,except for tint which is an angle between -180 and +180.
56 .SH TRADEMARKS
57 Pong 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
65 2003 by Jeremy English.  Permission to use, copy, modify, 
66 distribute, and sell this software and its documentation for any purpose is 
67 hereby granted without fee, provided that the above copyright notice appear 
68 in all copies and that both that copyright notice and this permission notice
69 appear in supporting documentation.  No representations are made about the 
70 suitability of this software for any purpose.  It is provided "as is" without
71 express or implied warranty.
72 .SH AUTHOR
73 Original Pong program by Jeremy English <jenglish@myself.com>. Scoring
74 and television emulation by Trevor Blackwell <tlb@tlb.org>.