/usr/share/xscreensaver/config/sundancer2.xml is in rss-glx 0.9.1-6ubuntu4.
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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="sundancer2" _label="Sundancer2">
<command arg="-r"/>
<number id="01" type="spinbutton" arg="-q %"
_label="Quad Count" low="1" high="300" default="150"/>
<number id="02" type="slider" arg="-s %"
_label="Speed" _low-label="Slower" _high-label="Faster"
low="1" high="40" default="20"/>
<number id="03" type="slider" arg="-t %"
_label="Transparency" _low-label="Transparent" _high-label="Solid"
low="1" high="100" default="75"/>
<string id="04" _label="Foreground Color" arg="-f %" />
<string id="05" _label="Background Color" arg="-b %" />
<boolean id="06" _label="Reverse rotation occasionally" arg-set="-e"/>
<_description>
Rotating stack of quads.
Specify colors using hex color codes (ie, ff0000, 00ff00, 0000ff for red, green and blue.)
Written by Dirk Songuer <delax at sundancerinc.de>
Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
</_description>
</screensaver>
|