1lavalite(6x) XScreenSaver manual lavalite(6x)
2
3
4
6 lavalite - 3D OpenGL simulation of a Lavalite.
7
9 lavalite [-display host:display.screen] [-window] [-root] [-visual vis‐
10 ual] [-delay microseconds] [-fps] [-style style ] [-spin xyz ] [-no-
11 spin ] [-speed float ] [-resolution integer ] [-count integer ] [-no-
12 smooth ] [-wireframe ] [-impatient ] [-lava-color color ] [-fluid-color
13 color ] [-base-color color ] [-table-color color ] [-fluid-texture
14 filename ] [-base-texture filename ] [-table-texture filename ]
15
17 The lavalite program displays a 3D simulation of the famous lamp of the
18 same name. It requires a fast computer with fast OpenGL support.
19
21 lavalite accepts the following options:
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -visual visual
28 Specify which visual to use. Legal values are the name of a
29 visual class, or the id number (decimal or hex) of a specific
30 visual.
31
32 -style style
33 Specify which model of lamp to draw. Available models are:
34 Classic, Giant, Cone, and Rocket. Default: random.
35
36 -spin xyz
37 Around which axes the model should auto-spin. Defaults to "Z",
38 meaning it rotates horizontally, but otherwise pitch or roll.
39
40 -no-spin
41 Same as -spin ''.
42
43 -speed float
44 A number controlling the frequency at which new blobs launch:
45 you can think of this as being related to the the heat of the
46 lightbulb in the base. Default: 0.003.
47
48 -delay usecs
49 The delay between steps of the animation; default is 30000
50 (0.03 second.)
51
52 -resolution integer
53 The size of the grid from which the mesh is created that is
54 used to polygonize the blobs. higher values will give very
55 smooth looking blobs, at the expense of speed. Default: 40.
56
57 The options "-resolution 10 -no-smooth" look kind of interest‐
58 ing.
59
60 -fps Display a running tally of how many frames per second are being
61 rendered. In conjunction with -delay 0, this can be a useful
62 benchmark of your GL performance.
63
64 -count integer
65 The maximum number of blobs that can be in motion at once.
66 Default: 3.
67
68 -no-smooth
69 Turn off smoothing: the objects in the scene will be facetted.
70
71 -wireframe
72 Render all objects in wireframe instead of as solids.
73
74 -impatient
75 Provide this option if you are. This will pre-warm the lamp,
76 so when it starts up, the first frame will show a blob already
77 halfway up the lamp.
78
79 -lava-color color
80 Specifies the color of the blobbies. Default: red.
81
82 -fluid-color color
83 Specifies the color of the fluid that the blobbies float in.
84 Default: light blue.
85
86 -base-color color
87 Specifies the color of the lamp base, and the cap on top of the
88 bottle. Default: very dark gray.
89
90 -table-color color
91 Specifies the color of the table that the lamp is sitting on.
92 Default: black (meaning it is invisible.)
93
94 -fluid-texture filename
95 An image file to wrap around the glass.
96
97 Note that on most systems, GL textures must have dimensions
98 that are a power of two.
99
100 Note also that colors and textures are both applied: so, if you
101 apply a texture and it isn't showing up, try specifying the
102 corresponding color as "white". Otherwise, the combination of
103 the two might be too dark to see.
104
105 -base-texture filename
106 An image file to wrap around the base of the lamp, and the cap
107 on top of the bottle.
108
109 -table-texture texture
110 An image file to spread across the table that the lamp is sit‐
111 ting on.
112
114 DISPLAY to get the default host and display number.
115
116 XENVIRONMENT
117 to get the name of a resource file that overrides the global
118 resources stored in the RESOURCE_MANAGER property.
119
121 X(1), xscreensaver(1),
122 http://www.lavaworld.com/
123 http://www.lavarnd.org/
124
126 Copyright © 2002 by Jamie Zawinski. Permission to use, copy, modify,
127 distribute, and sell this software and its documentation for any pur‐
128 pose is hereby granted without fee, provided that the above copyright
129 notice appear in all copies and that both that copyright notice and
130 this permission notice appear in supporting documentation. No repre‐
131 sentations are made about the suitability of this software for any pur‐
132 pose. It is provided "as is" without express or implied warranty.
133
134 LAVA LITE® and the configuration of the LAVA® brand motion lamp are
135 registered trademarks of Haggerty Enterprises, Inc. The configuration
136 of the globe and base of the motion lamp are registered trademarks of
137 Haggerty Enterprises, Inc. in the U.S.A. and in other countries around
138 the world.
139
140
142 Jamie Zawinski <jwz@jwz.org>
143
144
145
146X Version 11 5.05-3 (06-Apr-2008) lavalite(6x)