1rorschach(6x) XScreenSaver manual rorschach(6x)
2
3
4
6 rorschach - simulate ink-blot patterns
7
9 rorschach [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono] [--in‐
11 stall] [--visual visual] [--iterations integer] [--offset integer]
12 [--xsymmetry] [--ysymmetry] [--erase-speed usecs] [--delay secs]
13 [--fps]
14
16 The rorschach program draws random patterns reminiscent of the psycho‐
17 logical test of same name.
18
20 rorschach accepts the following options:
21
22 --window
23 Draw on a newly-created window. This is the default.
24
25 --root Draw on the root window.
26
27 --window-id number
28 Draw on the specified window.
29
30 --mono If on a color display, pretend we're on a monochrome display.
31
32 --install
33 Install a private colormap for the window.
34
35 --visual visual
36 Specify which visual to use. Legal values are the name of a
37 visual class, or the id number (decimal or hex) of a specific
38 visual.
39
40 --iterations integer
41 How many dots should be drawn each time. Default 4000.
42
43 --offset integer
44 How far apart the dots should be. Default 4 pixels.
45
46 --xsymmetry
47 Whether the images should be horizontally symmetrical. Default
48 true.
49
50 --ysymmetry
51 Whether the images should be vertically symmetrical. Default
52 false.
53
54 --erase-speed usecs
55 This controls the speed at which the screen will be erased.
56 (Delay between erasing of individual lines.)
57
58 --delay seconds
59 This sets the number of seconds that the figure will be on the
60 screen.
61
62 --fps Display the current frame rate and CPU load.
63
65 DISPLAY to get the default host and display number.
66
67 XENVIRONMENT
68 to get the name of a resource file that overrides the global
69 resources stored in the RESOURCE_MANAGER property.
70
71 XSCREENSAVER_WINDOW
72 The window ID to use with --root.
73
75 May call your sanity into question.
76
78 X(1), xscreensaver(1)
79
81 Copyright © 1992 by Jamie Zawinski. Permission to use, copy, modify,
82 distribute, and sell this software and its documentation for any pur‐
83 pose is hereby granted without fee, provided that the above copyright
84 notice appear in all copies and that both that copyright notice and
85 this permission notice appear in supporting documentation. No repre‐
86 sentations are made about the suitability of this software for any pur‐
87 pose. It is provided "as is" without express or implied warranty.
88
90 Jamie Zawinski <jwz@jwz.org>, 13-aug-92.
91
92
93
94X Version 11 6.08-1.fc39 (17-Oct-2023) rorschach(6x)