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