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