/usr/share/xscreensaver/config/jigglypuff.xml is in xscreensaver-gl 5.36-1ubuntu1.
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 76 77 78 79 80 81 82 83 84 85 86 87 | <?xml version="1.0" encoding="ISO-8859-1"?>
<screensaver name="jigglypuff" _label="JigglyPuff" gl="yes">
<command arg="-root"/>
<video href="https://www.youtube.com/watch?v=60vfs2WcDtE"/>
<hgroup>
<boolean id="random" _label="Randomize almost everything" arg-unset="-no-random"/>
<select id="color">
<option id="cycle" _label="Cycle" />
<option id="flowerbox" _label="Flower box" arg-set="-color flowerbox"/>
<option id="clownbarf" _label="Clown barf" arg-set="-color clownbarf"/>
<option id="chrome" _label="Chrome" arg-set="-color chrome"/>
</select>
<select id="start">
<option id="sphere" _label="Sphere" />
<option id="tetrahedron" _label="Tetrahedron" arg-set="-tetra"/>
</select>
<boolean id="wireframe" _label="Wireframe" arg-set="-wireframe"/>
<boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
</hgroup>
<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="speed" type="slider" arg="-speed %"
_label="Rotation speed" _low-label="Slow" _high-label="Fast"
low="50" high="1000" default="500"/>
<number id="damping" type="slider" arg="-damping %"
_label="Inertial damping" _low-label="Low" _high-label="High"
low="10" high="1000" default="500" convert="invert"/>
</vgroup>
<vgroup>
<number id="hold" type="slider" arg="-hold %"
_label="Vertex-vertex force" _low-label="None" _high-label="Strong"
low="0" high="1000" default="800"/>
<number id="complexity" type="slider" arg="-complexity %"
_label="Complexity" _low-label="Low" _high-label="High"
low="1" high="3" default="2"/>
<number id="spherism" type="slider" arg="-spherism %"
_label="Sphere strength" _low-label="None" _high-label="Strong"
low="0" high="1000" default="75"/>
</vgroup>
<vgroup>
<number id="distance" type="slider" arg="-distance %"
_label="Vertex-vertex behavior" _low-label="Expand"
_high-label="Collapse" low="0" high="1000" default="100"/>
<number id="spooky" type="slider" arg="-spooky %"
_label="Spookiness" _low-label="None" _high-label="Spoooooky"
low="0" high="12" default="0"/>
</vgroup>
</hgroup>
<xscreensaver-updater />
<_description>
Quasi-spherical objects are distorted.
You have a tetrahedron with tesselated faces. The vertices on these
faces have forces on them: one proportional to the distance from the
surface of a sphere; and one proportional to the distance from the
neighbors. They also have inertia. The resulting effect can range
from a shape that does nothing, to a frenetic polygon storm.
Somewhere in between there it usually manifests as a blob that jiggles
in a kind of disturbing manner.
Written by Keith Macleod; 2003.
</_description>
</screensaver>
|