http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.04.2.tar.gz
[xscreensaver] / hacks / config / lavalite.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="lavalite" _label="LavaLite">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="50000" default="10000"
10           convert="invert"/>
11
12   <number id="speed" type="slider" arg="-speed %"
13           _label="Activity" _low-label="Sparse" _high-label="Dense"
14           low="0.001" high="0.01" default="0.003"/>
15
16   <number id="count" type="slider" arg="-count %"
17           _label="Max Blobs" _low-label="1" _high-label="10"
18           low="1" high="10" default="3"/>
19
20   <number id="resolution" type="slider" arg="-resolution %"
21           _label="Resolution" _low-label="Low" _high-label="High"
22           low="10" high="120" default="40"/>
23
24   <boolean id="wander" _label="Wander" arg-set="-wander"/>
25
26   <select id="style">
27     <option id="classic" _label="Classic Lavalite" arg-set="-style classic"/>
28     <option id="giant"   _label="Giant Lavalite"   arg-set="-style giant"/>
29     <option id="cone"    _label="Cone Lavalite"    arg-set="-style cone"/>
30     <option id="rocket"  _label="Rocket Lavalite"  arg-set="-style rocket"/>
31     <option id="random"  _label="Random Lamp Style"/>
32   </select>
33
34   <select id="rotation">
35     <option id="no"  _label="Don't Rotate" arg-set="-no-spin"/>
36     <option id="x"   _label="Rotate around X axis"/>
37     <option id="y"   _label="Rotate around Y axis" arg-set="-spin Y"/>
38     <option id="z"   _label="Rotate around Z axis" arg-set="-spin Z"/>
39     <option id="xy"  _label="Rotate around X and Y axes" arg-set="-spin XY"/>
40     <option id="xz"  _label="Rotate around X and Z axes" arg-set="-spin XZ"/>
41     <option id="yz"  _label="Rotate around Y and Z axes" arg-set="-spin YZ"/>
42     <option id="xyz" _label="Rotate around all three axes" arg-set="-spin XYZ"/>
43   </select>
44
45   <select id="render">
46     <option id="wire"     _label="Wireframe" arg-set="-wireframe"/>
47     <option id="solid"    _label="Smooth"/>
48     <option id="solid"    _label="Faceted" arg-set="-no-smooth"/>
49   </select>
50
51   <_description>
52 Draws a 3D Simulation a Lava Lite(r): odd-shaped blobs of a mysterious
53 substance are heated, slowly rise to the top of the bottle, and then
54 drop back down as they cool.  This program requires OpenGL and a fairly
55 fast machine (both CPU and 3D performance.)  Written by Jamie Zawinski.
56
57 "LAVA LITE(r) and the configuration of the LAVA(r) brand motion lamp are
58 registered trademarks of Haggerty Enterprises, Inc.  The configuration
59 of the globe and base of the motion lamp are registered trademarks of
60 Haggerty Enterprises, Inc. in the U.S.A. and in other countries around
61 the world."
62   </_description>
63 </screensaver>