From http://www.jwz.org/xscreensaver/xscreensaver-5.40.tar.gz
[xscreensaver] / hacks / config / glplanet.xml
index 2ad5eabf55c9f3465aa8f63f98e78e3d605c31c2..5714b7af7b6a540bde7ece23f6ce3799e5185fe6 100644 (file)
@@ -1,18 +1,20 @@
 <?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=ohcJ1bVkLZ4"/>
+
   <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 %"/>
+  <file id="image"  _label="Day image"   arg="-image %"  />
+  <file id="image2" _label="Night image" arg="-image2 %" />
 
   <hgroup>
    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
   </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, rendered with satellite imagery
+of the planet in both sunlight and darkness.
+
+If you would like it to display a different planet, any pair of
+Equirectangular-projected maps will work.  The maps that come with
+"ssystem" work well.
 
-Written by David Konerding; 1998.
+Written by David Konerding and Jamie Zawinski; 1998.
   </_description>
 </screensaver>