~ubuntu-branches/ubuntu/intrepid/xserver-xgl/intrepid

« back to all changes in this revision

Viewing changes to hw/xfree86/doc/man/Xorg.man.pre

  • Committer: Bazaar Package Importer
  • Author(s): Matthew Garrett
  • Date: 2006-02-13 14:21:43 UTC
  • Revision ID: james.westby@ubuntu.com-20060213142143-mad6z9xzem7hzxz9
Tags: upstream-7.0.0
ImportĀ upstreamĀ versionĀ 7.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/Xorg.man.pre,v 1.3 2005/07/04 18:41:01 ajax Exp $
 
2
.TH __xservername__ __appmansuffix__ __vendorversion__
 
3
.SH NAME
 
4
__xservername__ - X11R6 X server
 
5
.SH SYNOPSIS
 
6
.B __xservername__
 
7
.RI [\fB:\fP display ]
 
8
.RI [ option
 
9
.IR ... ]
 
10
.SH DESCRIPTION
 
11
.B __xservername__
 
12
is a full featured X server that was originally designed for UNIX and
 
13
UNIX-like operating systems running on Intel x86 hardware.  It now runs
 
14
on a wider range of hardware and OS platforms.
 
15
.PP
 
16
This work was derived from
 
17
.I "XFree86\ 4.4rc2"
 
18
by the X.Org Foundation.
 
19
The XFree86 4.4rc2 release was originally derived from
 
20
.I "X386\ 1.2"
 
21
by Thomas Roell which was contributed to X11R5 by Snitily Graphics
 
22
Consulting Service.  The
 
23
.B __xservername__
 
24
server architecture includes
 
25
among many other things a loadable module system derived from code
 
26
donated by Metro Link, Inc.  The current __xservername__ release is compatible
 
27
with X11R6.6.
 
28
.SH PLATFORMS
 
29
.PP
 
30
.B __xservername__
 
31
operates under a wide range of operating systems and hardware platforms.
 
32
The Intel x86 (IA32) architecture is the most widely supported hardware
 
33
platform.  Other hardware platforms include Compaq Alpha, Intel IA64,
 
34
SPARC and PowerPC.  The most widely supported operating systems are the
 
35
free/OpenSource UNIX-like systems such as Linux, FreeBSD, NetBSD and
 
36
OpenBSD.  Commercial UNIX operating systems such as Solaris (x86) and
 
37
UnixWare are also supported.  Other supported operating systems include
 
38
LynxOS, and GNU Hurd.  Darwin and Mac OS X are supported with the
 
39
XDarwin(1) X server.  Win32/Cygwin is supported with the XWin X server.
 
40
.PP
 
41
.SH "NETWORK CONNECTIONS"
 
42
.B __xservername__
 
43
supports connections made using the following reliable
 
44
byte-streams:
 
45
.TP 4
 
46
.I "Local"
 
47
On most platforms, the "Local" connection type is a UNIX-domain socket.
 
48
On some System V platforms, the "local" connection types also include
 
49
STREAMS pipes, named pipes, and some other mechanisms.
 
50
.TP 4
 
51
.I TCP\/IP
 
52
.B __xservername__
 
53
listens on port
 
54
.RI 6000+ n ,
 
55
where
 
56
.I n
 
57
is the display number.  This connection type can be disabled with the
 
58
.B \-nolisten
 
59
option (see the Xserver(1) man page for details).
 
60
.SH "ENVIRONMENT VARIABLES"
 
61
For operating systems that support local connections other than Unix
 
62
Domain sockets (SVR3 and SVR4), there is a compiled-in list specifying
 
63
the order in which local connections should be attempted.  This list
 
64
can be overridden by the
 
65
.I XLOCAL
 
66
environment variable described below.  If the display name indicates a
 
67
best-choice connection should be made (e.g.
 
68
.BR :0.0 ),
 
69
each connection mechanism is tried until a connection succeeds or no
 
70
more mechanisms are available.  Note: for these OSs, the Unix Domain
 
