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
|
.TH "Really Slick ScreenSavers" 1 "" "X Version 11"
.de Ds
.Sp
.nf
..
.de De
.fi
..
.SH NAME
plasma - oozing plasma.
.SH SYNOPSIS
.B plasma
[\--root/-r]
[\--maxfps/-x \fInumber\fP]
[\--nice/-n]
[\--zoom/-z \fInumber\fP]
[\--focus/-f \fInumber\fP]
[\--speed/-s \fInumber\fP]
[\--resolution/-R \fInumber\fP]
.SH DESCRIPTION
From Terry Walsh (\fIhttp://reallyslick.demonews.com\fP):
"Probably the second most psychedelic screen saver in existence. Just try to picture all those colors moving around."
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 \--zoom \fInumber\fP
Magnification. 1 - 100. Default: 10
.TP 8
.B \--focus \fInumber\fP
Focus. 1 - 100. Default: 30
.TP 8
.B \--speed \fInumber\fP
Speed. 1 - 100. Default: 20
.TP 8
.B \--resolution \fInumber\fP
Resolution. 1 - 100. Default: 25
.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.
Plasma 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.
Plasma 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>
|