summaryrefslogtreecommitdiffstats
path: root/hacks/config/pulsar.xml
blob: 64be3bf73c3acc96e95a3197b161e4ef56351b3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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>