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