http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[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="30000"
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   <select id="style">
25     <option id="classic" _label="Classic Lavalite" arg-set="-style classic"/>
26     <option id="giant"   _label="Giant Lavalite"   arg-set="-style giant"/>
27     <option id="cone"    _label="Cone Lavalite"    arg-set="-style cone"/>
28     <option id="rocket"  _label="Rocket Lavalite"  arg-set="-style rocket"/>
29     <option id="random"  _label="Random Lamp Style"/>
30   </select>
31
32   <select id="rotation">
33     <option id="no"  _label="Don't Rotate"                 arg-set="-spin 0"/>
34     <option id="x"   _label="Rotate around X axis"/>
35     <option id="y"   _label="Rotate around Y axis"         arg-set="-spin Y"/>
36     <option id="z"   _label="Rotate around Z axis"         arg-set="-spin Z"/>
37     <option id="xy"  _label="Rotate around X and Y axes"   arg-set="-spin XY"/>
38     <option id="xz"  _label="Rotate around X and Z axes"   arg-set="-spin XZ"/>
39     <option id="yz"  _label="Rotate around Y and Z axes"   arg-set="-spin YZ"/>
40     <option id="xyz" _label="Rotate around all three axes" arg-set="-spin XYZ"/>
41   </select>
42
43  <hgroup>
44   <boolean id="impatient" _label="Impatient"   arg-set="-impatient"/>
45   <boolean id="smooth"    _label="Smooth"      arg-unset="-no-smooth"/>
46   <boolean id="wander" _label="Wander" arg-set="-wander"/>
47  </hgroup>
48
49  <hgroup>
50   <boolean id="wire"      _label="Wireframe"   arg-set="-wireframe"/>
51   <boolean id="showfps" _label="Show Frames-per-Second" arg-set="-fps"/>
52  </hgroup>
53
54   <_description>
55 Draws a 3D Simulation a Lava Lite(r): odd-shaped blobs of a mysterious
56 substance are heated, slowly rise to the top of the bottle, and then
57 drop back down as they cool.  This program requires a fairly fast
58 machine (both CPU and 3D performance.)
59
60 "LAVA LITE(r) and the configuration of the LAVA(r) brand motion lamp are
61 registered trademarks of Haggerty Enterprises, Inc.  The configuration
62 of the globe and base of the motion lamp are registered trademarks of
63 Haggerty Enterprises, Inc. in the U.S.A. and in other countries around
64 the world."
65
66 Written by Jamie Zawinski; 2002.
67   </_description>
68 </screensaver>