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

« back to all changes in this revision

Viewing changes to hacks/halftone.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 "9-oct-2002" "X Version 11"
 
2
.SH NAME
 
3
halftone - simple halftone pattern of moving mass points
 
4
.SH SYNOPSIS
 
5
.B halftone
 
6
[\-display \fIhost:display.screen\fP]
 
7
[\-visual \fIvisual\fP]
 
8
[\-window]
 
9
[\-root]
 
10
[\-count \fInumber\fP]
 
11
[\-spacing \fInumber\fP]
 
12
[\-sizefactor \fInumber\fP]
 
13
[\-delay \fInumber\fP]
 
14
[\-minmass \fInumber\fP]
 
15
[\-maxmass \fInumber\fP]
 
16
[\-minspeed \fInumber\fP]
 
17
[\-maxspeed \fInumber\fP]
 
18
.SH DESCRIPTION
 
19
Draws the gravity force in each point on the screen seen through a
 
20
halftone dot pattern. The gravity force is calculated from a set of
 
21
moving mass points. View it from a distance for best effect.
 
22
.SH OPTIONS
 
23
.TP 8
 
24
.B \-visual \fIvisual\fP
 
25
Specify which visual to use.  Legal values are the name of a visual class,
 
26
or the id number (decimal or hex) of a specific visual.
 
27
.TP 8
 
28
.B \-window
 
29
Draw on a newly-created window.  This is the default.
 
30
.TP 8
 
31
.B \-root
 
32
Draw on the root window.
 
33
.TP 8
 
34
.B \-count \fInumber\fP
 
35
How many mass points to move around. Default: 10
 
36
.TP 8
 
37
.B \-spacing \fInumber\fP
 
38
Distance between each halftone dot. Default: 14
 
39
.TP 8
 
40
.B \-sizefactor \fInumber\fP
 
41
How big each halftone dot should be drawn compared to the spacing value. Default: 1.5
 
42
.TP 8
 
43
.B \-minmass \fInumber\fP
 
44
The minimum mass of each mass point. Default: 0.001
 
45
.TP 8
 
46
.B \-maxmass \fInumber\fP
 
47
The maximum mass of each mass point. Default: 0.02
 
48
.TP 8
 
49
.B \-minspeed \fInumber\fP
 
50
The minimum speed of each mass point. Default: 0.001
 
51
.TP 8
 
52
.B \-maxspeed \fInumber\fP
 
53
The maximum speed of each mass point. Default: 0.02
 
54
.B \-delay \fInumber\fP
 
55
Per-frame delay, in microseconds.  Default: 10000
 
56
.SH ENVIRONMENT
 
57
.PP
 
58
.TP 8
 
59
.B DISPLAY
 
60
to get the default host and display number.
 
61
.TP 8
 
62
.B XENVIRONMENT
 
63
to get the name of a resource file that overrides the global resources
 
64
stored in the RESOURCE_MANAGER property.
 
65
.SH SEE ALSO
 
66
.BR X (1),
 
67
.BR xscreensaver (1)
 
68
.SH COPYRIGHT
 
69
Copyright \(co 2002 by Peter Jaric. Permission to use, copy, modify,
 
70
distribute, and sell this software and its documentation for any
 
71
purpose is hereby granted without fee, provided that the above
 
72
copyright notice appear in all copies and that both that copyright
 
73
notice and this permission notice appear in supporting documentation.
 
74
No representations are made about the suitability of this software for
 
75
any purpose.  It is provided "as is" without express or implied
 
76
warranty.
 
77
.SH AUTHOR
 
78
Peter Jaric
 
79