1strange(6x) XScreenSaver manual strange(6x)
2
3
4
6 strange - draws strange attractors
7
9 strange [--display host:display.screen] [--foreground color] [--back‐
10 ground color] [--window] [--root] [--window-id number][--mono] [--in‐
11 stall] [--visual visual] [--ncolors integer] [--delay microseconds]
12
13 [--fps]
14
16 The strange program draws strange attractors
17
19 strange accepts the following options:
20
21 --window
22 Draw on a newly-created window. This is the default.
23
24 --root Draw on the root window.
25
26 --window-id number
27 Draw on the specified window.
28
29 --mono If on a color display, pretend we're on a monochrome display.
30
31 --install
32 Install a private colormap for the window.
33
34 --visual visual
35 Specify which visual to use. Legal values are the name of a
36 visual class, or the id number (decimal or hex) of a specific
37 visual.
38
39 --ncolors integer
40 How many colors should be used (if possible). Default 100.
41 The colors are chosen randomly.
42
43 --points integer
44 Change the number of points/iterations each frame. Default
45 5500. More than 6000 activates the accumulator, which makes
46 parts of the image brighter or darker depending on how often
47 the attractor hits each pixel.
48
49 --point-size integer
50 Changes the size of individual points. Default 1.
51
52 --zoom float
53 Zooms in or out. Default 0.9.
54
55 --brightness float
56 Adjusts the brightness for accumulator mode. Default 1.0.
57
58 --motion-blur float
59 Adds motion blur. Default 3.0, no motion blur is 1.0.
60
61 --fps Display the current frame rate and CPU load.
62
64 DISPLAY to get the default host and display number.
65
66 XENVIRONMENT
67 to get the name of a resource file that overrides the global
68 resources stored in the RESOURCE_MANAGER property.
69
70 XSCREENSAVER_WINDOW
71 The window ID to use with --root.
72
74 X(1), xscreensaver(1), xlock(1)
75
77 Copyright © 1997 by Massimino Pascal.
78
79 Permission to use, copy, modify, and distribute this software and its
80 documentation for any purpose and without fee is hereby granted, pro‐
81 vided that the above copyright notice appear in all copies and that
82 both that copyright notice and this permission notice appear in sup‐
83 porting documentation.
84
86 Massimino Pascal <Pascal.Massimon@ens.fr>, 1997.
87
88 Ability to run standalone or with xscreensaver added by Jamie Zawinski
89 <jwz@jwz.org>, 10-May-97.
90
91
92
93X Version 11 6.08-1.fc39 (17-Oct-2023) strange(6x)