/usr/share/xscreensaver/config/moebiusgears.xml is in xscreensaver-gl 5.15-3+deb7u1.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="moebiusgears" _label="MoebiusGears">
<command arg="-root"/>
<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="speed" type="slider" arg="-speed %"
_label="Speed" _low-label="Slow" _high-label="Fast"
low="0.01" high="5.0" default="1.0"/>
<hgroup>
<number id="count" type="spinbutton" arg="-count %"
_label="Number of gears" low="13" high="99" default="17"/>
<number id="teeth" type="spinbutton" arg="-teeth %"
_label="Number of teeth" low="7" high="49" default="15"/>
</hgroup>
<hgroup>
<boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
<boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
<boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
<boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
</hgroup>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
<_description>
Draws a closed, interlinked chain of rotating gears. The layout of
the gears follows the path of a moebius strip. See also the "Pinion"
and "Gears" screen savers.
http://en.wikipedia.org/wiki/Involute_gear
http://en.wikipedia.org/wiki/Moebius_strip
Written by Jamie Zawinski; 2007.
</_description>
</screensaver>
|