71
socket connection is treated differently from the other local connection
 
72
types.  To use it the connection must be made to
 
73
.BR unix:0.0 .
 
74
.PP
 
75
The
 
76
.I XLOCAL
 
77
environment variable should contain a list of one more
 
78
more of the following:
 
79
.PP
 
80
.RS 8
 
81
.nf
 
82
NAMED
 
83
PTS
 
84
SCO
 
85
ISC
 
86
.fi
 
87
.RE
 
88
.PP
 
89
which represent SVR4 Named Streams pipe, Old-style USL Streams pipe,
 
90
SCO XSight Streams pipe, and ISC Streams pipe, respectively.  You can
 
91
select a single mechanism (e.g.
 
92
.IR XLOCAL=NAMED ),
 
93
or an ordered list (e.g. \fIXLOCAL="NAMED:PTS:SCO"\fP).
 
94
his variable overrides the compiled-in defaults.  For SVR4 it is
 
95
recommended that
 
96
.I NAMED
 
97
be the first preference connection.  The default setting is
 
98
.IR PTS:NAMED:ISC:SCO .
 
99
.PP
 
100
To globally override the compiled-in defaults, you should define (and
 
101
export if using
 
102
.B sh
 
103
or
 
104
.BR ksh )
 
105
.I XLOCAL
 
106
globally.  If you use startx(1) or xinit(1), the definition should be
 
107
at the top of your
 
108
.I .xinitrc
 
109
file.  If you use xdm(1), the definitions should be early on in the
 
110
.I __projectroot__/lib/X11/xdm/Xsession
 
111
script.
 
112
.SH OPTIONS
 
113
.B __xservername__
 
114
supports several mechanisms for supplying/obtaining configuration and
 
115
run-time parameters: command line options, environment variables, the
 
116
__xconfigfile__(__filemansuffix__) configuration file, auto-detection, and
 
117
fallback defaults.  When the same information is supplied in more than
 
118
one way, the highest precedence mechanism is used.  The list of mechanisms
 
119
is ordered from highest precedence to lowest.  Note that not all parameters
 
120
can be supplied via all methods.  The available command line options
 
121
and environment variables (and some defaults) are described here and in
 
122
the Xserver(1) manual page.  Most configuration file parameters, with
 
123
their defaults, are described in the __xconfigfile__(__filemansuffix__) manual
 
124
page.  Driver and module specific configuration parameters are described
 
125
in the relevant driver or module manual page.
 
126
.PP
 
127
In addition to the normal server options described in the Xserver(1)
 
128
manual page,
 
129
.B __xservername__
 
130
accepts the following command line switches:
 
131
.TP 8
 
132
.BI vt XX
 
133
.I XX
 
134
specifies the Virtual Terminal device number which
 
135
.B __xservername__
 
136
will use.  Without this option,
 
137
.B __xservername__
 
138
will pick the first available Virtual Terminal that it can locate.  This
 
139
option applies only to platforms such as Linux, BSD, SVR3 and SVR4, that
 
140
have virtual terminal support.
 
141
.TP
 
142
.B \-allowMouseOpenFail
 
143
Allow the server to start up even if the mouse device can't be opened
 
144
or initialised.  This is equivalent to the
 
145
.B AllowMouseOpenFail
 
146
__xconfigfile__(__filemansuffix__) file option.
 
147
.TP 8
 
148
.B \-allowNonLocalModInDev
 
149
Allow changes to keyboard and mouse settings from non-local clients.
 
150
By default, connections from non-local clients are not allowed to do
 
151
this.  This is equivalent to the
 
152
.B AllowNonLocalModInDev
 
153
__xconfigfile__(__filemansuffix__) file option.
 
154
.TP 8
 
155
.B \-allowNonLocalXvidtune
 
156
Make the VidMode extension available to remote clients.  This allows
 
157
the xvidtune client to connect from another host.  This is equivalent
 
158
to the
 
159
.B AllowNonLocalXvidtune
 
