1marbling(6x) XScreenSaver manual marbling(6x)
2
3
4
6 marbling - Marble-like or cloud-like patterns.
7
9 marbling [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--delay number] [--scale number] [--it‐
11 erations number] [--fps]
12
14 This generates a random field with Perlin Noise, then permutes it with
15 Fractal Brownian Motion to create images that somewhat resemble clouds,
16 or the striations in marble, depending on the parameters selected and
17 the colors chosen.
18
20 --visual visual
21 Specify which visual to use. Legal values are the name of a
22 visual class, or the id number (decimal or hex) of a specific
23 visual.
24
25 --window
26 Draw on a newly-created window. This is the default.
27
28 --root Draw on the root window.
29
30 --window-id number
31 Draw on the specified window.
32
33 --delay number
34 Per-frame delay, in microseconds. Default: 10000 (0.01 sec‐
35 onds).
36
37 --scale number
38 Scale. 1 - 30. Default: 10.
39
40 --iterations number
41 Complexity. 1 - 20. Default: 5.
42
43 --fps | --no-fps
44 Whether to show a frames-per-second display at the bottom of
45 the screen.
46
48 DISPLAY to get the default host and display number.
49
50 XENVIRONMENT
51 to get the name of a resource file that overrides the global
52 resources stored in the RESOURCE_MANAGER property.
53
54 XSCREENSAVER_WINDOW
55 The window ID to use with --root.
56
58 X(1), xscreensaver(1)
59
61 Copyright © 2021 by Jamie Zawinski and Dave Odell. Permission to use,
62 copy, modify, distribute, and sell this software and its documentation
63 for any purpose is hereby granted without fee, provided that the above
64 copyright notice appear in all copies and that both that copyright no‐
65 tice and this permission notice appear in supporting documentation. No
66 representations are made about the suitability of this software for any
67 purpose. It is provided "as is" without express or implied warranty.
68
70 Jamie Zawinski and Dave Odell.
71
72
73
74X Version 11 6.06-1.fc37 (12-Dec-2022) marbling(6x)