summaryrefslogtreecommitdiffstats
path: root/hacks/config/pulsar.xml
diff options
context:
space:
mode:
authorSimon Rettberg2024-09-06 14:42:37 +0200
committerSimon Rettberg2024-09-06 14:42:37 +0200
commitbadef32037f52f79abc1f1440b786cd71afdf270 (patch)
tree412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /hacks/config/pulsar.xml
parentDelete pre-6.00 files (diff)
downloadxscreensaver-master.tar.gz
xscreensaver-master.tar.xz
xscreensaver-master.zip
Diffstat (limited to 'hacks/config/pulsar.xml')
-rw-r--r--hacks/config/pulsar.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/hacks/config/pulsar.xml b/hacks/config/pulsar.xml
deleted file mode 100644
index 64be3bf..0000000
--- a/hacks/config/pulsar.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
-<screensaver name="pulsar" _label="Pulsar" gl="yes">
-
- <command arg="-root"/>
-
- <video href="https://www.youtube.com/watch?v=pR0lpvOAbUo"/>
-
- <number id="delay" type="slider" arg="-delay %"
- _label="Frame rate" _low-label="Low" _high-label="High"
- low="0" high="100000" default="10000"
- convert="invert"/>
-
- <number id="quads" type="spinbutton" arg="-quads %"
- _label="Quad count" low="1" high="50" default="5"/>
-
- <hgroup>
- <vgroup>
- <boolean id="light" _label="Enable lighting" arg-set="-light"/>
- <boolean id="fog" _label="Enable fog" arg-set="-fog"/>
- <boolean id="texture" _label="Enable texturing" arg-set="-texture"/>
- <boolean id="mipmap" _label="Enable texture mipmaps" arg-set="-mipmap"/>
- </vgroup>
- <vgroup>
- <boolean id="no-blend" _label="Enable blending" arg-unset="-no-blend"/>
- <boolean id="antialias" _label="Anti-alias lines" arg-set="-antialias"/>
- <boolean id="texture_quality" _label="Enable texture filtering"
- arg-set="-texture_quality"/>
- <boolean id="do_depth" _label="Enable depth buffer" arg-set="-do_depth"/>
- </vgroup>
- </hgroup>
-
- <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
-
- <xscreensaver-updater />
-
- <_description>
-Intersecting planes, with alpha blending, fog, textures, and mipmaps.
-
-Written by David Konerding; 1999.
- </_description>
-</screensaver>