http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / fadeplot.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 fadeplot - draws a waving ribbon following a sinusoidal path.
4 .SH SYNOPSIS
5 .B fadeplot
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-count \fInumber\fP]
11 [\-cycles \fInumber\fP]
12 [\-delay \fInumber\fP]
13 [\-ncolors \fInumber\fP]
14 [\-fps]
15 .SH DESCRIPTION
16 Draws what looks like a waving ribbon following a sinusoidal path.
17 .SH OPTIONS
18 .TP 8
19 .B \-visual \fIvisual\fP
20 Specify which visual to use.  Legal values are the name of a visual class,
21 or the id number (decimal or hex) of a specific visual.
22 .TP 8
23 .B \-window
24 Draw on a newly-created window.  This is the default.
25 .TP 8
26 .B \-root
27 Draw on the root window.
28 .TP 8
29 .B \-count \fInumber\fP
30 Count.  0 - 20.  Default: 10.
31 .TP 8
32 .B \-cycles \fInumber\fP
33 How many frames until the shape changes.  Default: 1500.
34 .TP 8
35 .B \-delay \fInumber\fP
36 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
37 .TP 8
38 .B \-ncolors \fInumber\fP
39 Number of colors.  Default: 64.
40 .TP 8
41 .B \-fps
42 Display the current frame rate and CPU load.
43 .SH ENVIRONMENT
44 .PP
45 .TP 8
46 .B DISPLAY
47 to get the default host and display number.
48 .TP 8
49 .B XENVIRONMENT
50 to get the name of a resource file that overrides the global resources
51 stored in the RESOURCE_MANAGER property.
52 .SH SEE ALSO
53 .BR X (1),
54 .BR xscreensaver (1)
55 .SH COPYRIGHT
56 Copyright \(co 2002 by Bas van Gaalen and Charles Vidal.  Permission to
57 use, copy, modify, distribute, and sell this software and its
58 documentation for any purpose is hereby granted without fee, provided
59 that the above copyright notice appear in all copies and that both that
60 copyright notice and this permission notice appear in supporting
61 documentation.  No representations are made about the suitability of
62 this software for any purpose.  It is provided "as is" without express
63 or implied warranty.
64 .SH AUTHOR
65 Bas van Gaalen and Charles Vidal.