/usr/share/xscreensaver/config/glslideshow.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 44 45 46 47 48 49 50 51 52 53 54 55 56 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="glslideshow" _label="GLSlideshow">
<command arg="-root"/>
<hgroup>
<vgroup>
<number id="delay" type="slider" arg="-delay %"
_label="Frame rate" _low-label="Low" _high-label="High"
low="0" high="100000" default="20000"
convert="invert"/>
<number id="duration" type="slider" arg="-duration %"
_label="Time until loading a new image"
_low-label="10 seconds" _high-label="5 minutes"
low="10" high="300" default="30"/>
<number id="zoom" type="slider" arg="-zoom %"
_label="Always show at least this much of the image"
_low-label="50%" _high-label="100%"
low="50" high="100" default="75"/>
</vgroup>
<vgroup>
<number id="pan" type="slider" arg="-pan %"
_label="Pan/zoom duration"
_low-label="1 second" _high-label="30 seconds"
low="1" high="30" default="6"/>
<number id="fade" type="slider" arg="-fade %"
_label="Crossfade duration"
_low-label="None" _high-label="30 seconds"
low="0" high="30" default="2"/>
</vgroup>
</hgroup>
<hgroup>
<vgroup>
<boolean id="letterbox" _label="Letterbox" arg-unset="-no-letterbox"/>
<boolean id="titles" _label="Show file names" arg-set="-titles"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</vgroup>
<vgroup>
<xscreensaver-image />
</vgroup>
</hgroup>
<_description>
Loads a random sequence of images and smoothly scans and zooms around
in each, fading from pan to pan.
Written by Jamie Zawinski and Mike Oliphant; 2003.
</_description>
</screensaver>
|