http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.04.2.tar.gz
[xscreensaver] / hacks / worm.man
1 .TH XScreenSaver 1 "" "X Version 11"
2 .SH NAME
3 worm - multicolored worms that crawl around the screen.
4 .SH SYNOPSIS
5 .B worm
6 [\-display \fIhost:display.screen\fP]
7 [\-visual \fIvisual\fP]
8 [\-window]
9 [\-root]
10 [\-count \fInumber\fP]
11 [\-delay \fInumber\fP]
12 [\-ncolors \fInumber\fP]
13 [\-size \fInumber\fP]
14 .SH DESCRIPTION
15 An ancient hack that draws multicolored worms that crawl around the screen.
16 .SH OPTIONS
17 .TP 8
18 .B \-visual \fIvisual\fP
19 Specify which visual to use.  Legal values are the name of a visual class,
20 or the id number (decimal or hex) of a specific visual.
21 .TP 8
22 .B \-window
23 Draw on a newly-created window.  This is the default.
24 .TP 8
25 .B \-root
26 Draw on the root window.
27 .TP 8
28 .B \-count \fInumber\fP
29 Count.  -100 - 100.  Default: -20.
30 .TP 8
31 .B \-delay \fInumber\fP
32 Per-frame delay, in microseconds.  Default: 17000 (0.02 seconds.).
33 .TP 8
34 .B \-ncolors \fInumber\fP
35 Number of Colors.  Default: 150.
36 .TP 8
37 .B \-size \fInumber\fP
38 Size.  -20 - 20.  Default: -3.
39 .SH ENVIRONMENT
40 .PP
41 .TP 8
42 .B DISPLAY
43 to get the default host and display number.
44 .TP 8
45 .B XENVIRONMENT
46 to get the name of a resource file that overrides the global resources
47 stored in the RESOURCE_MANAGER property.
48 .SH SEE ALSO
49 .BR X (1),
50 .BR xscreensaver (1)
51 .SH COPYRIGHT
52 Copyright \(co 2002 by Brad Taylor, Dave Lemke, Boris Putanec, and
53 Henrik Theiling.  Permission to use, copy, modify, distribute, and sell
54 this software and its documentation for any purpose is hereby granted
55 without fee, provided that the above copyright notice appear in all
56 copies and that both that copyright notice and this permission notice
57 appear in supporting documentation.  No representations are made about
58 the suitability of this software for any purpose.  It is provided "as
59 is" without express or implied warranty.
60 .SH AUTHOR
61 Brad Taylor, Dave Lemke, Boris Putanec, and Henrik Theiling.