~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper-updates

« back to all changes in this revision

Viewing changes to hacks/mismunch.man

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Hildebrandt
  • Date: 2005-04-09 00:06:43 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050409000643-z0abtifbt9s20pcc
Tags: 4.21-3
Patch by Joachim Breitner to check more frequently if DPMS kicked in (closes: #303374, #286664).

Show diffs side-by-side

added added

removed removed

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