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