http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.00.tar.gz
[xscreensaver] / hacks / config / moire.xml
diff --git a/hacks/config/moire.xml b/hacks/config/moire.xml
new file mode 100644 (file)
index 0000000..5421563
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<screensaver name="moire" _label="Moire">
+
+  <command arg="-root"/>
+
+  <number id="speed" type="slider" arg="-delay %"
+          _label="Duration" _low-label="1 Second" _high-label="1 Minute"
+          low="1" high="60" default="5"/>
+
+  <number id="ncolors" type="slider" arg="-ncolors %"
+            _label="Number of Colors" _low-label="Two" _high-label="Many"
+            low="1" high="255" default="64"/>
+
+  <number id="offset" type="slider" arg="-offset %"
+            _label="Offset" _low-label="Small" _high-label="Large"
+            low="1" high="200" default="50"/>
+
+  <!-- #### -no-random -->
+
+  <boolean id="shm" _label="Use Shared Memory" arg-unset="-no-shm"/>
+
+  <_description>
+This one draws cool circular interference patterns.  Most of the
+circles you see aren't explicitly rendered, but show up as a result
+of interactions between the other pixels that were drawn.  Written by
+Jamie Zawinski, inspired by Java code by Michael Bayne.  As he
+pointed out, the beauty of this one is that the heart of the display
+algorithm can be expressed with just a pair of loops and a handful of
+arithmetic, giving it a high ``display hack metric''.
+  </_description>
+</screensaver>