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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
|
.\"
.\" XFireworks Copyright (c) 2000 SAKAI Hiroaki.
.\" All Rights Reserved.
.\"
.\" This program is free software; you can redistribute it and/or modify
.\" it under the terms of the GNU General Public License as published by
.\" the Free Software Foundation; either version 2, or (at your option)
.\" any later version.
.\"
.TH XFIREWORKS 6 "Release 6" "X Version 11"
.SH NAME
XFireworks - Fireworks in the root window on X.
.SH SYNOPSIS
.B xfireworks [ options ]
.SH DESCRIPTION
XFireworks makes fireworks in the root window on X.
.br
This is imitation of Japanese "Hanabi Taikai".
It is very popular event in Japanese summer and performed on some rivers.
Sumidagawa River's Hanabi Taikai is very popular.
The author has seen Arakawa River's Hanabi Taikai every year.
.SH OPTIONS
.TP 8
.B -h, -help
Output help messages.
.TP 8
.B -display [displayname]
The name of the X server to use.
.TP 8
.B -bg, -background, -background-color [color name]
Background color of the root window.
.TP 8
.B -f, -file [filename]
The name of the file to configure fireworks.
Default configure file is ./xfireworks.conf
.TP 8
.B -wait [wait time]
Wait time for micro seconds.
.TP 8
.B -fine [number]
Steps of moving pieces of fireworks for percent. Default value is 100.
.br
If this value is small, xfireworks runs quickly and speedy.
.TP 8
.B -gradation [number]
Color gradation. Default value is 16.
.br
If color gradation is a little, colors are shared, memory of X server and
xfireworks are saved, and xfireworks starts up quickly.
.TP 8
.B -direct-draw
XFireworks draw fireworks in the root window directly. (Default)
.TP 8
.B -no-direct-draw
XFireworks draw fireworks in a pixmap and copy it to the root window as a
background pixmap.
If xfireworks don't run properly or you want to run XFireworks as a background
pixmap, try this option.
.TP 8
.B -probability, -probability-magnification [number]
Magnification of probability of performing fireworks for percent.
Default value is 100.
.br
If this value is small, fireworks is very silent.
.br
If this value is large, fireworks is very loud.
.TP 8
.B -size, -size-magnification [number]
Magnification of size of pieces for percent. Default value is 100.
.TP 8
.B -air, -air-magnification [number]
Magnification of air resistance for percent. Default value is 100.
.TP 8
.B -gravity, -gravity-magnification [number]
Magnification of gravity for percent. Default value is 100.
.TP 8
.B -transmission, -transmission-magnification [number]
Magnification of velocity transmission for percent. Default value is 100.
.TP 8
.B -after-image, -after-image-magnification [number]
Magnification of after images length for percent. Default value is 100.
.br
If this value is large, length of after images is very long.
.TP 8
.B -color-length, -color-length-magnification [number]
Magnification of color change length for percent. Default value is 100.
.TP 8
.B -next-power, -next-power-magnification [number]
Magnification of pieces explosion power for percent. Default value is 100.
.TP 8
.B -next-number, -next-number-magnification [number]
Magnification of the number of pieces for percent. Default value is 100.
.br
If this value is small, fireworks is very silent.
.br
If this value is large, fireworks is very loud.
.SH EXAMPLES
If your machine is very slow, try
.br
> xfireworks -fine 75 -after-image 75
.PP
If your machine has less colors, try
.br
> xfireworks -gradation 5
.br
XFireworks use 5x5x5=125 colors.
.PP
If you have very high spec machine, try
.br
> xfireworks -fine 200 -after-image 150 -gradation 64 -wait 10000
.PP
If you like simple fireworks (it's Japanese "Wabi Sabi"), try
.br
> xfireworks -probability 50
.PP
If you like loud fireworks, try
.br
> xfireworks -probability 500 -after-image 200 -next-number 120
.PP
If xfireworks don't run properly, try
.br
> xfireworks -direct-draw
.br
or
.br
> xfireworks -no-direct-draw
.SH "SEE ALSO"
X(1)
.SH FILES
.B ./xfireworks.conf, /usr/lib/games/xfireworks/xfireworks.conf
.PP
The default file to configure XFireworks.
.PP
XFireworks search the configuration file in the current directry at first.
If not exist, second, XFireworks search "<XRoot>/lib/X11/XFireworks".
If not exist, XFireworks use the default data in itself at last.
.PP
You can get the newest xfireworks.conf from the web page of XFireworks.
The newest xfireworks.conf has more kinds of fireworks and is more beautiful.
.SH "Q AND A"
.PP
Q.
.br
All of fireworks are white.
.PP
A.
.br
Your machine have less colors. Use -gradation option and decrease
the number of colors to use.
.PP
Q.
.br
If I use gmc (GNOME file manager), xfireworks runs very slow.
.PP
A.
.br
Try -no-direct-draw option.
.PP
Q.
.br
I want to put fireworks on the root window as a background picture.
But, if I stop xfireworks with Ctrl-C, the root window is cleaned.
.PP
A.
.br
Try -no-direct-draw option. If you run xfireworks with
-no-direct-draw option, xfireworks don't clean the root window
when you stop xfireworks.
.PP
Q.
.br
If I use xfireworks with -fine 500 -after-image 500 options,
movements of fireworks are not smoothly.
.PP
A.
.br
Try -no-direct-draw option. If you run xfireworks with
-no-direct-draw option, xfireworks draw fireworks on a pixmap
and copy it to the root window, and movements of fireworks are
smoothly.
.PP
Q.
.br
I want to see more beautiful fireworks!
.PP
A.
.br
Access the XFireworks's web page and download the newest
xfireworks.conf.
.PP
Q.
.br
I want to make my original fireworks!
.PP
A.
.br
Edit xfireworks.conf. If you make more beautiful fireworks,
please send it to the author.
.SH AUTHOR
Programed by SAKAI Hiroaki.
.br
E-Mail: sakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp
.br
Web site:
.br
http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html
.br
Mirror site:
.br
http://hp.vector.co.jp/authors/VA014157/myfreesoft/index.html
.br
http://www.people.or.jp/~hsakai/myfreesoft/index.html
.br
If you want the newest xfireworks.conf, access these web pages.
.SH "SPECIAL THANKS"
Hashimoto Jun for many advices and test on Linux.
.br
Simosako Akira for test on Linux and many informations.
.br
Koga Kazuhiro for test on Linux.
.br
Umehara Taro for test on FreeBSD.
.br
Morimi Asuka for many advices.
.SH COPYRIGHT
XFireworks Copyright (c) 2000 SAKAI Hiroaki.
.br
All Rights Reserved.
.PP
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
|