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

« back to all changes in this revision

Viewing changes to hacks/loop.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
loop - cellular automaton.
 
4
.SH SYNOPSIS
 
5
.B loop
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-cycles \fInumber\fP]
 
11
[\-delay \fInumber\fP]
 
12
[\-ncolors \fInumber\fP]
 
13
[\-size \fInumber\fP]
 
14
.SH DESCRIPTION
 
15
Another cellular automaton.
 
16
This one produces loop-shaped colonies that spawn, age, and eventually die.
 
17
.SH OPTIONS
 
18
.TP 8
 
19
.B \-visual \fIvisual\fP
 
20
Specify which visual to use.  Legal values are the name of a visual class,
 
21
or the id number (decimal or hex) of a specific visual.
 
22
.TP 8
 
23
.B \-window
 
24
Draw on a newly-created window.  This is the default.
 
25
.TP 8
 
26
.B \-root
 
27
Draw on the root window.
 
28
.TP 8
 
29
.B \-cycles \fInumber\fP
 
30
Timeout.  0 - 8000.  Default: 1600.
 
31
.TP 8
 
32
.B \-delay \fInumber\fP
 
33
Per-frame delay, in microseconds.  Default: 100000 (0.10 seconds.).
 
34
.TP 8
 
35
.B \-ncolors \fInumber\fP
 
36
Number of Colors.  Default: 15.
 
37
.TP 8
 
38
.B \-size \fInumber\fP
 
39
Size.  -50 - 50.  Default: -12.
 
40
.SH ENVIRONMENT
 
41
.PP
 
42
.TP 8
 
43
.B DISPLAY
 
44
to get the default host and display number.
 
45
.TP 8
 
46
.B XENVIRONMENT
 
47
to get the name of a resource file that overrides the global resources
 
48
stored in the RESOURCE_MANAGER property.
 
49
.SH SEE ALSO
 
50
.BR X (1),
 
51
.BR xscreensaver (1)
 
52
.SH COPYRIGHT
 
53
Copyright \(co 2002 by David Bagley.  Permission to use, copy, modify, 
 
54
distribute, and sell this software and its documentation for any purpose is 
 
55
hereby granted without fee, provided that the above copyright notice appear 
 
56
in all copies and that both that copyright notice and this permission notice
 
57
appear in supporting documentation.  No representations are made about the 
 
58
suitability of this software for any purpose.  It is provided "as is" without
 
59
express or implied warranty.
 
60
.SH AUTHOR
 
61
David Bagley.