http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.16.tar.gz
[xscreensaver] / hacks / pong.man
1 .TH XScreenSaver 1 "5-May-2004" "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]
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 .SH ENVIRONMENT
34 .PP
35 .TP 8
36 .B DISPLAY
37 to get the default host and display number.
38 .TP 8
39 .B XENVIRONMENT
40 to get the name of a resource file that overrides the global resources
41 stored in the RESOURCE_MANAGER property.
42 .SH X RESOURCES
43 Notable X resources supported include the following which correspond
44 to standard TV controls:
45 .BR analogTVTint ,
46 .BR analogTVColor ,
47 .BR analogTVBrightness ,
48 and
49 .BR analogTVContrast
50
51 which correspond to standard TV controls. They range from 0 to
52 100,except for tint which is an angle between -180 and +180.
53 .SH TRADEMARKS
54 Pong may be a trademark.
55
56 .SH SEE ALSO
57 .BR X (1),
58 .BR xscreensaver (1),
59 .BR xanalogtv (1),
60 .BR apple2 (1)
61 .SH COPYRIGHT
62 2003 by Jeremy English.  Permission to use, copy, modify, 
63 distribute, and sell this software and its documentation for any purpose is 
64 hereby granted without fee, provided that the above copyright notice appear 
65 in all copies and that both that copyright notice and this permission notice
66 appear in supporting documentation.  No representations are made about the 
67 suitability of this software for any purpose.  It is provided "as is" without
68 express or implied warranty.
69 .SH AUTHOR
70 Original Pong program by Jeremy English <jenglish@myself.com>. Scoring
71 and television emulation by Trevor Blackwell <tlb@tlb.org>.