1ifs(6x) XScreenSaver manual ifs(6x)
2
3
4
6 ifs - draws spinning, colliding iterated-function-system images
7
9 ifs [--display host:display.screen] [--visual visual] [--window]
10 [--root] [--window-id number] [--no-db] [--delay number] [--detail num‐
11 ber] [--colors number] [--functions number] [--iterate | --recurse]
12 [--no-rotate] [--no-scale] [--no-translate] [--fps]
13
15 The ifs program draws spinning, colliding iterated-function-system im‐
16 ages.
17
19 --visual visual
20 Specify which visual to use. Legal values are the name of a
21 visual class, or the id number (decimal or hex) of a specific
22 visual.
23
24 --window
25 Draw on a newly-created window. This is the default.
26
27 --root Draw on the root window.
28
29 --window-id number
30 Draw on the specified window.
31
32 --no-db Disable double-buffering.
33
34 --delay number
35 Per-frame delay, in microseconds. Default: 20000
36
37 --colors number
38 Number of colours to use. Default: 200
39
40 --detail number
41 In --iterate mode, number of times to randomly iterate the
42 functions, in thousands. In --recurse mode, number of times to
43 apply functions (recursion depth) before drawing each point.
44 Default: 9
45
46 --functions number
47 Number of functions to be iterated. Default: 3
48
49 --iterate
50 Calculate by iteratively applying the functions in a random or‐
51 der, usually faster than --recurse. This is the default.
52
53 --recurse
54 Calculate by recursively applying all combinations of the func‐
55 tions. This is the historical behavior and may produce neater
56 output than --iterate.
57
58 --no-rotate
59 Disable the rotation component of the functions.
60
61 --no-scale
62 Disable the scaling component of the functions.
63
64 --no-translate
65 Disable the varying translation component of the functions.
66
67 --no-multi
68 Turn off multi-coloured mode, only one colour is used to colour
69 the whole set.
70
71 --fps Display the current frame rate and CPU load.
72
74 DISPLAY to get the default host and display number.
75
76 XENVIRONMENT
77 to get the name of a resource file that overrides the global
78 resources stored in the RESOURCE_MANAGER property.
79
80 XSCREENSAVER_WINDOW
81 The window ID to use with --root.
82
84 X(1), xscreensaver(1), ifs(6x)
85
87 Copyright © Chris Le Sueur and Robby Griffin, 2005-2006
88
89 Permission is hereby granted, free of charge, to any person obtaining a
90 copy of this software and associated documentation files (the "Soft‐
91 ware"), to deal in the Software without restriction, including without
92 limitation the rights to use, copy, modify, merge, publish, distribute,
93 sublicense, and/or sell copies of the Software, and to permit persons
94 to whom the Software is furnished to do so, subject to the following
95 conditions:
96
97 The above copyright notice and this permission notice shall be included
98 in all copies or substantial portions of the Software.
99
100 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
101 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MER‐
102 CHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
103 NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
104 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
105 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
106 OTHER DEALINGS IN THE SOFTWARE.
107
109 This version by Chris Le Sueur <thefishface@gmail.com>, Feb 2005 Many
110 improvements by Robby Griffin <rmg@terc.edu>, Mar 2006
111
112
113
114X Version 11 6.08-1.fc39 (17-Oct-2023) ifs(6x)