Penguin
Annotated edit history of xteevee(1) version 5, 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 X RESOURCES
9 BUGS
10 SEE ALSO
11 COPYRIGHT
12 AUTHOR
13 ----
14 !!NAME
15
16
17 xteevee - Simulate various TV problems
18 !!SYNOPSIS
19
20
21 __xteevee__ [[-display ''host:display.screen'']
22 [[-window] [[-root] [[-install] [[-visual ''visual'']
23 [[-cycle] [[-no-cycle] [[-static] [[-no-static] [[-roll]
24 [[-no-roll] [[-bars] [[-no-bars]
25 !!DESCRIPTION
26
27
28 ''xteevee'' simulates various television problems, fondly
29 re-creating the days when computers were fun and I spent my
30 time with an Atari 400 hooked up to a black-and-white TV I
31 found in someone's trash.
32
33
34 When run, ''xteevee'' picks a mode to display from the
35 available options. If modes are explicitly set on the
36 command-line, they over-ride the implicit options and will
37 be choosen among exclusively. If modes are explicitly
38 excluded from the command-line, the they are simply removed
39 from contention.
40
41
42 The image that it manipulates will be grabbed from the
43 portion of the screen underlying the window, or from the
44 system's video input, or from a random file on disk, as
45 indicated by the ''grabDesktopImages'',
46 ''grabVideoFrames'', and ''chooseRandomImages''
47 options in the ''~/.xscreensaver'' file; see
5 perry 48 xscreensaver-demo(1) for more details.
1 perry 49 !!OPTIONS
50
51
52 ''xteevee'' accepts the following options:
53
54
55 __-window__
56
57
58 Draw on a newly-created window. This is the
59 default.
60
61
62 __-root__
63
64
65 Draw on the root window.
66
67
68 __-install__
69
70
71 Install a private colormap for the window.
72
73
74 __-visual__ ''visual''
75
76
77 Specify which visual to use. Legal values are the name of a
78 visual class, or the id number (decimal or hex) of a
79 specific visual.
80
81
82 __-cycle__
83
84
85 Cycle through all the available modes. This is the
86 default.
87
88
89 __-no-cycle__
90
91
92 Don't cycle modes.
93
94
95 __-static__
96
97
98 Explicitly select the
99
100
101 __-no-static__
102
103
104 Explicitly forbid the
105
106
107 __-roll__
108
109
110 Explicitly select the
111
112
113 __-no-roll__
114
115
116 Explicitly forbid the
117
118
119 __-bars__
120
121
122 Explicitly select the
123
124
125 __-no-bars__
126
127
128 Explicitly forbid the
129 !!ENVIRONMENT
130
131
132 __DISPLAY__
133
134
135 to get the default host and display number.
136
137
138 __XENVIRONMENT__
139
140
141 to get the name of a resource file that overrides the global
142 resources stored in the RESOURCE_MANAGER
143 property.
144 !!X RESOURCES
145
146
147 Notable X resources supported include the
148 following:
149
150
151 __static, roll__ and __bars__ are booleans, defining
152 which modes are to be implicitly available if ''xteevee''
153 is run without command-line mode selections. __cycle__ is
154 a boolean, defining if ''xteevee'' should cycle through
155 each available mode or pick one and stick with it.
156 __delayMode__ and __delayBetween__ are integers,
157 defining how long each mode should be displayed and how long
158 the time between them should be if __cycle__ is on.
159 __staticSignal__ is an integer, defining the strength of
160 the signal during the
161 __
162 !!BUGS
163
164
165 ''xteevee'' should simulate more TV
166 problems.
167 !!SEE ALSO
168
169
5 perry 170 X(1), xscreensaver(1),
171 xscreensaver-demo(1),
172 xscreensaver-getimage(1)
1 perry 173 !!COPYRIGHT
174
175
176 Copyright 1999 by Greg Knauss. Permission to use, copy,
177 modify, distribute, and sell this software and its
178 documentation for any purpose is hereby granted without fee,
179 provided that the above copyright notice appear in all
180 copies and that both that copyright notice and this
181 permission notice appear in supporting documentation. No
182 representations are made about the suitability of this
183 software for any purpose. It is provided
184 !!AUTHOR
185
186
187 Greg Knauss
188 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.