From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / config / glplanet.xml
index 2ad5eabf55c9f3465aa8f63f98e78e3d605c31c2..dc93c8b8bf69d0371cad87d060998c4fee2223b0 100644 (file)
@@ -1,16 +1,17 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="glplanet" _label="GLPlanet">
+<screensaver name="glplanet" _label="GLPlanet" gl="yes">
 
   <command arg="-root"/>
 
+  <video href="https://www.youtube.com/watch?v=hXZquXPG4pg"/>
+
   <number id="delay" type="slider" arg="-delay %"
           _label="Frame rate" _low-label="Low" _high-label="High"
           low="0" high="100000" default="20000"
           convert="invert"/>
 
   <!-- #### -no-texture -->
-  <!-- #### -no-stars -->
 
   <file id="bitmap" _label="Image file" arg="-image %"/>
 
   </hgroup>
 
   <hgroup>
-   <boolean id="light"   _label="Lighting"               arg-unset="-no-light"/>
    <boolean id="wire"    _label="Wireframe"              arg-set="-wireframe"/>
    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
   </hgroup>
 
+  <xscreensaver-updater />
+
   <_description>
-Draws a planet bouncing around in space.
-The built-in image is a map of the earth (extracted from `xearth'),
-but you can wrap any texture around the sphere, e.g., the planetary
-textures that come with `ssystem'.
+The Earth, bouncing around in space.
+
+If you would like it to display a different planet, the texture maps
+that come with "ssystem" work well.
 
-Written by David Konerding; 1998.
+Written by David Konerding and Jamie Zawinski; 1998.
   </_description>
 </screensaver>