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