160
__xconfigfile__(__filemansuffix__) file option.  By default non-local
 
161
connections are not allowed.
 
162
.TP 8
 
163
.BI \-bgamma " value"
 
164
Set the blue gamma correction.
 
165
.I value
 
166
must be between 0.1 and 10.
 
167
The default is 1.0.  Not all drivers support this.  See also the
 
168
.BR \-gamma ,
 
169
.BR \-rgamma ,
 
170
and
 
171
.B \-ggamma
 
172
options.
 
173
.TP 8
 
174
.BI \-bpp " n"
 
175
No longer supported.  Use
 
176
.B \-depth
 
177
to set the color depth, and use
 
178
.B \-fbbpp
 
179
if you really need to force a non-default framebuffer (hardware) pixel
 
180
format.
 
181
.TP
 
182
.B \-configure
 
183
When this option is specified, the
 
184
.B __xservername__
 
185
server loads all video driver modules, probes for available hardware,
 
186
and writes out an initial __xconfigfile__(__filemansuffix__) file based on
 
187
what was detected.  This option currently has some problems on some
 
188
platforms, but in most cases it is a good way to bootstrap the
 
189
configuration process.  This option is only available when the server
 
190
is run as root (i.e, with real-uid 0).
 
191
.TP 8
 
192
.BI "\-crt /dev/tty" XX
 
193
SCO only.  This is the same as the
 
194
.B vt
 
195
option, and is provided for compatibility with the native SCO X server.
 
196
.TP 8
 
197
.BI \-depth " n"
 
198
Sets the default color depth.  Legal values are 1, 4, 8, 15, 16, and
 
199
24.  Not all drivers support all values.
 
200
.TP 8
 
201
.B \-disableModInDev
 
202
Disable dynamic modification of input device settings.  This is equivalent
 
203
to the
 
204
.B DisableModInDev
 
205
__xconfigfile__(__filemansuffix__) file option.
 
206
.TP 8
 
207
.B \-disableVidMode
 
208
Disable the the parts of the VidMode extension (used by the xvidtune
 
209
client) that can be used to change the video modes.  This is equivalent
 
210
to the
 
211
.B DisableVidModeExtension
 
212
__xconfigfile__(__filemansuffix__) file option.
 
213
.TP 8
 
214
.B \-fbbpp \fIn\fP
 
215
Sets the number of framebuffer bits per pixel.  You should only set this
 
216
if you're sure it's necessary; normally the server can deduce the correct
 
217
value from
 
218
.B \-depth
 
219
above.  Useful if you want to run a depth 24 configuration with a 24
 
220
bpp framebuffer rather than the (possibly default) 32 bpp framebuffer
 
221
(or vice versa).  Legal values are 1, 8, 16, 24, 32.  Not all drivers
 
222
support all values.
 
223
.TP 8
 
224
.B \-flipPixels
 
225
Swap the default values for the black and white pixels.
 
226
.TP 8
 
227
.BI \-gamma " value"
 
228
Set the gamma correction.
 
229
.I value
 
230
must be between 0.1 and 10.  The default is 1.0.  This value is applied
 
231
equally to the R, G and B values.  Those values can be set independently
 
232
with the
 
233
.BR \-rgamma ,
 
234
.BR \-bgamma ,
 
235
and
 
236
.B \-ggamma
 
237
options.  Not all drivers support this.
 
238
.TP 8
 
239
.BI \-ggamma " value"
 
240
Set the green gamma correction.
 
241
.I value
 
242
must be between 0.1 and 10.  The default is 1.0.  Not all drivers support
 
243
this.  See also the
 
244
.BR \-gamma ,
 
245
.BR \-rgamma ,
 
246
and
 
247
.B \-bgamma
 
248
options.
 
249
.TP 8
 
250
.B \-ignoreABI
 
251
The
 
252
.B __xservername__
 
253
server checks the ABI revision levels of each module that it loads.  It
 
254
will normally refuse to load modules with ABI revisions that are newer
 
255
than the server's.  This is because such modules might use interfaces
 
