/usr/share/xscreensaver/config/matrixview.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 33 34 35 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="matrixview" _label="MatrixView">
<command arg="-r"/>
<number id="01" type="slider" arg="-s %"
_label="Scene Interval" _low-label="Shorter" _high-label="Longer"
low="0" high="120" default="5"/>
<number id="02" type="slider" arg="-m %"
_label="Matrix Interval" _low-label="Shorter" _high-label="Longer"
low="3" high="120" default="5"/>
<number id="03" type="slider" arg="-X %"
_label="Horizontal Resolution" _low-label="Higher" _high-label="Lower"
low="40" high="320" default="90"/>
<number id="04" type="slider" arg="-Y %"
_label="Vertical Resolution" _low-label="Higher" _high-label="Lower"
low="30" high="240" default="70"/>
<string id="05" _label="Photo directory" arg="-i %" />
<number id="06" type="slider" arg="-c %"
_label="Contrast" _low-label="Low" _high-label="High"
low="0" high="100" default="75"/>
<_description>
Seeing things in the matrix.
Written by Alex Zolotov <nightradio at knoppix.ru>
Ported to Linux by Tugrul Galatali - <http://rss-glx.sourceforge.net/>.
</_description>
</screensaver>
|