~ubuntu-branches/ubuntu/precise/rss-glx/precise

« back to all changes in this revision

Viewing changes to reallyslick/cpp_src/cyclone.1

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-03 18:41:32 UTC
  • mfrom: (1.1.5 upstream) (2.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090603184132-znjy66pq9xom7hac
Tags: 0.9.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop dependency on openal. It is not enabled by default anyway, and
    allows openal to migrate to universe.
  - src/skyrocket.{cpp,xml}: Disable sound by default.
  - Add --disable-sound configure flag to debian/rules, as we don't keep 
    the dependencies on openal nor freeglut (both universe packages).
* Dropped changes, merged upstream:
  - other_src/Makefile.am: fix the upstream build rules to actually use
    the ImageMagick CFLAGS returned by pkg-config.
  - Move the unconditional ImageMagick check up in configure.in so that
    our first PKG_CHECK_MODULES() call isn't hidden behind a shell
    conditional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "Really Slick ScreenSavers" 1 "" "X Version 11"
2
 
.de Ds
3
 
.Sp
4
 
.nf
5
 
..
6
 
.de De
7
 
.fi
8
 
..
9
 
.SH NAME
10
 
cyclone - tornado screen saver.
11
 
.SH SYNOPSIS
12
 
.B cyclone
13
 
[\--root/-r]
14
 
[\--maxfps/-x \fInumber\fP]
15
 
[\--vsync/-y \fInumber\fP]
16
 
[\--cyclones/-c \fInumber\fP]
17
 
[\--particles/-p \fInumber\fP]
18
 
[\--size/-i \fInumber\fP]
19
 
[\--complexity/-C \fInumber\fP]
20
 
[\--speed/-e \fInumber\fP]
21
 
[\--stretch/-s]
22
 
[\--no-stretch/-S]
23
 
[\--showcurves/-v]
24
 
[\--no-showcurves/-V]
25
 
.SH DESCRIPTION
26
 
From Terry Walsh (\fIhttp://reallyslick.demonews.com\fP):
27
 
"This screen saver makes tornadoes on your screen. I wrote it for my storm chasing partner, but you can have it too."
28
 
 
29
 
Ported to Linux by Tugrul Galatali.
30
 
.SH OPTIONS
31
 
.TP 8
32
 
.B \--root
33
 
Draw on the root window.
34
 
.TP 8
35
 
.B \--maxfps \fInumber\fP
36
 
Set maximum frame rate.
37
 
.TP 8
38
 
.B \--vsync \fInumber\fP
39
 
Limit redraws to specified number of vertical refreshes.  0 - 100.  Default: 1
40
 
.TP 8
41
 
.B \--cyclones \fInumber\fP
42
 
Number of cyclones.  1 - 10.  Default: 1
43
 
.TP 8
44
 
.B \--particles \fInumber\fP
45
 
Particles per cyclone.  1 - 10000.  Default: 200
46
 
.TP 8
47
 
.B \--size \fInumber\fP
48
 
Particle size.  1 - 100.  Default: 7
49
 
.TP 8
50
 
.B \--complexity \fInumber\fP
51
 
Cyclone complexity.  1 - 10.  Default: 3
52
 
.TP 8
53
 
.B \--speed \fInumber\fP
54
 
Speed.  1 - 100.  Default: 10
55
 
.TP 8
56
 
.B \--stretch
57
 
Stretch.  Default: True
58
 
.TP 8
59
 
.B \--showcurves
60
 
Show Curves.  Default: False
61
 
.SH ENVIRONMENT
62
 
.PP
63
 
.TP 8
64
 
.B DISPLAY
65
 
to get the default host and display number.
66
 
.SH SEE ALSO
67
 
.BR X (1),
68
 
.SH COPYRIGHT
69
 
Copyright \(co 2002 by Terry Walsh and Tugrul Galatali.  
70
 
 
71
 
Cyclone is free software; you can redistribute it and/or modify
72
 
it under the terms of the GNU General Public License version 2 as
73
 
published by the Free Software Foundation.
74
 
 
75
 
Cyclone is distributed in the hope that it will be useful,
76
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
77
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
78
 
GNU General Public License for more details.
79
 
.SH AUTHOR
80
 
Terry Walsh and Tugrul Galatali <tugrul@galatali.com>
81