256
that the server does not have.  When this option is specified, mismatches
 
257
like this are downgraded from fatal errors to warnings.  This option
 
258
should be used with care.
 
259
.TP 8
 
260
.B \-isolateDevice \fIbus\-id\fP
 
261
Restrict device resets to the device at
 
262
.IR bus\-id .
 
263
The
 
264
.I bus\-id
 
265
string has the form
 
266
.IB bustype : bus : device : function
 
267
(e.g., \(oqPCI:1:0:0\(cq).
 
268
At present, only isolation of PCI devices is supported; i.e., this option
 
269
is ignored if
 
270
.I bustype
 
271
is anything other than \(oqPCI\(cq.
 
272
.TP 8
 
273
.B \-keeptty
 
274
Prevent the server from detaching its initial controlling terminal.
 
275
This option is only useful when debugging the server.  Not all platforms
 
276
support (or can use) this option.
 
277
.TP 8
 
278
.BI \-keyboard " keyboard-name"
 
279
Use the __xconfigfile__(__filemansuffix__) file
 
280
.B InputDevice
 
281
section called
 
282
.I keyboard-name
 
283
as the core keyboard.  This option is ignored when the
 
284
.B Layout
 
285
section specifies a core keyboard.  In the absence of both a Layout
 
286
section and this option, the first relevant
 
287
.B InputDevice
 
288
section is used for the core keyboard.
 
289
.TP 8
 
290
.BI \-layout " layout-name"
 
291
Use the __xconfigfile__(__filemansuffix__) file
 
292
.B Layout
 
293
section called
 
294
.IR layout-name .
 
295
By default the first
 
296
.B Layout
 
297
section is used.
 
298
.TP 8
 
299
.BI \-logfile " filename"
 
300
Use the file called
 
301
.I filename
 
302
as the
 
303
.B __xservername__
 
304
server log file.  The default log file is
 
305
.BI __logdir__/__xservername__. n .log
 
306
on most platforms, where
 
307
.I n
 
308
is the display number of the
 
309
.B __xservername__
 
310
server.  The default may be in a different directory on some platforms.
 
311
This option is only available when the server is run as root (i.e, with
 
312
real-uid 0).
 
313
.TP 8
 
314
.BR \-logverbose " [\fIn\fP]"
 
315
Sets the verbosity level for information printed to the
 
316
.B __xservername__
 
317
server log file.  If the
 
318
.I n
 
319
value isn't supplied, each occurrence of this option increments the log
 
320
file verbosity level.  When the
 
321
.I n
 
322
value is supplied, the log file verbosity level is set to that value.
 
323
The default log file verbosity level is 3.
 
324
.TP 8
 
325
.BI \-modulepath " searchpath"
 
326
Set the module search path to
 
327
.IR searchpath .
 
328
.I searchpath
 
329
is a comma separated list of directories to search for
 
330
.B __xservername__
 
331
server modules.  This option is only available when the server is run
 
332
as root (i.e, with real-uid 0).
 
333
.TP 8
 
334
.B \-nosilk
 
335
Disable Silken Mouse support.
 
336
.TP 8
 
337
.B \-pixmap24
 
338
Set the internal pixmap format for depth 24 pixmaps to 24 bits per pixel.
 
339
The default is usually 32 bits per pixel.  There is normally little
 
340
reason to use this option.  Some client applications don't like this
 
341
pixmap format, even though it is a perfectly legal format.  This is
 
342
equivalent to the
 
343
.B Pixmap
 
344
__xconfigfile__(__filemansuffix__) file option.
 
345
.TP 8
 
346
.B \-pixmap32
 
347
Set the internal pixmap format for depth 24 pixmaps to 32 bits per pixel.
 
348
This is usually the default.  This is equivalent to the
 
349
.B Pixmap
 
350
__xconfigfile__(__filemansuffix__) file option.
 
351
.TP 8
 
352
.BI \-pointer " pointer-name"
 
353
Use the __xconfigfile__(__filemansuffix__) file
 
354
.B InputDevice
 
355
section called
 
356
.I pointer-name
 
357
as the core pointer.  This option is ignored when the
 
358
.B Layout
 
359
section specifies a core pointer.  In the absence of both a Layout
 
360
section and this option, the first relevant
 
361
.B InputDevice
 
362
section is used for the core pointer.
 
363
.TP 8
 
364
.B \-probeonly
 
365
Causes the server to exit after the device probing stage.  The
 
366
__xconfigfile__(__filemansuffix__) file is still used when this option is
 
367
given, so information that can be auto-detected should be commented out.
 
368
.TP 8
 
369
.B \-quiet
 
370
Suppress most informational messages at startup.  The verbosity level
 
371
is set to zero.
 
372
.TP 8
 
373
.BI \-rgamma " value"
 
374
Set the red gamma correction.
 
375
.I value
 
376
must be between 0.1 and 10.  The default is 1.0.  Not all drivers support
 
377
this.  See also the
 
378
.BR \-gamma ,
 
379
.BR \-bgamma ,
 
380
and
 
381
.B \-ggamma
 
382
options.
 
383
.TP 8
 
384
.B \-scanpci
 
385
When this option is specified, the
 
386
.B __xservername__
 
387
server scans the PCI bus, and prints out some information about each
 
388
device that was detected.  See also scanpci(1) and pcitweak(1).
 
389
.TP 8
 
390
.BI \-screen " screen-name"
 
391
Use the __xconfigfile__(__filemansuffix__) file
 
392
.B Screen
 
393
section called
 
394
.IR screen-name .
 
395
By default the screens referenced by the default
 
396
.B Layout
 
397
section are used, or the first
 
398
.B Screen
 
399
section when there are no
 
400
.B Layout
 
401
sections.
 
402
.TP 8
 
403
.B \-showconfig
 
404
This is the same as the
 
405
.B \-version
 
406
option, and is included for compatibility reasons.  It may be removed
 
407
in a future release, so the
 
408
.B \-version
 
409
option should be used instead.
 
410
.TP 8
 
411
.BI \-weight " nnn"
 
412
Set RGB weighting at 16 bpp.  The default is 565.  This applies only to
 
413
those drivers which support 16 bpp.
 
414
.TP 8
 
415
.BR \-verbose " [\fIn\fP]"
 
416
Sets the verbosity level for information printed on stderr.  If the
 
417
.I n
 
418
value isn't supplied, each occurrence of this option increments the
 
419
verbosity level.  When the
 
420
.I n
 
421
value is supplied, the verbosity level is set to that value.  The default
 
422
verbosity level is 0.
 
423
.TP 8
 
424
.B \-version
 
425
Print out the server version, patchlevel, release date, the operating
 
426
system/platform it was built on, and whether it includes module loader
 
427
support.
 
428
.TP 8
 
429
.BI \-config " file"
 
430
Read the server configuration from
 
431
.IR file .
 
432
This option will work for any file when the server is run as root (i.e,
 
433
with real-uid 0), or for files relative to a directory in the config
 
434
search path for all other users.
 
435
.SH "KEYBOARD"
 
436
.PP
 
437
The
 
438
.B __xservername__
 
439
server is normally configured to recognize various special combinations
 
440
of key presses that instruct the server to perform some action, rather
 
441
than just sending the key press event to a client application.  The
 
442
default XKEYBOARD keymap defines the key combinations listed below.
 
443
The server also has these key combinations builtin to its event handler
 
444
for cases where the XKEYBOARD extension is not being used.  When using
 
445
the XKEYBOARD extension, which key combinations perform which actions
 
446
is completely configurable.
 
447
.PP
 
448
For more information about when the builtin event handler
 
449
is used to recognize the special key combinations, see
 
450
the documentation on the
 
451
.B HandleSpecialKeys
 
452
option in the __xconfigfile__(__filemansuffix__) man page.
 
453
.PP
 
454
The special combinations of key presses recognized directly
 
455
by
 
456
.B __xservername__
 
457
are:
 
458
.TP 8
 
459
.B Ctrl+Alt+Backspace
 
460
Immediately kills the server -- no questions asked.  This can be disabled
 
461
with the
 
462
.B DontZap
 
463
__xconfigfile__(__filemansuffix__) file option.
 
464
.TP 8
 
465
.B Ctrl+Alt+Keypad-Plus
 
466
Change video mode to next one specified in the configuration file.
 
467
This can be disabled with the
 
468
.B DontZoom
 
469
__xconfigfile__(__filemansuffix__) file option.
 
470
.TP 8
 
471
.B Ctrl+Alt+Keypad-Minus
 
472
Change video mode to previous one specified in the configuration file.
 
473
This can be disabled with the
 
474
.B DontZoom
 
475
__xconfigfile__(__filemansuffix__) file option.
 
476
.TP 8
 
477
.B Ctrl+Alt+Keypad-Multiply
 
478
Not treated specially by default.  If the
 
479
.B AllowClosedownGrabs
 
480
__xconfigfile__(__filemansuffix__) file option is specified, this key sequence
 
481
kills clients with an active keyboard or mouse grab as well as killing any
 
482
application that may have locked the server, normally using the
 
483
XGrabServer(__libmansuffix__) Xlib function.
 
484
.TP 8
 
485
.B Ctrl+Alt+Keypad-Divide
 
486
Not treated specially by default.  If the
 
487
.B AllowDeactivateGrabs
 
488
__xconfigfile__(__filemansuffix__) file option is specified, this key sequence
 
489
deactivates any active keyboard and mouse grabs.
 
490
.TP 8
 
491
.B Ctrl+Alt+F1...F12
 
492
For BSD and Linux systems with virtual terminal support, these keystroke
 
493
combinations are used to switch to virtual terminals 1 through 12,
 
494
respectively.  This can be disabled with the
 
495
.B DontVTSwitch
 
496
__xconfigfile__(__filemansuffix__) file option.
 
497
.SH CONFIGURATION
 
498
.B __xservername__
 
499
typically uses a configuration file called
 
500
.B __xconfigfile__
 
501
for its initial setup.
 
502
Refer to the __xconfigfile__(__filemansuffix__) manual page for information
 
503
about the format of this file.
 
504
.PP
 
505
Starting with version 4.4,
 
506
.B __xservername__
 
507
has a mechanism for automatically generating a built-in configuration
 
508
at run-time when no
 
509
.B __xconfigfile__
 
510
file is present.  The current version of this automatic configuration
 
511
mechanism works in three ways.
 
512
.PP
 
513
The first is via enhancements that have made many components of the
 
514
.B __xconfigfile__
 
515
file optional.  This means that information that can be probed or
 
516
reasonably deduced doesn't need to be specified explicitly, greatly
 
517
reducing the amount of built-in configuration information that needs to
 
518
be generated at run-time.
 
519
.PP
 
520
The second is to use an external utility called getconfig(1), when
 
521
available, to use meta-configuration information to generate a suitable
 
522
configuration for the primary video device.  The meta-configuration
 
523
information can be updated to allow an existing installation to get the
 
524
best out of new hardware or to work around bugs that are found
 
525
post-release.
 
526
.PP
 
527
The third is to have "safe" fallbacks for most configuration information.
 
528
This maximises the likelihood that the
 
529
.B __xservername__
 
530
server will start up in some usable configuration even when information
 
531
about the specific hardware is not available.
 
532
.PP
 
533
The automatic configuration support for __xservername__ is work in progress.
 
534
It is currently aimed at the most popular hardware and software platforms
 
535
supported by __xservername__.  Enhancements are planned for future releases.
 
536
.SH FILES
 
537
The
 
538
.B __xservername__
 
539
server config file can be found in a range of locations.  These are
 
540
documented fully in the __xconfigfile__(__filemansuffix__) manual page.  The
 
541
most commonly used locations are shown here.
 
542
.TP 30
 
543
.B /etc/X11/__xconfigfile__
 
544
Server configuration file.
 
545
.TP 30
 
546
.B /etc/X11/__xconfigfile__-4
 
547
Server configuration file.
 
548
.TP 30
 
549
.B /etc/__xconfigfile__
 
550
Server configuration file.
 
551
.TP 30
 
552
.B __projectroot__/etc/__xconfigfile__
 
553
Server configuration file.
 
554
.TP 30
 
555
.B __projectroot__/lib/X11/__xconfigfile__
 
556
Server configuration file.
 
557
.TP 30
 
558
.BI __logdir__/__xservername__. n .log
 
559
Server log file for display
 
560
.IR n .
 
561
.TP 30
 
562
.B __projectroot__/bin/\(**
 
563
Client binaries.
 
564
.TP 30
 
565
.B __projectroot__/include/\(**
 
566
Header files.
 
567
.TP 30
 
568
.B __projectroot__/lib/\(**
 
569
Libraries.
 
570
.TP 30
 
571
.B __projectroot__/lib/X11/fonts/\(**
 
572
Fonts.
 
573
.TP 30
 
574
.B __projectroot__/lib/X11/rgb.txt
 
575
Color names to RGB mapping.
 
576
.TP 30
 
577
.B __projectroot__/lib/X11/XErrorDB
 
578
Client error message database.
 
579
.TP 30
 
580
.B __projectroot__/lib/X11/app-defaults/\(**
 
581
Client resource specifications.
 
582
.TP 30
 
583
.B __projectroot__/man/man?/\(**
 
584
Manual pages.
 
585
.TP 30
 
586
.BI /etc/X n .hosts
 
587
Initial access control list for display
 
588
.IR n .
 
589
.SH "SEE ALSO"
 
590
X(__miscmansuffix__), Xserver(__appmansuffix__), xdm(__appmansuffix__), xinit(__appmansuffix__),
 
591
__xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), xorgcfg(__appmansuffix__), xvidtune(__appmansuffix__),
 
592
apm(__drivermansuffix__),
 
593
ati(__drivermansuffix__),
 
594
chips(__drivermansuffix__),
 
595
cirrus(__drivermansuffix__),
 
596
cyrix(__drivermansuffix__),
 
597
fbdev(__drivermansuffix__),
 
598
glide(__drivermansuffix__),
 
599
glint(__drivermansuffix__),
 
600
i128(__drivermansuffix__),
 
601
i740(__drivermansuffix__),
 
602
i810(__drivermansuffix__),
 
603
imstt(__drivermansuffix__),
 
604
mga(__drivermansuffix__),
 
605
neomagic(__drivermansuffix__),
 
606
nsc(__drivermansuffix__),
 
607
nv(__drivermansuffix__),
 
608
r128(__drivermansuffix__),
 
609
rendition(__drivermansuffix__),
 
610
s3virge(__drivermansuffix__),
 
611
siliconmotion(__drivermansuffix__),
 
612
sis(__drivermansuffix__),
 
613
sunbw2(__drivermansuffix__),
 
614
suncg14(__drivermansuffix__),
 
615
suncg3(__drivermansuffix__),
 
616
suncg6(__drivermansuffix__),
 
617
sunffb(__drivermansuffix__),
 
618
sunleo(__drivermansuffix__),
 
619
suntcx(__drivermansuffix__),
 
620
tdfx(__drivermansuffix__),
 
621
tga(__drivermansuffix__),
 
622
trident(__drivermansuffix__),
 
623
tseng(__drivermansuffix__),
 
624
v4l(__drivermansuffix__),
 
625
vesa(__drivermansuffix__),
 
626
vga(__drivermansuffix__),
 
627
vmware(__drivermansuffix__),
 
628
.br
 
629
Web site
 
630
.IR <http://www.x.org> .
 
631
 
 
632
.SH AUTHORS
 
633
__xservername__ has many contributors world wide.  The names of most of them
 
634
can be found in the documentation, CHANGELOG files in the source tree,
 
635
and in the actual source code.
 
636
.PP
 
637
__xservername__ was originally based on XFree86 4.4rc2.
 
638
That was originally based on \fIX386 1.2\fP by Thomas Roell, which
 
639
was contributed to the then X Consortium's X11R5 distribution by SGCS.
 
640
.PP
 
641
__xservername__ is released by the X.org Foundation.
 
642
.PP
 
643
The project that became XFree86 was originally founded in 1992 by
 
644
David Dawes, Glenn Lai, Jim Tsillas and David Wexelblat.
 
645
.PP
 
646
XFree86 was later integrated in the then X Consortium's X11R6 release
 
647
by a group of dedicated XFree86 developers, including the following:
 
648
.PP
 
649
.RS 4
 
650
.nf
 
651
Stuart Anderson    \fIanderson@metrolink.com\fP
 
652
Doug Anson         \fIdanson@lgc.com\fP
 
653
Gertjan Akkerman   \fIakkerman@dutiba.twi.tudelft.nl\fP
 
654
Mike Bernson       \fImike@mbsun.mlb.org\fP
 
655
Robin Cutshaw      \fIrobin@XFree86.org\fP
 
656
David Dawes        \fIdawes@XFree86.org\fP
 
657
Marc Evans         \fImarc@XFree86.org\fP
 
658
Pascal Haible      \fIhaible@izfm.uni-stuttgart.de\fP
 
659
Matthieu Herrb     \fIMatthieu.Herrb@laas.fr\fP
 
660
Dirk Hohndel       \fIhohndel@XFree86.org\fP
 
661
David Holland      \fIdavidh@use.com\fP
 
662
Alan Hourihane     \fIalanh@fairlite.demon.co.uk\fP
 
663
Jeffrey Hsu        \fIhsu@soda.berkeley.edu\fP
 
664
Glenn Lai          \fIglenn@cs.utexas.edu\fP
 
665
Ted Lemon          \fImellon@ncd.com\fP
 
666
Rich Murphey       \fIrich@XFree86.org\fP
 
667
Hans Nasten        \fInasten@everyware.se\fP
 
668
Mark Snitily       \fImark@sgcs.com\fP
 
669
Randy Terbush      \fIrandyt@cse.unl.edu\fP
 
670
Jon Tombs          \fItombs@XFree86.org\fP
 
671
Kees Verstoep      \fIversto@cs.vu.nl\fP
 
672
Paul Vixie         \fIpaul@vix.com\fP
 
673
Mark Weaver        \fIMark_Weaver@brown.edu\fP
 
674
David Wexelblat    \fIdwex@XFree86.org\fP
 
675
Philip Wheatley    \fIPhilip.Wheatley@ColumbiaSC.NCR.COM\fP
 
676
Thomas Wolfram     \fIwolf@prz.tu-berlin.de\fP
 
677
Orest Zborowski    \fIorestz@eskimo.com\fP
 
678
.fi
 
679
.RE
 
680
.PP
 
681
__xservername__ source is available from the FTP server
 
682
\fI<ftp://ftp.x.org/>\fP, and from the X.org
 
683
server \fI<http://www.freedesktop.org/cvs/>\fP.  Documentation and other
 
684
information can be found from the X.org web site
 
685
\fI<http://www.x.org/>\fP.
 
686
 
 
687
.SH LEGAL
 
688
.PP
 
689
.B __xservername__
 
690
is copyright software, provided under licenses that permit modification
 
691
and redistribution in source and binary form without fee.  
 
692
.B __xservername__ is copyright by numerous authors and
 
693
contributors from around the world.  Licensing information can be found
 
694
at
 
695
.IR <http://www.x.org> .
 
696
Refer to the source code for specific copyright notices.
 
697
.PP
 
698
.B XFree86(TM)
 
699
is a trademark of The XFree86 Project, Inc.
 
700
.PP
 
701
.B X11(TM)
 
702
and 
 
703
.B X Window System(TM)
 
704
are trademarks of The Open Group.