summaryrefslogtreecommitdiffstats
path: root/hacks/config/glplanet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/config/glplanet.xml')
-rw-r--r--hacks/config/glplanet.xml52
1 files changed, 0 insertions, 52 deletions
diff --git a/hacks/config/glplanet.xml b/hacks/config/glplanet.xml
deleted file mode 100644
index 2958d42..0000000
--- a/hacks/config/glplanet.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="glplanet" _label="GL Planet" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=ohcJ1bVkLZ4"/>
-<!--<video href="https://www.youtube.com/watch?v=OZ6zRLLFLk4"/>-->
-
- <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 -->
-
- <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"/>
- <boolean id="rotate" _label="Rotate" arg-unset="-no-rotate"/>
- <boolean id="roll" _label="Roll" arg-unset="-no-roll"/>
- <boolean id="stars" _label="Stars" arg-unset="-no-stars"/>
- <select id="mode">
- <option id="globe" _label="Globe"/>
- <option id="mercator" _label="Mercator"
- arg-set="-mode mercator"/>
- <option id="equirectangular" _label="Equirectangular"
- arg-set="-mode equirectangular"/>
- </select>
-
- </hgroup>
-
- <hgroup>
- <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
- </hgroup>
-
- <xscreensaver-updater />
-
- <_description>
-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 and Jamie Zawinski; 1998.
- </_description>
-</screensaver>