Penguin
Annotated edit history of ifs(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 SEE ALSO
9 COPYRIGHT
10 AUTHOR
11 ----
12 !!NAME
13
14
15 ifs - draws spinning, colliding iterated-function-system images
16 !!SYNOPSIS
17
18
19 __ifs__ [[-display ''host:display.screen'']
20 [[-foreground ''color''] [[-background ''color'']
21 [[-window] [[-root] [[-mono] [[-install] [[-visual ''visual'']
22 [[-ncolors ''integer''] [[-delay
23 ''microseconds'']
24 !!DESCRIPTION
25
26
27 The ''ifs'' program draws spinning, colliding
28 iterated-function-system images.
29 !!OPTIONS
30
31
32 ''ifs'' accepts the following options:
33
34
35 __-window__
36
37
38 Draw on a newly-created window. This is the
39 default.
40
41
42 __-root__
43
44
45 Draw on the root window.
46
47
48 __-mono__
49
50
51 If on a color display, pretend we're on a monochrome
52 display.
53
54
55 __-install__
56
57
58 Install a private colormap for the window.
59
60
61 __-visual__ ''visual''
62
63
64 Specify which visual to use. Legal values are the name of a
65 visual class, or the id number (decimal or hex) of a
66 specific visual.
67
68
69 __-ncolors__ ''integer''
70
71
72 How many colors should be used (if possible). Default 200.
73 The colors used cycle through the hue, making N stops around
74 the color wheel.
75 !!ENVIRONMENT
76
77
78 __DISPLAY__
79
80
81 to get the default host and display number.
82
83
84 __XENVIRONMENT__
85
86
87 to get the name of a resource file that overrides the global
88 resources stored in the RESOURCE_MANAGER
89 property.
90 !!SEE ALSO
91
92
4 perry 93 X(1), xscreensaver(1),
1 perry 94 xlock(1)
95 !!COPYRIGHT
96
97
98 Copyright 1997 by Massimino Pascal.
99
100
101 Permission to use, copy, modify, and distribute this
102 software and its documentation for any purpose and without
103 fee is hereby granted, provided that the above copyright
104 notice appear in all copies and that both that copyright
105 notice and this permission notice appear in supporting
106 documentation.
107 !!AUTHOR
108
109
110 Massimino Pascal
111
112
113 Ability to run standalone or with ''xscreensaver'' added
114 by Jamie Zawinski
115 ''
116 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.