/usr/share/xscreensaver/config/pong.xml is in xscreensaver-data-extra 5.36-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="pong" _label="Pong">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=2jPmisDwwi0"/>
<hgroup>
<vgroup>
<number id="speed" type="slider" arg="-speed %"
_label="Game speed" _low-label="Slow" _high-label="Fast"
low="1" high="20" default="6"/>
<number id="noise" type="slider" arg="-noise %"
_label="Noise" _low-label="Crisp" _high-label="Noisy"
low="0.00" high="5.00" default="0.04"/>
<hgroup>
<boolean id="clock" _label="Clock mode" arg-set="-clock"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
</vgroup>
<vgroup>
<number id="tvbrightness" type="slider" arg="-tv-brightness %"
_label="Brightness Knob" _low-label="Low" _high-label="High"
low="0" high="200" default="150"/>
<number id="tvcontrast" type="slider" arg="-tv-contrast %"
_label="Contrast Knob" _low-label="Low" _high-label="High"
low="0" high="1500" default="1000"/>
</vgroup>
</hgroup>
<xscreensaver-updater />
<_description>
The 1971 Pong home video game, including artifacts of an old color TV set.
In clock mode, the score keeps track of the current time.
https://en.wikipedia.org/wiki/Pong
Written by Jeremy English, Trevor Blackwell and Jamie Zawinski; 2003.
</_description>
</screensaver>
|