File: skyrocket.1

package info (click to toggle)
rss-glx 0.7.5-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,184 kB
  • ctags: 1,561
  • sloc: cpp: 11,577; ansic: 4,233; sh: 3,315; asm: 1,312; xml: 552; makefile: 194; perl: 49
file content (107 lines) | stat: -rw-r--r-- 2,788 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
.TH "Really Slick ScreenSavers" 1 "" "X Version 11"
.de Ds
.Sp
.nf
..
.de De
.fi
..
.SH NAME
skyrocket - fireworks show.
.SH SYNOPSIS
.B skyrocket
[\--root/-r]
[\--maxfps/-x \fInumber\fP]
[\--nice/-n]
[\--maxrockets/-m \fInumber\fP]
[\--smoke/-s \fInumber\fP]
[\--explosionsmoke/-S \fInumber\fP]
[\--wind/-w \fInumber\fP]
[\--ambient/-a \fInumber\fP]
[\--stardensity/-d \fInumber\fP]
[\--flare/-f \fInumber\fP]
[\--moonglow/-g \fInumber\fP]
[\--volume/-v \fInumber\fP]
[\--moon/-o]
[\--no-moon/-O]
[\--clouds/-c]
[\--no-clouds/-C]
[\--earth/-e]
[\--no-earth/-E]
[\--illumination/-i]
[\--no-illumination/-I]
.SH DESCRIPTION
From Terry Walsh (\fIhttp://reallyslick.demonews.com\fP):
"The most full-blown fireworks screensaver ever. It has bright lights, smoke trails, clouds that are illuminated by the explosions, sound effects, and plenty of other eye candy. I hope you have a powerful graphics card."

Ported to Linux by Tugrul Galatali.
.SH OPTIONS
.TP 8
.B \--root
Draw on the root window.
.TP 8
.B \--maxfps \fInumber\fP
Set maximum frame rate.
.TP 8
.B \--nice
Idle between frames using select(), or, if --maxfps is specified, idle in the fps limiting delay loop.
.TP 8
.B \--maxrockets \fInumber\fP
Maximum number of rockets.  1 - 100.  Default: 8
.TP 8
.B \--smoke \fInumber\fP
Smoke lifespan (in seconds).  0 - 60.  Default: 5
.TP 8
.B \--explosionsmoke \fInumber\fP
Amount of smoke in explosions (This will create an insane number of particles).  0 - 100.  Default: 0
.TP 8
.B \--wind \fInumber\fP
Wind speed.  0 - 100.  Default: 20
.TP 8
.B \--ambient \fInumber\fP
Ambient light.  0 - 100.  Default: 10
.TP 8
.B \--stardensity \fInumber\fP
Star density.  0 - 100.  Default: 20
.TP 8
.B \--flare \fInumber\fP
Lens flare brightness.  0 - 100.  Default: 20
.TP 8
.B \--moonglow \fInumber\fP
Moon glow brightness.  0 - 100.  Default: 20
.TP 8
.B \--volume \fInumber\fP
Sound effects volume.  0 - 100.  Default: 100
.TP 8
.B \--moon
Show moon.  Default: True
.TP 8
.B \--clouds
Show clouds.  Default: True
.TP 8
.B \--earth
Show earth.  Default: True
.TP 8
.B \--illumination
Show illumination (on clouds and earth).  Default: True
.SH ENVIRONMENT
.PP
.TP 8
.B DISPLAY
to get the default host and display number.
.SH SEE ALSO
.BR X (1),
.SH COPYRIGHT
Copyright \(co 2002 by Terry Walsh and Tugrul Galatali.  

Skyrocket is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.

Skyrocket is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
.SH AUTHOR
Terry Walsh and Tugrul Galatali <tugrul@galatali.com>