/usr/share/xscreensaver/config/photopile.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 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="photopile" _label="Photopile" gl="yes">
<command arg="-root"/>
<hgroup>
<vgroup>
<number id="scale" type="slider" arg="-scale %"
_label="Image size"
_low-label="Small" _high-label="Large"
low="0.1" high="0.9" default="0.4"/>
<number id="tilt" type="slider" arg="-maxTilt %"
_label="Maximum angle from vertical"
_low-label="0 deg" _high-label="90 deg"
low="0" high="90" default="50"/>
<number id="count" type="spinbutton" arg="-count %"
_label="Number of images" low="1" high="20" default="7"/>
<boolean id="polaroid" _label="Simulate instant film" arg-unset="-no-polaroid"/>
<boolean id="clip" _label="Instant film theme" arg-unset="-no-clip"/>
<boolean id="shadows" _label="Draw drop shadows" arg-unset="-no-shadows"/>
</vgroup>
<vgroup>
<number id="speed" type="slider" arg="-speed %"
_label="Animation speed" _low-label="Slow" _high-label="Fast"
low="0.1" high="8.0" default="1.0"/>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="10000"
convert="invert"/>
<number id="duration" type="slider" arg="-duration %"
_label="Time until loading a new image"
_low-label="Short" _high-label="Long"
low="1" high="60" default="5"/>
<boolean id="titles" _label="Show file names" arg-set="-titles"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</vgroup>
</hgroup>
<xscreensaver-image />
<xscreensaver-updater />
<_description>
Loads several random images, and displays them as if lying in a random pile.
The pile is periodically reshuffled, with new images coming in and old ones
being thrown out.
Written by Jens Kilian; 2008.
</_description>
</screensaver>
|