man pages: use .BR to mark up man page references
The name of a man page is typeset in bold and the section in roman (see man-pages(7)). Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1875>
This commit is contained in:
parent
b4b6b19c9a
commit
5ac0a19e7f
|
@ -16,7 +16,8 @@ servers; for information on a specific X server, please refer to the
|
|||
relevant manual page.
|
||||
.SH OPTIONS
|
||||
In addition to the standard options accepted by all X servers (see
|
||||
Xserver(1)), all the
|
||||
.BR Xserver (1)),
|
||||
all the
|
||||
.B Xkdrive
|
||||
servers accept the following options:
|
||||
.TP 8
|
||||
|
@ -44,7 +45,12 @@ enable emulation of a middle mouse button by chording.
|
|||
.B -3button
|
||||
disable emulation of a middle mouse button by chording.
|
||||
.SH SEE ALSO
|
||||
X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), Xvesa(1), Xfbdev(1).
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (1),
|
||||
.BR xdm (1),
|
||||
.BR xinit (1),
|
||||
.BR Xvesa (1),
|
||||
.BR Xfbdev (1).
|
||||
.SH AUTHORS
|
||||
The Xkdrive common core was written by Keith Packard,
|
||||
and is based on the Sample Implementation of X.
|
||||
|
|
|
@ -39,7 +39,8 @@ uses the host X server window as "framebuffer" via fast SHM XImages.
|
|||
It also has support for "visually" debugging what the server is
|
||||
painting.
|
||||
.SH OPTIONS
|
||||
The server accepts all the standard options of Xserver(@appmansuffix@)
|
||||
The server accepts all the standard options of
|
||||
.BR Xserver (@appmansuffix@)
|
||||
and the following additional options:
|
||||
.TP 8
|
||||
.BI -screen " width" x height
|
||||
|
@ -91,6 +92,7 @@ Keyboard handling is basic but works.
|
|||
.IP \(bu 2
|
||||
Mouse button 5 probably won't work.
|
||||
.SH "SEE ALSO"
|
||||
X(@miscmansuffix@), Xserver(@appmansuffix@)
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (@appmansuffix@)
|
||||
.SH AUTHOR
|
||||
Matthew Allum <mallum@o-hand.com> 2004
|
||||
|
|
|
@ -49,7 +49,8 @@ new platform, and providing an unobtrusive way to run applications
|
|||
that don't really need an X server but insist on having one anyway.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
In addition to the normal server options described in the \fIXserver(1)\fP
|
||||
In addition to the normal server options described in the
|
||||
.BR Xserver (1)
|
||||
manual page, \fIXvfb\fP accepts the following command line switches:
|
||||
.TP 4
|
||||
.B "\-screen \fIscreennum\fP \fIWxHxD\fP"
|
||||
|
@ -119,6 +120,10 @@ xwud -in /var/tmp/Xvfb_screen0
|
|||
Displays screen 0 of the server started by the preceding example.
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
X(@miscmansuffix@), Xserver(1), xwd(1), xwud(1), XWDFile.h
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (1),
|
||||
.BR xwd (1),
|
||||
.BR xwud (1),
|
||||
.B XWDFile.h
|
||||
.SH AUTHORS
|
||||
David P. Wiggins, The Open Group, Inc.
|
||||
|
|
|
@ -27,9 +27,10 @@ The
|
|||
driver supports all hardware where a KMS driver is available.
|
||||
modesetting uses the Linux DRM KMS ioctls and dumb object create/map.
|
||||
.SH CONFIGURATION DETAILS
|
||||
Please refer to @xconfigfile@(@filemansuffix@) for general configuration
|
||||
details. This section only covers configuration details specific to
|
||||
this driver.
|
||||
Please refer to
|
||||
.BR @xconfigfile@ (@filemansuffix@)
|
||||
for general configuration details.
|
||||
This section only covers configuration details specific to this driver.
|
||||
.PP
|
||||
For this driver it is not required to specify modes in the screen
|
||||
section of the config file. The
|
||||
|
@ -125,7 +126,9 @@ Enable atomic modesetting when supported. The default is
|
|||
.B off.
|
||||
.TP
|
||||
.SH "SEE ALSO"
|
||||
@xservername@(@appmansuffix@), @xconfigfile@(@filemansuffix@), Xserver(@appmansuffix@),
|
||||
X(@miscmansuffix@)
|
||||
.BR @xservername@ (@appmansuffix@),
|
||||
.BR @xconfigfile@ (@filemansuffix@),
|
||||
.BR Xserver (@appmansuffix@),
|
||||
.BR X (@miscmansuffix@)
|
||||
.SH AUTHORS
|
||||
Authors include: Dave Airlie
|
||||
|
|
|
@ -10,13 +10,17 @@ A
|
|||
.B fbdevhw
|
||||
module is currently available for linux framebuffer devices.
|
||||
.PP
|
||||
fbdev(@drivermansuffix@) is a non-accelerated driver which runs on top of the
|
||||
.BR fbdev (@drivermansuffix@)
|
||||
is a non-accelerated driver which runs on top of the
|
||||
fbdevhw module. fbdevhw can be used by other drivers too, this
|
||||
is usually activated with `Option "UseFBDev"' in the device section.
|
||||
.SH "SEE ALSO"
|
||||
Xorg(@appmansuffix@), xorg.conf(@filemansuffix@),
|
||||
xorgconfig(@appmansuffix@), Xserver(@appmansuffix@), X(@miscmansuffix@),
|
||||
fbdev(@drivermansuffix@)
|
||||
.BR Xorg (@appmansuffix@),
|
||||
.BR xorg.conf (@filemansuffix@),
|
||||
.BR xorgconfig (@appmansuffix@),
|
||||
.BR Xserver (@appmansuffix@),
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR fbdev (@drivermansuffix@)
|
||||
.SH AUTHORS
|
||||
Authors include: Gerd Knorr, based on the XF68_FBDev Server code
|
||||
(Martin Schaller, Geert Uytterhoeven).
|
||||
|
|
|
@ -33,8 +33,10 @@ free/OpenSource UNIX-like systems such as Linux, FreeBSD, NetBSD,
|
|||
OpenBSD, and Solaris. Commercial UNIX operating systems such as
|
||||
UnixWare are also supported. Other supported operating systems include
|
||||
GNU Hurd. Mac OS X is supported with the
|
||||
Xquartz(@appmansuffix@) X server. Win32/Cygwin is supported with the
|
||||
XWin(@appmansuffix@) X server.
|
||||
.BR Xquartz (@appmansuffix@)
|
||||
X server. Win32/Cygwin is supported with the
|
||||
.BR XWin (@appmansuffix@)
|
||||
X server.
|
||||
.PP
|
||||
.SH "NETWORK CONNECTIONS"
|
||||
.B Xorg
|
||||
|
@ -44,8 +46,10 @@ byte-streams:
|
|||
.I "Local"
|
||||
On most platforms, the "Local" connection type is a UNIX-domain socket.
|
||||
On some System V platforms, the "local" connection types also include
|
||||
STREAMS pipes, named pipes, and some other mechanisms. See the
|
||||
"LOCAL CONNECTIONS" section of X(@miscmansuffix@) for details.
|
||||
STREAMS pipes, named pipes, and some other mechanisms.
|
||||
See the "LOCAL CONNECTIONS" section of
|
||||
.BR X (@miscmansuffix@)
|
||||
for details.
|
||||
.TP 4
|
||||
.I TCP/IP
|
||||
.B Xorg
|
||||
|
@ -56,25 +60,31 @@ where
|
|||
is the display number. This connection type is usually disabled by default,
|
||||
but may be enabled with the
|
||||
.B \-listen
|
||||
option (see the Xserver(1) man page for details).
|
||||
option (see the
|
||||
.BR Xserver (1)
|
||||
man page for details).
|
||||
.SH OPTIONS
|
||||
.B Xorg
|
||||
supports several mechanisms for supplying/obtaining configuration and
|
||||
run-time parameters: command line options, environment variables, the
|
||||
xorg.conf(@filemansuffix@) configuration files, auto-detection, and
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
configuration files, auto-detection, and
|
||||
fallback defaults. When the same information is supplied in more than
|
||||
one way, the highest precedence mechanism is used. The list of mechanisms
|
||||
is ordered from highest precedence to lowest. Note that not all parameters
|
||||
can be supplied via all methods. The available command line options
|
||||
and environment variables (and some defaults) are described here and in
|
||||
the Xserver(@appmansuffix@) manual page. Most configuration file
|
||||
and environment variables (and some defaults) are described here and in the
|
||||
.BR Xserver (@appmansuffix@)
|
||||
manual page. Most configuration file
|
||||
parameters, with their defaults, are described in the
|
||||
xorg.conf(@filemansuffix@) manual page. Driver and module specific
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
manual page. Driver and module specific
|
||||
configuration parameters are described in the relevant driver or module
|
||||
manual page.
|
||||
.PP
|
||||
In addition to the normal server options described in the
|
||||
Xserver(@appmansuffix@) manual page,
|
||||
.BR Xserver (@appmansuffix@)
|
||||
manual page,
|
||||
.B Xorg
|
||||
accepts the following command line switches:
|
||||
.TP 8
|
||||
|
@ -92,15 +102,17 @@ as Linux, BSD, OpenSolaris, SVR3, and SVR4.
|
|||
Allow the server to start up even if the mouse device can't be opened
|
||||
or initialised. This is equivalent to the
|
||||
.B AllowMouseOpenFail
|
||||
xorg.conf(@filemansuffix@) file option.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
.TP 8
|
||||
.B \-allowNonLocalXvidtune
|
||||
Make the VidMode extension available to remote clients. This allows
|
||||
the xvidtune client to connect from another host. This is equivalent
|
||||
to the
|
||||
.B AllowNonLocalXvidtune
|
||||
xorg.conf(@filemansuffix@) file option. By default non-local
|
||||
connections are not allowed.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
By default non-local connections are not allowed.
|
||||
.TP 8
|
||||
.BI \-bgamma " value"
|
||||
Set the blue gamma correction.
|
||||
|
@ -139,10 +151,12 @@ config directory search path for all other users.
|
|||
When this option is specified, the
|
||||
.B Xorg
|
||||
server loads all video driver modules, probes for available hardware,
|
||||
and writes out an initial xorg.conf(@filemansuffix@) file based on
|
||||
what was detected. This option currently has some problems on some
|
||||
platforms, but in most cases it is a good way to bootstrap the
|
||||
configuration process. This option is only available when the server
|
||||
and writes out an initial
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file based on what was detected.
|
||||
This option currently has some problems on some platforms,
|
||||
but in most cases it is a good way to bootstrap the configuration process.
|
||||
This option is only available when the server
|
||||
is run as root (i.e, with real-uid 0).
|
||||
.TP 8
|
||||
.BI "\-crt /dev/tty" XX
|
||||
|
@ -159,7 +173,8 @@ Disable the parts of the VidMode extension (used by the xvidtune
|
|||
client) that can be used to change the video modes. This is equivalent
|
||||
to the
|
||||
.B DisableVidModeExtension
|
||||
xorg.conf(@filemansuffix@) file option.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
.TP 8
|
||||
.B \-fbbpp \fIn\fP
|
||||
Sets the number of framebuffer bits per pixel. You should only set this
|
||||
|
@ -226,7 +241,9 @@ want to use systemd-logind integration you must specify this option.
|
|||
Not all platforms support (or can use) this option.
|
||||
.TP 8
|
||||
.BI \-keyboard " keyboard-name"
|
||||
Use the xorg.conf(@filemansuffix@) file
|
||||
Use the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file
|
||||
.B InputDevice
|
||||
section called
|
||||
.I keyboard-name
|
||||
|
@ -238,7 +255,9 @@ section and this option, the first relevant
|
|||
section is used for the core keyboard.
|
||||
.TP 8
|
||||
.BI \-layout " layout-name"
|
||||
Use the xorg.conf(@filemansuffix@) file
|
||||
Use the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file
|
||||
.B Layout
|
||||
section called
|
||||
.IR layout-name .
|
||||
|
@ -287,7 +306,8 @@ as root (i.e, with real-uid 0).
|
|||
Disable automatically setting secondary GPUs up as output sinks and offload
|
||||
sources. This is equivalent to setting the
|
||||
.B AutoBindGPU
|
||||
xorg.conf(__filemansuffix__) file option. To
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option. To
|
||||
.B false.
|
||||
.TP 8
|
||||
.B \-nosilk
|
||||
|
@ -298,7 +318,9 @@ Disable the automatic switching on X server reset and shutdown to the
|
|||
VT that was active when the server started, if supported by the OS.
|
||||
.TP 8
|
||||
.BI \-pointer " pointer-name"
|
||||
Use the xorg.conf(@filemansuffix@) file
|
||||
Use the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file
|
||||
.B InputDevice
|
||||
section called
|
||||
.I pointer-name
|
||||
|
@ -328,7 +350,9 @@ options.
|
|||
Share virtual terminals with another X server, if supported by the OS.
|
||||
.TP 8
|
||||
.BI \-screen " screen-name"
|
||||
Use the xorg.conf(@filemansuffix@) file
|
||||
Use the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file
|
||||
.B Screen
|
||||
section called
|
||||
.IR screen-name .
|
||||
|
@ -392,7 +416,8 @@ keymap.
|
|||
Immediately kills the server -- no questions asked. It can be disabled by
|
||||
setting the
|
||||
.B DontZap
|
||||
xorg.conf(@filemansuffix@) file option to a TRUE value.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option to a TRUE value.
|
||||
.PP
|
||||
.RS 8
|
||||
It should be noted that zapping is triggered by the
|
||||
|
@ -406,20 +431,23 @@ but can be enabled with the XKB option
|
|||
Change video mode to next one specified in the configuration file.
|
||||
This can be disabled with the
|
||||
.B DontZoom
|
||||
xorg.conf(@filemansuffix@) file option.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
.TP 8
|
||||
.B Ctrl+Alt+Keypad-Minus
|
||||
Change video mode to previous one specified in the configuration file.
|
||||
This can be disabled with the
|
||||
.B DontZoom
|
||||
xorg.conf(@filemansuffix@) file option.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
.TP 8
|
||||
.B Ctrl+Alt+F1...F12
|
||||
For systems with virtual terminal support, these keystroke
|
||||
combinations are used to switch to virtual terminals 1 through 12,
|
||||
respectively. This can be disabled with the
|
||||
.B DontVTSwitch
|
||||
xorg.conf(@filemansuffix@) file option.
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file option.
|
||||
.SH CONFIGURATION
|
||||
.B Xorg
|
||||
typically uses a configuration file called
|
||||
|
@ -429,8 +457,9 @@ and configuration files with the suffix
|
|||
in a directory called
|
||||
.B @xconfigdir@
|
||||
for its initial setup.
|
||||
Refer to the xorg.conf(@filemansuffix@) manual page for information
|
||||
about the format of this file.
|
||||
Refer to the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
manual page for information about the format of this file.
|
||||
.PP
|
||||
.B Xorg
|
||||
has a mechanism for automatically generating a built-in configuration
|
||||
|
@ -460,9 +489,11 @@ supported by Xorg. Enhancements are planned for future releases.
|
|||
.SH FILES
|
||||
The
|
||||
.B Xorg
|
||||
server config files can be found in a range of locations. These are
|
||||
documented fully in the xorg.conf(@filemansuffix@) manual page. The
|
||||
most commonly used locations are shown here.
|
||||
server config files can be found in a range of locations.
|
||||
These are documented fully in the
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
manual page.
|
||||
The most commonly used locations are shown here.
|
||||
.TP 30
|
||||
.B /etc/X11/xorg.conf
|
||||
Server configuration file.
|
||||
|
@ -523,45 +554,49 @@ Manual pages.
|
|||
Initial access control list for display
|
||||
.IR n .
|
||||
.SH "SEE ALSO"
|
||||
X(@miscmansuffix@), Xserver(@appmansuffix@), xdm(@appmansuffix@), xinit(@appmansuffix@),
|
||||
xorg.conf(@filemansuffix@), xvidtune(@appmansuffix@),
|
||||
xkeyboard-config (@miscmansuffix@),
|
||||
apm(@drivermansuffix@),
|
||||
ati(@drivermansuffix@),
|
||||
chips(@drivermansuffix@),
|
||||
cirrus(@drivermansuffix@),
|
||||
cyrix(@drivermansuffix@),
|
||||
fbdev(@drivermansuffix@),
|
||||
glide(@drivermansuffix@),
|
||||
glint(@drivermansuffix@),
|
||||
i128(@drivermansuffix@),
|
||||
i740(@drivermansuffix@),
|
||||
imstt(@drivermansuffix@),
|
||||
intel(@drivermansuffix@),
|
||||
mga(@drivermansuffix@),
|
||||
neomagic(@drivermansuffix@),
|
||||
nsc(@drivermansuffix@),
|
||||
nv(@drivermansuffix@),
|
||||
openchrome (@drivermansuffix@),
|
||||
r128(@drivermansuffix@),
|
||||
rendition(@drivermansuffix@),
|
||||
s3virge(@drivermansuffix@),
|
||||
siliconmotion(@drivermansuffix@),
|
||||
sis(@drivermansuffix@),
|
||||
sunbw2(@drivermansuffix@),
|
||||
suncg14(@drivermansuffix@),
|
||||
suncg3(@drivermansuffix@),
|
||||
suncg6(@drivermansuffix@),
|
||||
sunffb(@drivermansuffix@),
|
||||
sunleo(@drivermansuffix@),
|
||||
suntcx(@drivermansuffix@),
|
||||
tdfx(@drivermansuffix@),
|
||||
tga(@drivermansuffix@),
|
||||
trident(@drivermansuffix@),
|
||||
tseng(@drivermansuffix@),
|
||||
v4l(@drivermansuffix@),
|
||||
vesa(@drivermansuffix@),
|
||||
vmware(@drivermansuffix@),
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (@appmansuffix@),
|
||||
.BR xdm (@appmansuffix@),
|
||||
.BR xinit (@appmansuffix@),
|
||||
.BR xorg.conf (@filemansuffix@),
|
||||
.BR xvidtune (@appmansuffix@),
|
||||
.BR xkeyboard-config (@miscmansuffix@),
|
||||
.BR apm (@drivermansuffix@),
|
||||
.BR ati (@drivermansuffix@),
|
||||
.BR chips (@drivermansuffix@),
|
||||
.BR cirrus (@drivermansuffix@),
|
||||
.BR cyrix (@drivermansuffix@),
|
||||
.BR fbdev (@drivermansuffix@),
|
||||
.BR glide (@drivermansuffix@),
|
||||
.BR glint (@drivermansuffix@),
|
||||
.BR i128 (@drivermansuffix@),
|
||||
.BR i740 (@drivermansuffix@),
|
||||
.BR imstt (@drivermansuffix@),
|
||||
.BR intel (@drivermansuffix@),
|
||||
.BR mga (@drivermansuffix@),
|
||||
.BR neomagic (@drivermansuffix@),
|
||||
.BR nsc (@drivermansuffix@),
|
||||
.BR nv (@drivermansuffix@),
|
||||
.BR openchrome (@drivermansuffix@),
|
||||
.BR r128 (@drivermansuffix@),
|
||||
.BR rendition (@drivermansuffix@),
|
||||
.BR s3virge (@drivermansuffix@),
|
||||
.BR siliconmotion (@drivermansuffix@),
|
||||
.BR sis (@drivermansuffix@),
|
||||
.BR sunbw2 (@drivermansuffix@),
|
||||
.BR suncg14 (@drivermansuffix@),
|
||||
.BR suncg3 (@drivermansuffix@),
|
||||
.BR suncg6 (@drivermansuffix@),
|
||||
.BR sunffb (@drivermansuffix@),
|
||||
.BR sunleo (@drivermansuffix@),
|
||||
.BR suntcx (@drivermansuffix@),
|
||||
.BR tdfx (@drivermansuffix@),
|
||||
.BR tga (@drivermansuffix@),
|
||||
.BR trident (@drivermansuffix@),
|
||||
.BR tseng (@drivermansuffix@),
|
||||
.BR v4l (@drivermansuffix@),
|
||||
.BR vesa (@drivermansuffix@),
|
||||
.BR vmware (@drivermansuffix@),
|
||||
.br
|
||||
Web site
|
||||
.IR <https://www.x.org> .
|
||||
|
|
|
@ -64,4 +64,5 @@ graphics cards and some are not kms capable auto-detection may fail,
|
|||
in this case manual configuration should be used.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
Xorg X server information: \fIXorg\fP(1)
|
||||
Xorg X server information:
|
||||
.BR Xorg (1)
|
||||
|
|
|
@ -15,9 +15,9 @@ is a utility for calculating VESA GTF modes. Given the desired
|
|||
horizontal and vertical resolutions and refresh rate (in Hz), the parameters
|
||||
for a matching VESA GTF mode are printed out. Two output formats are
|
||||
supported: mode lines suitable for the Xorg
|
||||
.B xorg.conf(@filemansuffix@)
|
||||
.BR xorg.conf (@filemansuffix@)
|
||||
file, and mode parameters suitable for the Linux
|
||||
.B fbset(8)
|
||||
.BR fbset (8)
|
||||
utility.
|
||||
|
||||
.SH OPTIONS
|
||||
|
@ -32,9 +32,10 @@ default format.
|
|||
.TP 8
|
||||
.BR \-f | \-\-fbset
|
||||
Print the mode parameters in a format suitable for
|
||||
.BR fbset(8) .
|
||||
.BR fbset (8).
|
||||
.SH "SEE ALSO"
|
||||
xorg.conf(@filemansuffix@), cvt(@appmansuffix@)
|
||||
.BR xorg.conf (@filemansuffix@),
|
||||
.BR cvt (@appmansuffix@)
|
||||
.SH AUTHOR
|
||||
Andy Ritger.
|
||||
.PP
|
||||
|
|
|
@ -14,7 +14,9 @@ X11 display is the size of the screen and contains all the other
|
|||
windows. The X11 root window is not displayed in rootless mode as Mac
|
||||
OS X handles the desktop background.
|
||||
.SH CUSTOMIZATION
|
||||
\fIXquartz\fP can be customized using the defaults(1) command. The available options are:
|
||||
\fIXquartz\fP can be customized using the
|
||||
.BR defaults (1)
|
||||
command. The available options are:
|
||||
.TP 8
|
||||
.B defaults write @bundle_id_prefix@.X11 enable_fake_buttons -boolean true
|
||||
Emulates a 3 button mouse using modifier keys. By default, the Command modifier
|
||||
|
@ -43,11 +45,13 @@ Disables the alert dialog displayed when attempting to quit X11.
|
|||
.TP 8
|
||||
.B defaults write @bundle_id_prefix@.X11 no_auth -boolean true
|
||||
Stops the X server requiring that clients authenticate themselves when
|
||||
connecting. See Xsecurity(@miscmansuffix@).
|
||||
connecting. See
|
||||
.BR Xsecurity (@miscmansuffix@).
|
||||
.TP 8
|
||||
.B defaults write @bundle_id_prefix@.X11 nolisten_tcp -boolean false
|
||||
This will tell the server to listen and accept TCP connections. Doing this without enabling
|
||||
xauth is a possible security concern. See Xsecurity(@miscmansuffix@).
|
||||
This will tell the server to listen and accept TCP connections.
|
||||
Doing this without enabling xauth is a possible security concern. See
|
||||
.BR Xsecurity (@miscmansuffix@).
|
||||
.TP 8
|
||||
.B defaults write @bundle_id_prefix@.X11 enable_system_beep -boolean false
|
||||
Don't use the standard system beep effect for X11 alerts.
|
||||
|
@ -88,7 +92,8 @@ This option defaults to false and is only accessible through the command line.
|
|||
This option defaults to false. Enable this option to ensure that X11 scroll events are always in the direction of the device. This overrides the related option in the Mouse/Trackpad section of System Preferences.
|
||||
.SH OPTIONS
|
||||
.PP
|
||||
In addition to the normal server options described in the \fIXserver(1)\fP
|
||||
In addition to the normal server options described in the
|
||||
.BR Xserver (1)
|
||||
manual page, \fIXquartz\fP accepts the following command line switches:
|
||||
.TP 8
|
||||
.B \-fakebuttons
|
||||
|
@ -110,9 +115,14 @@ XQuartz stores a server log at ~/Library/Logs/X11.@bundle_id_prefix@.log which
|
|||
is analogous to /var/log/Xorg.#.log on systems that use the XFree86 DDX such as
|
||||
Linux, BSD, and Solaris.
|
||||
.PP
|
||||
In addition to this server log, XQuartz sends messages to syslogd(8) using
|
||||
asl(3). These logs are sent to the @bundle_id_prefix@ facility, and you can
|
||||
watch these logs using the following syslog(1) command:
|
||||
In addition to this server log, XQuartz sends messages to
|
||||
.BR syslogd (8)
|
||||
using
|
||||
.BR asl (3).
|
||||
These logs are sent to the @bundle_id_prefix@ facility, and you can
|
||||
watch these logs using the following
|
||||
.BR syslog (1)
|
||||
command:
|
||||
.TP 8
|
||||
.B $ syslog -w -k Facility eq @bundle_id_prefix@
|
||||
.PP
|
||||
|
@ -123,7 +133,9 @@ or you can include extra information such as the file, line, and function where
|
|||
By default, XQuartz sets an ASL mask which prevents it from logging messages
|
||||
below the ASL_LEVEL_WARNING level (meaning almost all logging is done strictly
|
||||
to the file referenced above). To force XQuartz to send all log messages to
|
||||
syslogd(8), you can adjust this mask using the following syslog(1) command:
|
||||
.BR syslogd (8), you can adjust this mask using the following
|
||||
.BR syslog (1)
|
||||
command:
|
||||
.TP 8
|
||||
.B $ syslog -c X11.bin -d
|
||||
.PP
|
||||
|
@ -134,7 +146,12 @@ you will need to adjust XQuartz's asl mask as above but using -i or -n
|
|||
instead of -d.
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), syslog(1), syslogd(8)
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (1),
|
||||
.BR xdm (1),
|
||||
.BR xinit (1),
|
||||
.BR syslog (1),
|
||||
.BR syslogd (8)
|
||||
.PP
|
||||
https://www.xquartz.org/
|
||||
.PP
|
||||
|
|
|
@ -43,7 +43,9 @@ of the Wayland desktop. It is however possible for a user to launch Xwayland
|
|||
non-rootless, mainly for testing purposes.
|
||||
.PP
|
||||
Like all of the X servers, \fIXwayland\fP accepts the command line options
|
||||
described in the \fIXserver\fP(@miscmansuffix@) manual page.
|
||||
described in the
|
||||
.BR Xserver (@miscmansuffix@)
|
||||
manual page.
|
||||
The following additional arguments are supported as well.
|
||||
.TP 8
|
||||
.B \-decorate
|
||||
|
@ -176,4 +178,6 @@ the name of the display of the Wayland server.
|
|||
.B XWAYLAND_NO_GLAMOR
|
||||
disable glamor and DRI3 support in \fIXwayland\fP, for testing purposes.
|
||||
.SH "SEE ALSO"
|
||||
General information: \fIX\fP(@miscmansuffix@), \fIwayland-info\fP(@miscmansuffix@)
|
||||
General information:
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR wayland-info (@miscmansuffix@)
|
||||
|
|
|
@ -31,7 +31,8 @@ containing the whole screen but this root window (traditionally covered with an
|
|||
pattern) is hidden from view, so only top-level X windows are seen.
|
||||
|
||||
.SH OPTIONS
|
||||
In addition to the normal server options described in the \fIXserver(1)\fP
|
||||
In addition to the normal server options described in the
|
||||
.BR Xserver (1)
|
||||
manual page, \fIXWin\fP accepts the following command line switches,
|
||||
\fIall\fP of which are optional:
|
||||
|
||||
|
@ -110,7 +111,8 @@ Currently \fB\-fullscreen\fP may only be applied to one X screen.
|
|||
.TP 8
|
||||
.B "\-icon" \fIicon-specifier\fP
|
||||
Override the window icon for the screen window from the default.
|
||||
The \fIicon-specifier\fP is as defined in \fIXWinrc(@filemansuffix@)\fP.
|
||||
The \fIicon-specifier\fP is as defined in
|
||||
.BR XWinrc (@filemansuffix@).
|
||||
.TP 8
|
||||
.B \-nodecoration
|
||||
Do not give the Cygwin/X window a \fIWindows\fP window border, title bar,
|
||||
|
@ -292,8 +294,9 @@ fullscreen with a DirectDraw engine. This parameter is ignored if
|
|||
\fB\-fullscreen\fP is not specified.
|
||||
|
||||
.SH MISCELLANEOUS OPTIONS
|
||||
See also the normal server options described in the \fIXserver(1)\fP
|
||||
manual page
|
||||
See also the normal server options described in the
|
||||
.BR Xserver (1)
|
||||
manual page.
|
||||
|
||||
.TP 8
|
||||
.B \-help
|
||||
|
@ -328,21 +331,27 @@ values will yield a still more detailed debug output.
|
|||
.TP 8
|
||||
.B "\-xkbvariant \fIvariant\fp"
|
||||
These options configure the xkeyboard extension to load
|
||||
a particular keyboard map as the X server starts. The behavior is similar
|
||||
to the \fIsetxkbmap\fP(1) program.
|
||||
a particular keyboard map as the X server starts.
|
||||
The behavior is similar to the
|
||||
.BR setxkbmap (1)
|
||||
program.
|
||||
|
||||
See the \fIxkeyboard-config\fP(@miscmansuffix@) manual page for a list of
|
||||
keyboard configurations.
|
||||
See the
|
||||
.BR xkeyboard\-config (@miscmansuffix@)
|
||||
manual page for a list of keyboard configurations.
|
||||
|
||||
The keyboard layout data is located at \fI@datadir@/X11/xkb/\fP. Additional information
|
||||
can be found in the README files there and in the \fIsetxkbmap\fP(1) manual page.
|
||||
The keyboard layout data is located at \fI@datadir@/X11/xkb/\fP.
|
||||
Additional information can be found in the README files there and in the
|
||||
.BR setxkbmap (1)
|
||||
manual page.
|
||||
|
||||
For example, in order to load a German layout for a pc105 keyboard, use the options:
|
||||
.br
|
||||
.I " \-xkblayout de \-xkbmodel pc105"
|
||||
|
||||
Alternatively, you can use the \fIsetxkbmap\fP(1) program after \fIXWin\fP is
|
||||
running.
|
||||
Alternatively, you can use the
|
||||
.BR setxkbmap (1)
|
||||
program after \fIXWin\fP is running.
|
||||
|
||||
The default is to select a keyboard configuration matching your current layout as
|
||||
reported by \fIWindows\fP, if known, or the default X server configuration
|
||||
|
@ -387,15 +396,22 @@ window, in both the generic case and for particular programs.
|
|||
* To change the style that is associated to the \fIWindows\fP window that
|
||||
\fXWin I-multiwindow\fP produces for each top-level X window.
|
||||
.PP
|
||||
The format of the \fI.XWinrc\fP file is given in the XWinrc(5) manual page.
|
||||
The format of the \fI.XWinrc\fP file is given in the
|
||||
.BR XWinrc (5)
|
||||
manual page.
|
||||
|
||||
.SH EXAMPLES
|
||||
Need some examples
|
||||
|
||||
|
||||
.SH "SEE ALSO"
|
||||
X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), XWinrc(@filemansuffix@),
|
||||
setxkbmap(1), xkeyboard-config(@miscmansuffix@).
|
||||
.BR X (@miscmansuffix@),
|
||||
.BR Xserver (1),
|
||||
.BR xdm (1),
|
||||
.BR xinit (1),
|
||||
.BR XWinrc (@filemansuffix@),
|
||||
.BR setxkbmap (1),
|
||||
.BR xkeyboard-config (@miscmansuffix@).
|
||||
|
||||
|
||||
.SH BUGS
|
||||
|
|
|
@ -7,9 +7,10 @@ XWinrc\- XWin Server Resource Configuration File.
|
|||
|
||||
.SH DESCRIPTION
|
||||
The X Server for the X Window System on the Cygwin/X environment
|
||||
running on Microsoft Windows, \fIXWin\fP can be optionally configured
|
||||
with the \fIXWinrc\fP file. A system-wide configuration file should
|
||||
be placed in \fI
|
||||
running on Microsoft Windows,
|
||||
.BR XWin (1)
|
||||
can be optionally configured with the \fIXWinrc\fP file.
|
||||
A system-wide configuration file should be placed in \fI
|
||||
@sysconfdir@/X11/system.XWinrc\fP, a per-user file
|
||||
should be put at \fI$HOME/.XWinrc\fP. The \fIsystem.XWinrc\fP file is
|
||||
read only if no \fI$HOME/.XWinrc\fP exist.
|
||||
|
@ -248,7 +249,7 @@ This example makes an oclock window frameless in \fI-multiwindow\fP mode
|
|||
|
||||
|
||||
.SH "SEE ALSO"
|
||||
XWin(1)
|
||||
.BR XWin (1)
|
||||
|
||||
|
||||
.SH AUTHOR
|
||||
|
|
|
@ -17,8 +17,14 @@ It also monitors the contents of the Windows clipboard for changes, taking owner
|
|||
CLIPBOARD selections, and making the contents of the Windows clipboard available in them.
|
||||
|
||||
.B Note well:
|
||||
The \fIXWin(1)\fP X server has internal clipboard integration that is enabled by default.
|
||||
Do \fINOT\fP run \fIxwinclip\fP unless \fIXWin(1)\fP has been started with the -noclipboard option.
|
||||
The
|
||||
.BR XWin (1)
|
||||
X server has internal clipboard integration that is enabled by default.
|
||||
Do \fINOT\fP run \fIxwinclip\fP unless
|
||||
.BR XWin (1)
|
||||
has been started with the
|
||||
.B -noclipboard
|
||||
option.
|
||||
|
||||
.SH OPTIONS
|
||||
\fIxwinclip\fP accepts the following optional command line switches:
|
||||
|
@ -31,7 +37,7 @@ Specifies the X server display to connect to.
|
|||
Do not monitor the PRIMARY selection.
|
||||
|
||||
.SH "SEE ALSO"
|
||||
XWin(1)
|
||||
.BR XWin (1)
|
||||
|
||||
.SH BUGS
|
||||
Only text clipboard contents are supported.
|
||||
|
@ -49,7 +55,9 @@ client which owns the selection to convert the selection to our requested format
|
|||
using a fixed timeout. After requesting conversion of the selection, if no events are received from the X
|
||||
client which owns the selection for one second, the conversion is assumed to have failed.
|
||||
|
||||
The XWin(1) server should indicate somehow (by placing an atom on the root window?) that it is running with its
|
||||
The
|
||||
.BR XWin (1)
|
||||
server should indicate somehow (by placing an atom on the root window?) that it is running with its
|
||||
internal clipboard integration enabled, and xwinclip should notice this and exit with an appropriate error.
|
||||
|
||||
Probably many other bugs.
|
||||
|
|
100
man/Xserver.man
100
man/Xserver.man
|
@ -39,13 +39,15 @@ frequently a link or a copy of the appropriate server binary for
|
|||
driving the most frequently used server on a given machine.
|
||||
.SH "STARTING THE SERVER"
|
||||
The X server is usually started from the X Display Manager program
|
||||
\fIxdm\fP(1) or a similar display manager program.
|
||||
.BR xdm (1)
|
||||
or a similar display manager program.
|
||||
This utility is run from the system boot files and takes care of keeping
|
||||
the server running, prompting for usernames and passwords, and starting up
|
||||
the user sessions.
|
||||
.PP
|
||||
Installations that run more than one window system may need to use the
|
||||
\fIxinit\fP(1) utility instead of a display manager. However, \fIxinit\fP is
|
||||
.BR xinit (1)
|
||||
utility instead of a display manager. However, \fIxinit\fP is
|
||||
to be considered a tool for building startup scripts and is not
|
||||
intended for use by end users. Site administrators are \fBstrongly\fP
|
||||
urged to use a display manager, or build other interfaces for novice users.
|
||||
|
@ -73,8 +75,10 @@ should override values specified via other mechanisms.
|
|||
.B :\fIdisplaynumber\fP
|
||||
The X server runs as the given \fIdisplaynumber\fP, which by default is 0.
|
||||
If multiple X servers are to run simultaneously on a host, each must have
|
||||
a unique display number. See the DISPLAY
|
||||
NAMES section of the \fIX\fP(@miscmansuffix@) manual page to learn how to
|
||||
a unique display number.
|
||||
See the DISPLAY NAMES section of the
|
||||
.BR X (@miscmansuffix@)
|
||||
manual page to learn how to
|
||||
specify which display number clients should try to use.
|
||||
.TP 8
|
||||
.B \-a \fInumber\fP
|
||||
|
@ -98,8 +102,12 @@ Audit lines are sent as standard error output.
|
|||
.TP 8
|
||||
.B \-auth \fIauthorization-file\fP
|
||||
specifies a file which contains a collection of authorization records used
|
||||
to authenticate access. See also the \fIxdm\fP(1) and
|
||||
\fIXsecurity\fP(@miscmansuffix@) manual pages.
|
||||
to authenticate access.
|
||||
See also the
|
||||
.BR xdm (1)
|
||||
and
|
||||
.BR Xsecurity (@miscmansuffix@)
|
||||
manual pages.
|
||||
.TP 8
|
||||
.B \-background none
|
||||
Asks the driver not to clear the background on startup,
|
||||
|
@ -446,15 +454,17 @@ loads keyboard description in \fIfilename\fP on server startup.
|
|||
.SH "NETWORK CONNECTIONS"
|
||||
The X server supports client connections via a platform-dependent subset of
|
||||
the following transport types: TCP/IP, Unix Domain sockets,
|
||||
and several varieties of SVR4 local connections. See the DISPLAY
|
||||
NAMES section of the \fIX\fP(@miscmansuffix@) manual page to learn how to
|
||||
and several varieties of SVR4 local connections.
|
||||
See the DISPLAY NAMES section of the
|
||||
.BR X (@miscmansuffix@)
|
||||
manual page to learn how to
|
||||
specify which transport type clients should try to use.
|
||||
.SH GRANTING ACCESS
|
||||
The X server implements a platform-dependent subset of the following
|
||||
authorization protocols: MIT-MAGIC-COOKIE-1, XDM-AUTHORIZATION-1,
|
||||
XDM-AUTHORIZATION-2, SUN-DES-1, and MIT-KERBEROS-5. See the
|
||||
\fIXsecurity\fP(@miscmansuffix@) manual page for information on the
|
||||
operation of these protocols.
|
||||
.BR Xsecurity (@miscmansuffix@)
|
||||
manual page for information on the operation of these protocols.
|
||||
.PP
|
||||
Authorization data required by the above protocols is passed to the
|
||||
server in a private file named with the \fB\-auth\fP command line
|
||||
|
@ -464,9 +474,10 @@ If this file contains any authorization records, the local host is not
|
|||
automatically allowed access to the server, and only clients which
|
||||
send one of the authorization records contained in the file in the
|
||||
connection setup information will be allowed access. See the
|
||||
\fIXau\fP manual page for a description of the binary format of this
|
||||
file. See \fIxauth\fP(1) for maintenance of this file, and distribution
|
||||
of its contents to remote hosts.
|
||||
.BR Xau (3)
|
||||
manual page for a description of the binary format of this file. See
|
||||
.BR xauth (1)
|
||||
for maintenance of this file, and distribution of its contents to remote hosts.
|
||||
.PP
|
||||
The X server also uses a host-based access control list for deciding
|
||||
whether or not to accept connections from clients on a particular machine.
|
||||
|
@ -476,7 +487,9 @@ well as any machines listed in the file \fI/etc/X\fBn\fI.hosts\fR, where
|
|||
\fBn\fP is the display number of the server. Each line of the file should
|
||||
contain either an Internet hostname (e.g., expo.lcs.mit.edu)
|
||||
or a complete name in the format
|
||||
\fIfamily\fP:\fIname\fP as described in the \fIxhost\fP(1) manual page.
|
||||
\fIfamily\fP:\fIname\fP as described in the
|
||||
.BR xhost (1)
|
||||
manual page.
|
||||
There should be no leading or trailing spaces on any lines. For example:
|
||||
.sp
|
||||
.in +8
|
||||
|
@ -495,8 +508,9 @@ The X protocol intrinsically does not have any notion of window operation
|
|||
permissions or place any restrictions on what a client can do; if a program can
|
||||
connect to a display, it has full run of the screen.
|
||||
X servers that support the SECURITY extension fare better because clients
|
||||
can be designated untrusted via the authorization they use to connect; see
|
||||
the \fIxauth\fP(1) manual page for details. Restrictions are imposed
|
||||
can be designated untrusted via the authorization they use to connect; see the
|
||||
.BR xauth (1)
|
||||
manual page for details. Restrictions are imposed
|
||||
on untrusted clients that curtail the mischief they can do. See the SECURITY
|
||||
extension specification for a complete list of these restrictions.
|
||||
.PP
|
||||
|
@ -537,7 +551,8 @@ A special kind of directory can be specified using the \fBcatalogue\fP:
|
|||
prefix. Directories specified this way can contain symlinks pointing to the
|
||||
real font directories. See the FONTPATH.D section for details.
|
||||
.LP
|
||||
The font path can be set with the \fB\-fp\fP option or by \fIxset\fP(1)
|
||||
The font path can be set with the \fB\-fp\fP option or by
|
||||
.BR xset (1)
|
||||
after the server has started.
|
||||
.SH "FONTPATH.D"
|
||||
You can specify a special kind of font path in the form \fBcatalogue:<dir>\fR.
|
||||
|
@ -587,36 +602,61 @@ Outline font directories
|
|||
Unix domain socket for display number \fBn\fP
|
||||
.TP 30
|
||||
.I /usr/adm/X\fBn\fPmsgs
|
||||
Error log file for display number \fBn\fP if run from \fIinit\fP(@adminmansuffix@)
|
||||
Error log file for display number \fBn\fP if run from
|
||||
.BR init (@adminmansuffix@)
|
||||
.TP 30
|
||||
.I @projectroot@/lib/X11/xdm/xdm\-errors
|
||||
Default error log file if the server is run from \fIxdm\fP(1)
|
||||
Default error log file if the server is run from
|
||||
.BR xdm (1)
|
||||
.SH "SEE ALSO"
|
||||
General information: \fIX\fP(@miscmansuffix@)
|
||||
General information:
|
||||
.BR X (@miscmansuffix@)
|
||||
.PP
|
||||
Protocols:
|
||||
.I "X Window System Protocol,"
|
||||
.I "The X Font Service Protocol,"
|
||||
.I "X Display Manager Control Protocol"
|
||||
.PP
|
||||
Fonts: \fIbdftopcf\fP(1), \fImkfontdir\fP(1), \fImkfontscale\fP(1),
|
||||
\fIxfs\fP(1), \fIxlsfonts\fP(1), \fIxfontsel\fP(1), \fIxfd\fP(1),
|
||||
Fonts:
|
||||
.BR bdftopcf (1),
|
||||
.BR mkfontdir (1),
|
||||
.BR mkfontscale (1),
|
||||
.BR xfs (1),
|
||||
.BR xlsfonts (1),
|
||||
.BR xfontsel (1),
|
||||
.BR xfd (1),
|
||||
.I "X Logical Font Description Conventions"
|
||||
.PP
|
||||
Keyboards: \fIxkeyboard\-config\fP(@miscmansuffix@)
|
||||
Keyboards:
|
||||
.BR xkeyboard\-config (@miscmansuffix@)
|
||||
.PP
|
||||
Security: \fIXsecurity\fP(@miscmansuffix@), \fIxauth\fP(1), \fIXau\fP(1),
|
||||
\fIxdm\fP(1), \fIxhost\fP(1)
|
||||
Security:
|
||||
.BR Xsecurity (@miscmansuffix@),
|
||||
.BR xauth (1),
|
||||
.BR Xau (3),
|
||||
.BR xdm (1),
|
||||
.BR xhost (1),
|
||||
.I "Security Extension Specification"
|
||||
.PP
|
||||
Starting the server: \fIstartx\fP(1), \fIxdm\fP(1), \fIxinit\fP(1)
|
||||
Starting the server:
|
||||
.BR startx (1),
|
||||
.BR xdm (1),
|
||||
.BR xinit (1)
|
||||
.PP
|
||||
Controlling the server once started: \fIxset\fP(1), \fIxsetroot\fP(1),
|
||||
\fIxhost\fP(1), \fIxinput\fP(1), \fIxrandr\fP(1)
|
||||
Controlling the server once started:
|
||||
.BR xset (1),
|
||||
.BR xsetroot (1),
|
||||
.BR xhost (1),
|
||||
.BR xinput (1),
|
||||
.BR xrandr (1)
|
||||
.PP
|
||||
Server-specific man pages:
|
||||
\fIXorg\fP(1), \fIXephyr\fP(1), \fIXnest\fP(1),
|
||||
\fIXvfb\fP(1), \fIXquartz\fP(1), \fIXWin\fP(1).
|
||||
.BR Xorg (1),
|
||||
.BR Xephyr (1),
|
||||
.BR Xnest (1),
|
||||
.BR Xvfb (1),
|
||||
.BR Xquartz (1),
|
||||
.BR XWin (1).
|
||||
.PP
|
||||
Server internal documentation:
|
||||
.I "Definition of the Porting Layer for the X v11 Sample Server"
|
||||
|
|
Loading…
Reference in New Issue