/usr/share/xscreensaver/config/speedmine.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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="speedmine" _label="SpeedMine">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=awOnhCxRD_c"/>
<hgroup>
<vgroup>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="30000"
convert="invert"/>
<number id="velocity" type="slider" arg="-maxspeed %"
_label="Max velocity" _low-label="Slow" _high-label="Fast"
low="1" high="1000" default="700"/>
<number id="thrust" type="slider" arg="-thrust %"
_label="Thrust" _low-label="Slow" _high-label="Fast"
low="0.0" high="4.0" default="1.0"/>
<number id="gravity" type="slider" arg="-gravity %"
_label="Gravity" _low-label="Low" _high-label="High"
low="0.0" high="25.0" default="9.8"/>
</vgroup>
<vgroup>
<select id="mode">
<option id="speedmine" _label="Tunnel"/>
<option id="speedworm" _label="Worm" arg-set="-worm"/>
</select>
<boolean id="terrain" _label="Rocky walls" arg-unset="-no-terrain"/>
<boolean id="bump" _label="Allow wall collisions" arg-unset="-no-bumps"/>
<boolean id="bonus" _label="Present bonuses" arg-unset="-no-bonuses"/>
<boolean id="xhair" _label="Display crosshair" arg-unset="-no-crosshair"/>
<boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</vgroup>
</hgroup>
<!-- #### -vertigo [1.0] -->
<!-- #### -darkground [#101010] -->
<!-- #### -lightground [#a0a0a0] -->
<!-- #### -tunnelend [#000000] -->
<!-- #### -smoothness [6] -->
<!-- #### -curviness [1.0] -->
<!-- #### -twistiness [1.0] -->
<!-- #### -no-widening -->
<!-- #### -psychedelic -->
<xscreensaver-updater />
<_description>
Simulates speeding down a rocky mineshaft, or a funky dancing worm.
Written by Conrad Parker; 2001.
</_description>
</screensaver>
|