1moire(6x) XScreenSaver manual moire(6x)
2
3
4
6 moire - draw circular interference patterns
7
9 moire [-display host:display.screen] [-foreground color] [-background
10 color] [-window] [-root] [-mono] [-install] [-visual visual] [-delay
11 seconds] [-random boolean] [-ncolors int] [-offset int] [-fps]
12
14 The moire program draws cool circular interference patterns.
15
17 moire accepts the following options:
18
19 -window Draw on a newly-created window. This is the default.
20
21 -root Draw on the root window.
22
23 -mono If on a color display, pretend we're on a monochrome display.
24
25 -install
26 Install a private colormap for the window.
27
28 -visual visual
29 Specify which visual to use. Legal values are the name of a
30 visual class, or the id number (decimal or hex) of a specific
31 visual.
32
33 -delay seconds
34 How long to wait before starting over. Default 5 seconds.
35
36 -random boolean
37 Whether to ignore the foreground/background colors, and pick
38 them randomly instead.
39
40 -offset integer
41 The maximum random radius increment to use.
42
43 -ncolors integer
44 How many colors should be allocated in the color ramp (note
45 that this value interacts with offset.)
46
47 -fps Display the current frame rate and CPU load.
48
50 DISPLAY to get the default host and display number.
51
52 XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55
57 X(1), xscreensaver(1)
58
60 Copyright © 1997 by Jamie Zawinski. Permission to use, copy, modify,
61 distribute, and sell this software and its documentation for any pur‐
62 pose is hereby granted without fee, provided that the above copyright
63 notice appear in all copies and that both that copyright notice and
64 this permission notice appear in supporting documentation. No repre‐
65 sentations are made about the suitability of this software for any pur‐
66 pose. It is provided "as is" without express or implied warranty.
67
69 Jamie Zawinski <jwz@jwz.org>, 27-Apr-97, based on code by Michael D.
70 Bayne <mdb@go2net.com>.
71
72
73
74X Version 11 5.42-1.fc29 (30-Dec-2018) moire(6x)