1eruption(6x) XScreenSaver manual eruption(6x)
2
3
4
6 Eruption.
7
9 Eruption [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-ncolors number] [-nParticles number] [-Heat number] [-Cooling
11 number] [-Gravity number] [-delay number] [-cycles number]
12
14 This hack creates an eruption of pieces of hot volcanic rock. Ported
15 from the demo effects collection (http://demo-effects.sourceforge.net)
16
18 -visual visual
19 Specify which visual to use. Legal values are the name of a
20 visual class, or the id number (decimal or hex) of a specific
21 visual.
22
23 -window Draw on a newly-created window. This is the default.
24
25 -root Draw on the root window.
26
27 -ncolors number
28 Number of Colors. Default: 256.
29
30 -particles number
31 Number of Particles. Default: 300.
32
33 -cooloff number
34 Eruption Cooloff. Default: 2.
35
36 -heat number
37 Heat of Eruption. Default: 256.
38
39 -gravity number
40 Gravity. Default: 1.
41
42 -delay number
43 Per-frame delay, in microseconds. Default: 5000 (0.01 sec‐
44 onds.).
45
46 -cycles number
47 Duration. 10 - 3000. Default: 80.
48
50 DISPLAY to get the default host and display number.
51
52 XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55
57 X(1), xscreensaver(1)
58
60 Copyright © 2002-2003 by W.P. van Paassen. Permission to use, copy,
61 modify, distribute, and sell this software and its documentation for
62 any purpose is hereby granted without fee, provided that the above
63 copyright notice appear in all copies and that both that copyright
64 notice and this permission notice appear in supporting documentation.
65 No representations are made about the suitability of this software
66 for any purpose. It is provided "as is" without express or implied
67 warranty.
68
70 W.P. van Paassen
71
72
73
74X Version 11 5.05-3 (06-Apr-2008) eruption(6x)