http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / config / sballs.xml
diff --git a/hacks/config/sballs.xml b/hacks/config/sballs.xml
new file mode 100644 (file)
index 0000000..eeae18d
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="sballs" _label="Sballs">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Speed" _low-label="Slow" _high-label="Fast"
+          low="0" high="20000" default="10000"
+          convert="invert"/>
+
+  <select id="object">
+    <option id="random" _label="Random"/>
+    <option id="tetra" _label="Tetrahedron" arg-set="-object 1"/>
+    <option id="cube" _label="Cube" arg-set="-object 2"/>
+    <option id="octa" _label="Octahedron" arg-set="-object 3"/>
+    <option id="dodeca" _label="Dodecahedron" arg-set="-object 4"/>
+    <option id="icosa" _label="Icosahedron" arg-set="-object 5"/>
+    <option id="plane" _label="Plane" arg-set="-object 6"/>
+    <option id="pyramid" _label="Pyramid" arg-set="-object 7"/>
+    <option id="star" _label="Star" arg-set="-object 8"/>
+  </select>
+
+  <select id="render">
+    <option id="normal" _label="Normal"/>
+    <option id="solid" _label="Untextured" arg-set="-no-texture"/>
+    <option id="wire"  _label="Wireframe" arg-set="-wireframe"/>
+  </select>
+
+  <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
+
+  <_description>
+Draws an animation of textured balls spinning like crazy in GL.
+Requires OpenGL, and a machine with fast hardware support for texture
+maps.
+
+Written by Eric Lassauge &lt;lassauge@mail.dotcom.fr&gt;.
+  </_description>
+</screensaver>