http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / greynetic.man
1 .TH XScreenSaver 1 "13-aug-92" "X Version 11"
2 .SH NAME
3 greynetic - draw random stippled/color rectangles
4 .SH SYNOPSIS
5 .B greynetic
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fIusecs\fP]
7 [\-fps]
8 .SH DESCRIPTION
9 The \fIgreynetic\fP program draws random rectangles.
10 .SH OPTIONS
11 .I greynetic
12 accepts the following options:
13 .TP 8
14 .B \-window
15 Draw on a newly-created window.  This is the default.
16 .TP 8
17 .B \-root
18 Draw on the root window.
19 .TP 8
20 .B \-mono 
21 If on a color display, pretend we're on a monochrome display.
22 .TP 8
23 .B \-install
24 Install a private colormap for the window.
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 \-delay \fImicroseconds\fP
31 Slow it down.
32 .TP 8
33 .B \-fps
34 Display the current frame rate and CPU load.
35 .SH ENVIRONMENT
36 .PP
37 .TP 8
38 .B DISPLAY
39 to get the default host and display number.
40 .TP 8
41 .B XENVIRONMENT
42 to get the name of a resource file that overrides the global resources
43 stored in the RESOURCE_MANAGER property.
44 .SH SEE ALSO
45 .BR X (1),
46 .BR xscreensaver (1)
47 .SH COPYRIGHT
48 Copyright \(co 1992 by Jamie Zawinski.  Permission to use, copy, modify, 
49 distribute, and sell this software and its documentation for any purpose is 
50 hereby granted without fee, provided that the above copyright notice appear 
51 in all copies and that both that copyright notice and this permission notice
52 appear in supporting documentation.  No representations are made about the 
53 suitability of this software for any purpose.  It is provided "as is" without
54 express or implied warranty.
55 .SH AUTHOR
56 Jamie Zawinski <jwz@jwz.org>, 13-aug-92.