From http://www.jwz.org/xscreensaver/xscreensaver-5.33.tar.gz
[xscreensaver] / hacks / interference.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 interference - decaying sinusoidal waves
4 .SH SYNOPSIS
5 .B interference
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-count \fInumber\fP]
11 [\-gridsize \fInumber\fP]
12 [\-delay \fInumber\fP]
13 [\-speed \fInumber\fP]
14 [\-radius \fInumber\fP]
15 [\-ncolors \fInumber\fP]
16 [\-color-shift \fInumber\fP]
17 [\-hue \fInumber\fP]
18 [\-no-db]
19 [\-fps]
20 .SH DESCRIPTION
21 Another color-field hack, this one works by computing decaying sinusoidal
22 waves, and allowing them to interfere with each other as their origins
23 move.
24 .SH OPTIONS
25 .TP 8
26 .B \-visual \fIvisual\fP
27 Specify which visual to use.  Legal values are the name of a visual class,
28 or the id number (decimal or hex) of a specific visual.
29 .TP 8
30 .B \-window
31 Draw on a newly-created window.  This is the default.
32 .TP 8
33 .B \-root
34 Draw on the root window.
35 .TP 8
36 .B \-count \fInumber\fP
37 Number of Waves.  0 - 20.  Default: 3.
38 .TP 8
39 .B \-gridsize \fInumber\fP
40 Magnification.  1 - 20.  Default: 2.
41 .TP 8
42 .B \-delay \fInumber\fP
43 Per-frame delay, in microseconds.  Default: 30000 (0.03 seconds.).
44 .TP 8
45 .B \-speed \fInumber\fP
46 Wave Speed.  1 - 100.  Default: 30.
47 .TP 8
48 .B \-radius \fInumber\fP
49 Wave Size.  50 - 1500.  Default: 800.
50 .TP 8
51 .B \-ncolors \fInumber\fP
52 Number of Colors.  Default: 192.
53 .TP 8
54 .B \-color-shift \fInumber\fP
55 Color Contrast.  0 - 100.  Default: 60.
56 .TP 8
57 .B \-hue \fInumber\fP
58 Hue of the base color (0-360, as in HSV space.)  Default 0, meaning random.
59 .TP 8
60 .B \-db | \-no-db
61 Whether to double buffer.
62 .TP 8
63 .B \-fps
64 Display the current frame rate and CPU load.
65 .SH ENVIRONMENT
66 .PP
67 .TP 8
68 .B DISPLAY
69 to get the default host and display number.
70 .TP 8
71 .B XENVIRONMENT
72 to get the name of a resource file that overrides the global resources
73 stored in the RESOURCE_MANAGER property.
74 .SH SEE ALSO
75 .BR X (1),
76 .BR xscreensaver (1)
77 .SH COPYRIGHT
78 Copyright \(co 2002 by Hannu Mallat.  Permission to use, copy, modify, 
79 distribute, and sell this software and its documentation for any purpose is 
80 hereby granted without fee, provided that the above copyright notice appear 
81 in all copies and that both that copyright notice and this permission notice
82 appear in supporting documentation.  No representations are made about the 
83 suitability of this software for any purpose.  It is provided "as is" without
84 express or implied warranty.
85 .SH AUTHOR
86 Hannu Mallat.