Penguin
Blame: rorschach(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of rorschach(1) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 XScreenSaver
2 !!!XScreenSaver
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 ENVIRONMENT
8 BUGS
9 SEE ALSO
10 COPYRIGHT
11 AUTHOR
12 ----
13 !!NAME
14
15
16 rorschach - simulate ink-blot patterns
17 !!SYNOPSIS
18
19
20 __rorschach__ [[-display ''host:display.screen'']
21 [[-foreground ''color''] [[-background ''color'']
22 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
23 [[-iterations ''integer''] [[-offset ''integer'']
24 [[-xsymmetry] [[-ysymmetry] [[-erase-mode ''integer'']
25 [[-erase-speed ''usecs''] [[-delay
26 ''secs'']
27 !!DESCRIPTION
28
29
30 The ''rorschach'' program draws random patterns
31 reminiscent of the psychological test of same
32 name.
33 !!OPTIONS
34
35
36 ''rorschach'' accepts the following options:
37
38
39 __-window__
40
41
42 Draw on a newly-created window. This is the
43 default.
44
45
46 __-root__
47
48
49 Draw on the root window.
50
51
52 __-mono__
53
54
55 If on a color display, pretend we're on a monochrome
56 display.
57
58
59 __-install__
60
61
62 Install a private colormap for the window.
63
64
65 __-visual__ ''visual''
66
67
68 Specify which visual to use. Legal values are the name of a
69 visual class, or the id number (decimal or hex) of a
70 specific visual.
71
72
73 __-iterations__ ''integer''
74
75
76 How many dots should be drawn each time. Default
77 4000.
78
79
80 __-offset__ ''integer''
81
82
83 How far apart the dots should be. Default 4
84 pixels.
85
86
87 __-xsymmetry__
88
89
90 Whether the images should be horizontally symmetrical.
91 Default true.
92
93
94 __-ysymmetry__
95
96
97 Whether the images should be vertically symmetrical. Default
98 false.
99
100
101 __-erase-mode__ ''integer''
102
103
104 This sets the erase mode. Mode -1 chooses a random mode each
105 time. There are currently 6 modes defined
106 (0-5).
107
108
109 __-erase-speed__ ''usecs''
110
111
112 This controls the speed at which the screen will be erased.
113 (Delay between erasing of individual lines.)
114
115
116 __-delay__ ''seconds''
117
118
119 This sets the number of seconds that the figure will be on
120 the screen.
121 !!ENVIRONMENT
122
123
124 __DISPLAY__
125
126
127 to get the default host and display number.
128
129
130 __XENVIRONMENT__
131
132
133 to get the name of a resource file that overrides the global
134 resources stored in the RESOURCE_MANAGER
135 property.
136 !!BUGS
137
138
139 May call your sanity into question.
140 !!SEE ALSO
141
142
4 perry 143 X(1), xscreensaver(1)
1 perry 144 !!COPYRIGHT
145
146
147 Copyright 1992 by Jamie Zawinski. Permission to use, copy,
148 modify, distribute, and sell this software and its
149 documentation for any purpose is hereby granted without fee,
150 provided that the above copyright notice appear in all
151 copies and that both that copyright notice and this
152 permission notice appear in supporting documentation. No
153 representations are made about the suitability of this
154 software for any purpose. It is provided
155 !!AUTHOR
156
157
158 Jamie Zawinski
159 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.