/usr/share/xscreensaver/config/atlantis.xml is in xscreensaver-gl-extra 5.34-2ubuntu1.
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 48 49 50 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="atlantis" _label="Atlantis" gl="yes">
<command arg="-root"/>
<video href="http://www.youtube.com/watch?v=U78xPez5UGg"/>
<number id="sharkspeed" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="25000"
convert="invert"/>
<number id="whalespeed" type="slider" arg="-whalespeed %"
_label="Whale speed" _low-label="Slow" _high-label="Fast"
low="0" high="1000" default="250"/>
<number id="sharkproximity" type="slider" arg="-size %"
_label="Shark proximity" _low-label="Shy" _high-label="Agressive"
low="100" high="10000" default="6000"/>
<number id="sharkcount" type="slider" arg="-count %"
_label="Number of sharks" _low-label="None" _high-label="20"
low="0" high="20" default="4"/>
<hgroup>
<select id="water">
<option id="shimmer" _label="Shimmering water"/>
<option id="clear" _label="Clear water" arg-set="-no-texture"/>
</select>
<select id="bg">
<option id="flat" _label="Flat background" arg-set="-no-gradient"/>
<option id="gradient" _label="Gradient background"/>
</select>
</hgroup>
<hgroup>
<boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
<xscreensaver-updater />
<_description>
Sharks, dolphins and whales.
Written by Mark Kilgard; 1998.
</_description>
</screensaver>
|