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