Penguin
Annotated edit history of pyro(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 pyro - simulate fireworks
16 !!SYNOPSIS
17
18
19 __pyro__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-count ''integer''] [[-frequency ''integer'']
23 [[-scatter ''integer'']
24 !!DESCRIPTION
25
26
27 The ''pyro'' program simulates fireworks, in a way
28 similar to a Macintosh program of the same
29 name.
30 !!OPTIONS
31
32
33 ''pyro'' accepts the following options:
34
35
36 __-window__
37
38
39 Draw on a newly-created window. This is the
40 default.
41
42
43 __-root__
44
45
46 Draw on the root window.
47
48
49 __-mono__
50
51
52 If on a color display, pretend we're on a monochrome
53 display.
54
55
56 __-install__
57
58
59 Install a private colormap for the window.
60
61
62 __-visual__ ''visual''
63
64
65 Specify which visual to use. Legal values are the name of a
66 visual class, or the id number (decimal or hex) of a
67 specific visual.
68
69
70 __-count__ ''integer''
71
72
73 How many particles should be allowed on the screen at once.
74 Default 100.
75
76
77 __-frequency__ ''integer''
78
79
80 How often new missiles should launch. Default
81 30.
82
83
84 __-scatter__ ''integer''
85
86
87 How many particles should appear when a missile explodes.
88 Default 20. The actual number used is between ''N'' and
89 ''N+(N/2)''.
90 !!ENVIRONMENT
91
92
93 __DISPLAY__
94
95
96 to get the default host and display number.
97
98
99 __XENVIRONMENT__
100
101
102 to get the name of a resource file that overrides the global
103 resources stored in the RESOURCE_MANAGER
104 property.
105 !!SEE ALSO
106
107
4 perry 108 X(1), xscreensaver(1)
1 perry 109 !!COPYRIGHT
110
111
112 Copyright 1992 by Jamie Zawinski. Permission to use, copy,
113 modify, distribute, and sell this software and its
114 documentation for any purpose is hereby granted without fee,
115 provided that the above copyright notice appear in all
116 copies and that both that copyright notice and this
117 permission notice appear in supporting documentation. No
118 representations are made about the suitability of this
119 software for any purpose. It is provided
120 !!AUTHOR
121
122
123 Jamie Zawinski
124 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.