http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / mismunch.man
1 .TH XScreenSaver 1 "10-Feb-04" "X Version 11"
2 .SH NAME
3 mismunch - munches errors
4 .SH SYNOPSIS
5 .B mismunch
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP]
7 [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install]
8 [\-visual \fIvisual\fP] [\-delay \fIusecs\fP] [\-xor] [\-noxor] 
9 [\-clear \fInumber\fP] [\-simul \fInumber\fP]
10 [\-fps]
11 .SH DESCRIPTION
12 The
13 .I mismunch
14 program is a creatively broken misimplementation of the classic
15 munching squares graphics hack.
16 .SH OPTIONS
17 .I mismunch
18 accepts the following options:
19 .TP 8
20 .B \-window
21 Draw on a newly-created window.  This is the default.
22 .TP 8
23 .B \-root
24 Draw on the root window.
25 .TP 8
26 .B \-mono 
27 If on a color display, pretend we're on a monochrome display.
28 .TP 8
29 .B \-install
30 Install a private colormap for the window.
31 .TP 8
32 .B \-visual \fIvisual\fP
33 Specify which visual to use.  Legal values are the name of a visual class,
34 or the id number (decimal or hex) of a specific visual.
35 .TP 8
36 .B \-delay \fIusecs\fP
37 The delay between steps of the animation, in microseconds.  Default: 2500.
38 .TP 8
39 .B \-xor
40 Use the XOR drawing function.  This is the default.
41 .TP 8
42 .B \-no\-xor
43 Don't use the XOR drawing function.
44 .TP 8
45 .B \-clear \fInumber\fP
46 Number of squares to misdraw before clearing the display.  Default: 65.
47 .TP 8
48 .B \-simul \fInumber\fP
49 Number of squares to misdraw simultaneously.  Default: 5.
50 .TP 8
51 .B \-fps
52 Display the current frame rate and CPU load.
53 .SH ENVIRONMENT
54 .PP
55 .TP 8
56 .B DISPLAY
57 to get the default host and display number.
58 .TP 8
59 .B XENVIRONMENT
60 to get the name of a resource file that overrides the global resources
61 stored in the RESOURCE_MANAGER property.
62 .SH SEE ALSO
63 .BR X (1),
64 .BR xscreensaver (1),
65 .BR munch (MANSUFFIX)
66 .SH COPYRIGHT
67 Copyright \(co 2004 Steven Hazel.  Permission to use, copy, modify,
68 distribute, and sell this software and its documentation for any
69 purpose is hereby granted without fee, provided that the above
70 copyright notice appear in all copies and that both that copyright
71 notice and this permission notice appear in supporting documentation.
72 No representations are made about the suitability of this software for
73 any purpose.  It is provided "as is" without express or implied
74 warranty.
75
76 Based on the munch screensaver Copyright \(co 1997, 
77 Tim Showalter <tjs@andrew.cmu.edu>.
78 .SH AUTHOR
79 Steven Hazel <sah@thalassocracy.org>, 10-Feb-04