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