1 .TH LMORPH 1 "xscreensaver hack"
3 lmorph \- morphing lines
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]
9 The \fIlmorph\fP program generates random spline-ish line drawings and
13 accepts the following options:
16 Draw on a newly-created window. This is the default.
19 Draw on the root window.
22 If on a color display, pretend we're on a monochrome display.
25 Install a private colormap for the window.
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.
31 .B \-points \fIinteger\fP
32 Number of points in each line drawing. Default is 200 points.
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.
38 .B \-delay \fImicroseconds\fP
39 How much of a delay should be introduced between steps of the animation.
42 .B \-figtype \fItype\fP
43 Limit the figures to only open or closed figures. Possible types are
44 "all" (default), "open" and "closed".
46 .B \-linewidth \fIinteger\fP
47 Width of lines. Default is 5 pixels.
50 Display the current frame rate and CPU load.
55 to get the default host and display number.
58 to get the name of a resource file that overrides the global resources
59 stored in the RESOURCE_MANAGER property.
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>.