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

« back to all changes in this revision

Viewing changes to hacks/moire2.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 "" "X Version 11"
 
2
.SH NAME
 
3
moire2 - circular interference patterns.
 
4
.SH SYNOPSIS
 
5
.B moire2
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-delay \fInumber\fP]
 
11
[\-ncolors \fInumber\fP]
 
12
[\-thickness \fInumber\fP]
 
13
.SH DESCRIPTION
 
14
Another example of the fun you can have with moire interference patterns;
 
15
this hack generates fields of concentric circles or ovals, and combines the
 
16
planes with various operations. The planes are moving independently of one
 
17
another, causing the interference lines to ``spray.''
 
18
.SH OPTIONS
 
19
.TP 8
 
20
.B \-visual \fIvisual\fP
 
21
Specify which visual to use.  Legal values are the name of a visual class,
 
22
or the id number (decimal or hex) of a specific visual.
 
23
.TP 8
 
24
.B \-window
 
25
Draw on a newly-created window.  This is the default.
 
26
.TP 8
 
27
.B \-root
 
28
Draw on the root window.
 
29
.TP 8
 
30
.B \-delay \fInumber\fP
 
31
Per-frame delay, in microseconds.  Default: 50000 (0.05 seconds.).
 
32
.TP 8
 
33
.B \-ncolors \fInumber\fP
 
34
Number of Colors.  Default: 150.
 
35
.TP 8
 
36
.B \-thickness \fInumber\fP
 
37
Thickness of lines, in pixels.  Default: 0.
 
38
.SH ENVIRONMENT
 
39
.PP
 
40
.TP 8
 
41
.B DISPLAY
 
42
to get the default host and display number.
 
43
.TP 8
 
44
.B XENVIRONMENT
 
45
to get the name of a resource file that overrides the global resources
 
46
stored in the RESOURCE_MANAGER property.
 
47
.SH SEE ALSO
 
48
.BR X (1),
 
49
.BR xscreensaver (1)
 
50
.SH COPYRIGHT
 
51
Copyright \(co 2002 by Jamie Zawinski.  Permission to use, copy, modify, 
 
52
distribute, and sell this software and its documentation for any purpose is 
 
53
hereby granted without fee, provided that the above copyright notice appear 
 
54
in all copies and that both that copyright notice and this permission notice
 
55
appear in supporting documentation.  No representations are made about the 
 
56
suitability of this software for any purpose.  It is provided "as is" without
 
57
express or implied warranty.
 
58
.SH AUTHOR
 
59
Jamie Zawinski.