From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / glplanet.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="glplanet" _label="GLPlanet" gl="yes">
4
5   <command arg="-root"/>
6
7   <video href="https://www.youtube.com/watch?v=hXZquXPG4pg"/>
8
9   <number id="delay" type="slider" arg="-delay %"
10           _label="Frame rate" _low-label="Low" _high-label="High"
11           low="0" high="100000" default="20000"
12           convert="invert"/>
13
14   <!-- #### -no-texture -->
15
16   <file id="bitmap" _label="Image file" arg="-image %"/>
17
18   <hgroup>
19    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
20    <boolean id="rotate" _label="Rotate"    arg-unset="-no-rotate"/>
21    <boolean id="roll"   _label="Roll"      arg-unset="-no-roll"/>
22    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
23   </hgroup>
24
25   <hgroup>
26    <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
27    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
28   </hgroup>
29
30   <xscreensaver-updater />
31
32   <_description>
33 The Earth, bouncing around in space.
34
35 If you would like it to display a different planet, the texture maps
36 that come with "ssystem" work well.
37
38 Written by David Konerding and Jamie Zawinski; 1998.
39   </_description>
40 </screensaver>