http://www.jwz.org/xscreensaver/xscreensaver-5.10.tar.gz
[xscreensaver] / hacks / lmorph.man
1 .TH LMORPH 1 "xscreensaver hack"
2 .SH NAME
3 lmorph \- morphing lines
4 .SH SYNOPSIS
5 .B lmorph
6 [\-display \fIhost:display.screen\fP] [\-foreground \fIcolor\fP] [\-background \fIcolor\fP] [\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-points \fIint\fP] [\-steps \fIint\fP] [\-delay \fIusecs\fP] [\-figtype \fItype\fP]
7 [\-fps]
8 .SH DESCRIPTION
9 The \fIlmorph\fP program generates random spline-ish line drawings and
10 morphs between them.
11 .SH OPTIONS
12 .I lmorph
13 accepts the following options:
14 .TP 8
15 .B \-window
16 Draw on a newly-created window. This is the default.
17 .TP 8
18 .B \-root
19 Draw on the root window.
20 .TP 8
21 .B \-mono 
22 If on a color display, pretend we're on a monochrome display.
23 .TP 8
24 .B \-install
25 Install a private colormap for the window.
26 .TP 8
27 .B \-visual \fIvisual\fP
28 Specify which visual to use. Legal values are the name of a visual class,
29 or the id number (decimal or hex) of a specific visual.
30 .TP 8
31 .B \-points \fIinteger\fP
32 Number of points in each line drawing. Default is 200 points.
33 .TP 8
34 .B \-steps \fIinteger\fP
35 Interpolation steps from one drawing to the next. Default is 150. You
36 may specify 0, to get a random number between 100 and 500.
37 .TP 8
38 .B \-delay \fImicroseconds\fP
39 How much of a delay should be introduced between steps of the animation.
40 Default 70000.
41 .TP 8
42 .B \-figtype \fItype\fP
43 Limit the figures to only open or closed figures. Possible types are
44 "all" (default), "open" and "closed".
45 .TP 8
46 .B \-linewidth \fIinteger\fP
47 Width of lines. Default is 5 pixels.
48 .TP 8
49 .B \-fps
50 Display the current frame rate and CPU load.
51 .SH ENVIRONMENT
52 .PP
53 .TP 8
54 .B DISPLAY
55 to get the default host and display number.
56 .TP 8
57 .B XENVIRONMENT
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
60 .SH SEE ALSO
61 .BR X (1),
62 .BR xscreensaver (1)
63 .SH AUTHOR
64 Sverre H. Huseby <sverrehu@online.no> and Glenn T. Lines <glennli@ifi.uio.no>,
65 built on top of the screen saver routines by Jamie Zawinski <jwz@jwz.org>.