From http://www.jwz.org/xscreensaver/xscreensaver-5.24.tar.gz
[xscreensaver] / hacks / config / glplanet.xml
index 9dff6aca0927543f85fe0a157f7ab34f5a029204..254a6cc7b3db75c71426fbf050f149dee0110150 100644 (file)
@@ -1,28 +1,18 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<screensaver name="glplanet" _label="GLPlanet">
+<screensaver name="glplanet" _label="GLPlanet" gl="yes">
 
   <command arg="-root"/>
 
-  <!-- #### -no-texture -->
-  <!-- #### -no-stars -->
-
-  <select id="render">
-    <option id="flat"  _label="Use Flat Coloring" arg-set="-no-light"/>
-    <option id="light" _label="Use Lighting"/>
-  </select>
-
-  <file id="bitmap" _label="Image File" arg="-image %"/>
-
   <number id="delay" type="slider" arg="-delay %"
-          _label="Speed" _low-label="Slow" _high-label="Fast"
-          low="0" high="50000" default="20000"
+          _label="Frame rate" _low-label="Low" _high-label="High"
+          low="0" high="100000" default="20000"
           convert="invert"/>
 
-  <select id="render">
-    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
-    <option id="solid" _label="Solid"/>
-  </select>
+  <!-- #### -no-texture -->
+  <!-- #### -no-stars -->
+
+  <file id="bitmap" _label="Image file" arg="-image %"/>
 
   <hgroup>
    <boolean id="wander" _label="Wander"    arg-unset="-no-wander"/>
    <boolean id="stars"  _label="Stars"     arg-unset="-no-stars"/>
   </hgroup>
 
-  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+  <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.  Written by David Konerding.
-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'.
+Draws 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.
   </_description>
 </screensaver>