http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / cwaves.man
1 .TH XScreenSaver 1 "14-Jun-97" "X Version 11"
2 .SH NAME
3 cwaves - languid sinusoidal colors
4 .SH SYNOPSIS
5 .B cwaves
6 [\-display \fIhost:display.screen\fP]
7 [\-foreground \fIcolor\fP]
8 [\-background \fIcolor\fP]
9 [\-window]
10 [\-root]
11 [\-mono]
12 [\-install]
13 [\-visual \fIvisual\fP]
14 [\-delay \fIusecs\fP]
15 [\-waves \fIint\fP]
16 [\-colors \fIint\fP]
17 [\-fps]
18 .SH DESCRIPTION
19 The \fIcwaves\fP program draws a languidly-scrolling vertical field
20 of sinusoidal colors.
21 .SH OPTIONS
22 .I cwaves
23 accepts the following options:
24 .TP 8
25 .B \-window
26 Draw on a newly-created window.  This is the default.
27 .TP 8
28 .B \-root
29 Draw on the root window.
30 .TP 8
31 .B \-mono 
32 If on a color display, pretend we're on a monochrome display.
33 .TP 8
34 .B \-install
35 Install a private colormap for the window.
36 .TP 8
37 .B \-visual \fIvisual\fP
38 Specify which visual to use.  Legal values are the name of a visual class,
39 or the id number (decimal or hex) of a specific visual.
40 .TP 8
41 .B \-delay \fImicroseconds\fP
42 How much of a delay should be introduced between steps of the animation.
43 Default 20000, or about 1/50th second.
44 .TP 8
45 .B \-waves \fIint\fP
46 How many cosines to add together.  The more waves, the more complex
47 the apparent motion.
48 .TP 8
49 .B \-colors \fIint\fP
50 How many colors to use.  Default 800.  The more colors, the smoother the
51 blending will be.
52 .TP 8
53 .B \-fps
54 Display the current frame rate and CPU load.
55 .SH ENVIRONMENT
56 .PP
57 .TP 8
58 .B DISPLAY
59 to get the default host and display number.
60 .TP 8
61 .B XENVIRONMENT
62 to get the name of a resource file that overrides the global resources
63 stored in the RESOURCE_MANAGER property.
64 .SH SEE ALSO
65 .BR X (1),
66 .BR xscreensaver (1)
67 .SH COPYRIGHT
68 Copyright \(co 2007 by Jamie Zawinski.  Permission to use, copy, modify, 
69 distribute, and sell this software and its documentation for any purpose is 
70 hereby granted without fee, provided that the above copyright notice appear 
71 in all copies and that both that copyright notice and this permission notice
72 appear in supporting documentation.  No representations are made about the 
73 suitability of this software for any purpose.  It is provided "as is" without
74 express or implied warranty.
75 .SH AUTHOR
76 Jamie Zawinski <jwz@jwz.org>, 2-Jul-2007.