/usr/share/xscreensaver/config/cube21.xml is in xscreensaver-gl-extra 5.30-1+deb8u2.
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 63 64 65 66 67 68 69 70 71 72 73 74 75 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="cube21" _label="Cube21" gl="yes">
<command arg="-root"/>
<hgroup>
<vgroup>
<number id="speed" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="20000" convert="invert"/>
<number id="cubesize" type="slider" arg="-cubesize %"
_label="Cube size" _low-label="Small" _high-label="Large"
low="0.4" high="1.0" default="0.7"/>
<number id="rotspeed" type="slider" arg="-rotspeed %"
_label="Rotation" _low-label="Slow" _high-label="Fast"
low="1.0" high="10.0" default="3.0"/>
<select id="start">
<option id="cube" _label="Start as cube" arg-set="-no-randomize"/>
<option id="shuffle" _label="Start as random shape"/>
</select>
<select id="colors">
<option id="white" _label="White" arg-set="-colormode white"/>
<option id="one" _label="Random color" arg-set="-colormode rnd"/>
<option id="se" _label="Silver edition" arg-set="-colormode se"/>
<option id="two" _label="Two random colors" arg-set="-colormode two"/>
<option id="ce" _label="Classic edition" arg-set="-colormode ce"/>
<option id="six" _label="Six random colors"/>
</select>
</vgroup>
<vgroup>
<number id="spinspeed" type="slider" arg="-spinspeed %"
_label="Spin" _low-label="Slow" _high-label="Fast"
low="0.01" high="4.0" default="1.0"/>
<number id="wanderspeed" type="slider" arg="-wanderspeed %"
_label="Wander" _low-label="Slow" _high-label="Fast"
low="0.001" high="0.1" default="0.02"/>
<number id="wait" type="slider" arg="-wait %"
_label="Linger" _low-label="Short" _high-label="Long"
low="10.0" high="100.0" default="40.0"/>
<hgroup>
<boolean id="spin" _label="Spin" arg-unset="-no-spin"/>
<boolean id="wander" _label="Wander" arg-unset="-no-wander"/>
<boolean id="tex" _label="Outlines" arg-unset="-no-texture"/>
</hgroup>
<hgroup>
<boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
</vgroup>
</hgroup>
<xscreensaver-updater />
<_description>
The "Cube 21" Rubik-like puzzle, also known as "Square-1".
The rotations are chosen randomly. See also the "Rubik",
"RubikBlocks" and "GLSnake" screen savers.
http://en.wikipedia.org/wiki/Square_One_%28puzzle%29
Written by Vasek Potocek; 2005.
</_description>
</screensaver>
|