man: s/__/@/g

A cosmetic change for automake (though we have to replicate some of
xorg-macros.m4 in manpages.am now), but meson's configure_file() wants
@-delimited strings.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Adam Jackson 2018-03-26 18:42:52 -04:00
parent 6cbefc3e0a
commit 2e497bf887
24 changed files with 339 additions and 323 deletions

View File

@ -26,7 +26,7 @@
.\" Authors: .\" Authors:
.\" Rickard E. (Rik) Faith <faith@redhat.com> .\" Rickard E. (Rik) Faith <faith@redhat.com>
.\" .\"
.TH dmxtodmx 1 __vendorversion__ .TH dmxtodmx 1 @vendorversion@
.SH NAME .SH NAME
dmxtodmx - dmx configuration file parser and printer dmxtodmx - dmx configuration file parser and printer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Authors: .\" Authors:
.\" Rickard E. (Rik) Faith <faith@redhat.com> .\" Rickard E. (Rik) Faith <faith@redhat.com>
.\" .\"
.TH vdltodmx 1 __vendorversion__ .TH vdltodmx 1 @vendorversion@
.SH NAME .SH NAME
vdltodmx - dmx configuration file parser and printer vdltodmx - dmx configuration file parser and printer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -26,7 +26,7 @@
.\" Authors: .\" Authors:
.\" Rickard E. (Rik) Faith <faith@redhat.com> .\" Rickard E. (Rik) Faith <faith@redhat.com>
.\" .\"
.TH xdmxconfig 1 __vendorversion__ .TH xdmxconfig 1 @vendorversion@
.SH NAME .SH NAME
xdmxconfig - a graphical configuration tool for Xdmx configuration files xdmxconfig - a graphical configuration tool for Xdmx configuration files
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -22,7 +22,7 @@
.\" ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN .\" ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
.\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE .\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
.\" SOFTWARE. .\" SOFTWARE.
.TH Xdmx 1 __vendorversion__ .TH Xdmx 1 @vendorversion@
.SH NAME .SH NAME
Xdmx - Distributed Multi-head X server Xdmx - Distributed Multi-head X server
.SH SYNOPSIS .SH SYNOPSIS
@ -48,7 +48,7 @@ communicates to the back-end X servers using the standard X11 protocol,
and standard and/or commonly available X server extensions. and standard and/or commonly available X server extensions.
.SH OPTIONS .SH OPTIONS
In addition to the normal X server options described in the In addition to the normal X server options described in the
.I Xserver(__appmansuffix__) .I Xserver(@appmansuffix@)
manual page, manual page,
.I Xdmx .I Xdmx
accepts the following command line switches: accepts the following command line switches:
@ -136,7 +136,7 @@ the "xfree86" keycodes and the "pc104" symbols should be used to
initialize the keyboard. For an SGI keyboard, ",xkb,sgi/indy(pc102)" initialize the keyboard. For an SGI keyboard, ",xkb,sgi/indy(pc102)"
might be useful. A list of keycodes, symbols, and geometries can be might be useful. A list of keycodes, symbols, and geometries can be
found in found in
.IR __xkbdir__ . .IR @xkbdir@ .
Use of keycodes, symbols and geometries for XKB configuration is Use of keycodes, symbols and geometries for XKB configuration is
deprecated in favor of the rules, layout, model, variant and options deprecated in favor of the rules, layout, model, variant and options
settings available via the -param command line switch. settings available via the -param command line switch.
@ -341,31 +341,31 @@ This option specifies parameters on the command line. Currently, only
parameters dealing with XKEYBOARD configuration are supported. These parameters dealing with XKEYBOARD configuration are supported. These
parameters apply only to the core keyboard. Parameter values are parameters apply only to the core keyboard. Parameter values are
installation-dependent. Please see installation-dependent. Please see
.I __xkbdir__ .I @xkbdir@
or a similar directory for complete information. or a similar directory for complete information.
.RS .RS
.TP 8 .TP 8
.B XkbRules .B XkbRules
Defaults to "__XKB_DFLT_RULES__". Other values may include "sgi" and "sun". Defaults to "@XKB_DFLT_RULES@". Other values may include "sgi" and "sun".
.sp .sp
.TP 8 .TP 8
.B XkbModel .B XkbModel
Defaults to "__XKB_DFLT_MODEL__". When used with "base" rules, other values Defaults to "@XKB_DFLT_MODEL@". When used with "base" rules, other values
may include "pc102", "pc104", "microsoft", and many others. When may include "pc102", "pc104", "microsoft", and many others. When
used with "sun" rules, other values may include "type4" and "type5". used with "sun" rules, other values may include "type4" and "type5".
.sp .sp
.TP 8 .TP 8
.B XkbLayout .B XkbLayout
Defaults to "__XKB_DFLT_LAYOUT__". Other country codes and "dvorak" are usually Defaults to "@XKB_DFLT_LAYOUT@". Other country codes and "dvorak" are usually
available. available.
.sp .sp
.TP 8 .TP 8
.B XkbVariant .B XkbVariant
Defaults to "__XKB_DFLT_VARIANT__". Defaults to "@XKB_DFLT_VARIANT@".
.sp .sp
.TP 8 .TP 8
.B XkbOptions .B XkbOptions
Defaults to "__XKB_DFLT_OPTIONS__". Defaults to "@XKB_DFLT_OPTIONS@".
.RE .RE
.SH "CONFIGURATION FILE GRAMMAR" .SH "CONFIGURATION FILE GRAMMAR"
The following words and tokens are reserved: The following words and tokens are reserved:
@ -711,10 +711,10 @@ translated if it was the first core keyboard.
.SH FILES .SH FILES
.. ..
.SH "SEE ALSO" .SH "SEE ALSO"
.BR DMX "(__libmansuffix__), " X "(__miscmansuffix__), " .BR DMX "(@libmansuffix@), " X "(@miscmansuffix@), "
.BR Xserver "(__appmansuffix__), " xdmxconfig "(__appmansuffix__), " .BR Xserver "(@appmansuffix@), " xdmxconfig "(@appmansuffix@), "
.BR vdltodmx "(__appmansuffix__), " xfs "(__appmansuffix__), " .BR vdltodmx "(@appmansuffix@), " xfs "(@appmansuffix@), "
.BR xkbcomp "(__appmansuffix__), " xkeyboard-config "(__miscmansuffix__)" .BR xkbcomp "(@appmansuffix@), " xkeyboard-config "(@miscmansuffix@)"
.SH AUTHORS .SH AUTHORS
Kevin E. Martin Kevin E. Martin
.I <kem@redhat.com>, .I <kem@redhat.com>,

View File

@ -1,6 +1,6 @@
.\" $RCSId: xc/programs/Xserver/hw/kdrive/Xkdrive.man,v 1.3 2001/01/24 00:06:10 dawes Exp $ .\" $RCSId: xc/programs/Xserver/hw/kdrive/Xkdrive.man,v 1.3 2001/01/24 00:06:10 dawes Exp $
.\" .\"
.TH Xkdrive 1 __vendorversion__ .TH Xkdrive 1 @vendorversion@
.SH NAME .SH NAME
Xkdrive \- tiny X server Xkdrive \- tiny X server
.SH SYNOPSIS .SH SYNOPSIS
@ -44,7 +44,7 @@ enable emulation of a middle mouse button by chording.
.B -3button .B -3button
disable emulation of a middle mouse button by chording. disable emulation of a middle mouse button by chording.
.SH SEE ALSO .SH SEE ALSO
X(__miscmansuffix__), Xserver(1), xdm(1), xinit(1), Xvesa(1), Xfbdev(1). X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), Xvesa(1), Xfbdev(1).
.SH AUTHORS .SH AUTHORS
The Xkdrive common core was written by Keith Packard, The Xkdrive common core was written by Keith Packard,
and is based on the Sample Implementation of X. and is based on the Sample Implementation of X.

View File

@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.TH Xephyr __appmansuffix__ __vendorversion__ .TH Xephyr @appmansuffix@ @vendorversion@
.SH NAME .SH NAME
Xephyr - X server outputting to a window on a pre-existing X display Xephyr - X server outputting to a window on a pre-existing X display
.SH SYNOPSIS .SH SYNOPSIS
@ -39,7 +39,7 @@ uses the host X server window as "framebuffer" via fast SHM XImages.
It also has support for "visually" debugging what the server is It also has support for "visually" debugging what the server is
painting. painting.
.SH OPTIONS .SH OPTIONS
The server accepts all the standard options of Xserver(__appmansuffix__) The server accepts all the standard options of Xserver(@appmansuffix@)
and the following additional options: and the following additional options:
.TP 8 .TP 8
.BI -screen " width" x height .BI -screen " width" x height
@ -91,6 +91,6 @@ Keyboard handling is basic but works.
.IP \(bu 2 .IP \(bu 2
Mouse button 5 probably won't work. Mouse button 5 probably won't work.
.SH "SEE ALSO" .SH "SEE ALSO"
X(__miscmansuffix__), Xserver(__appmansuffix__) X(@miscmansuffix@), Xserver(@appmansuffix@)
.SH AUTHOR .SH AUTHOR
Matthew Allum <mallum@o-hand.com> 2004 Matthew Allum <mallum@o-hand.com> 2004

View File

@ -26,7 +26,7 @@
.\" .\"
.\" $XFree86: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.9 2001/12/14 19:59:45 dawes Exp $ .\" $XFree86: xc/programs/Xserver/hw/vfb/Xvfb.man,v 1.9 2001/12/14 19:59:45 dawes Exp $
.\" .\"
.TH XVFB 1 __xorgversion__ .TH XVFB 1 @xorgversion@
.SH NAME .SH NAME
Xvfb \- virtual framebuffer X server for X Version 11 Xvfb \- virtual framebuffer X server for X Version 11
.SH SYNOPSIS .SH SYNOPSIS
@ -120,6 +120,6 @@ xwud -in /var/tmp/Xvfb_screen0
Displays screen 0 of the server started by the preceding example. Displays screen 0 of the server started by the preceding example.
.SH "SEE ALSO" .SH "SEE ALSO"
.PP .PP
X(__miscmansuffix__), Xserver(1), xwd(1), xwud(1), XWDFile.h X(@miscmansuffix@), Xserver(1), xwd(1), xwud(1), XWDFile.h
.SH AUTHORS .SH AUTHORS
David P. Wiggins, The Open Group, Inc. David P. Wiggins, The Open Group, Inc.

View File

@ -1,6 +1,6 @@
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH MODESETTING __drivermansuffix__ __vendorversion__ .TH MODESETTING @drivermansuffix@ @vendorversion@
.SH NAME .SH NAME
modesetting \- video driver for framebuffer device modesetting \- video driver for framebuffer device
.SH SYNOPSIS .SH SYNOPSIS
@ -14,7 +14,7 @@ modesetting \- video driver for framebuffer device
.fi .fi
.SH DESCRIPTION .SH DESCRIPTION
.B modesetting .B modesetting
is an __xservername__ driver for KMS devices. This is a non-accelerated is an @xservername@ driver for KMS devices. This is a non-accelerated
driver, the following framebuffer depths are supported: 8, 15, 16, 24. driver, the following framebuffer depths are supported: 8, 15, 16, 24.
All visual types are supported for depth 8, and TrueColor visual is All visual types are supported for depth 8, and TrueColor visual is
supported for the other depths. RandR 1.2 is supported. supported for the other depths. RandR 1.2 is supported.
@ -24,7 +24,7 @@ The
driver supports all hardware where a KMS driver is available. driver supports all hardware where a KMS driver is available.
modesetting uses the Linux DRM KMS ioctls and dumb object create/map. modesetting uses the Linux DRM KMS ioctls and dumb object create/map.
.SH CONFIGURATION DETAILS .SH CONFIGURATION DETAILS
Please refer to __xconfigfile__(__filemansuffix__) for general configuration Please refer to @xconfigfile@(@filemansuffix@) for general configuration
details. This section only covers configuration details specific to details. This section only covers configuration details specific to
this driver. this driver.
.PP .PP
@ -69,7 +69,7 @@ Option \*qZaphodHeads\*q \*qLVDS,VGA-0\*q
will assign xrandr outputs LVDS and VGA-0 to this instance of the driver. will assign xrandr outputs LVDS and VGA-0 to this instance of the driver.
.TP .TP
.SH "SEE ALSO" .SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), Xserver(__appmansuffix__), @xservername@(@appmansuffix@), @xconfigfile@(@filemansuffix@), Xserver(@appmansuffix@),
X(__miscmansuffix__) X(@miscmansuffix@)
.SH AUTHORS .SH AUTHORS
Authors include: Dave Airlie Authors include: Dave Airlie

View File

@ -1,6 +1,6 @@
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH EXA __drivermansuffix__ __vendorversion__ .TH EXA @drivermansuffix@ @vendorversion@
.SH NAME .SH NAME
exa \- new 2D acceleration architecture for X.Org exa \- new 2D acceleration architecture for X.Org
.SH DESCRIPTION .SH DESCRIPTION
@ -36,7 +36,7 @@ default is intended to be the best performing one for general use, though others
may help with specific use cases. Available options include \*qalways\*q, may help with specific use cases. Available options include \*qalways\*q,
\*qgreedy\*q, and \*qsmart\*q. Default: always. \*qgreedy\*q, and \*qsmart\*q. Default: always.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR Xorg (__appmansuffix__), .BR Xorg (@appmansuffix@),
.BR xorg.conf(__filemansuffix__). .BR xorg.conf(@filemansuffix@).
.SH AUTHORS .SH AUTHORS
Authors include: Keith Packard, Eric Anholt, Zack Rusin, and Michel D\(:anzer Authors include: Keith Packard, Eric Anholt, Zack Rusin, and Michel D\(:anzer

View File

@ -1,5 +1,5 @@
.\" $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.man,v 1.1 2001/01/24 00:06:34 dawes Exp $ .\" $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/fbdevhw.man,v 1.1 2001/01/24 00:06:34 dawes Exp $
.TH FBDEVHW __drivermansuffix__ __vendorversion__ .TH FBDEVHW @drivermansuffix@ @vendorversion@
.SH NAME .SH NAME
fbdevhw \- os-specific submodule for framebuffer device access fbdevhw \- os-specific submodule for framebuffer device access
.SH DESCRIPTION .SH DESCRIPTION
@ -10,13 +10,13 @@ A
.B fbdevhw .B fbdevhw
module is currently available for linux framebuffer devices. module is currently available for linux framebuffer devices.
.PP .PP
fbdev(__drivermansuffix__) is a non-accelerated driver which runs on top of the fbdev(@drivermansuffix@) is a non-accelerated driver which runs on top of the
fbdevhw module. fbdevhw can be used by other drivers too, this fbdevhw module. fbdevhw can be used by other drivers too, this
is usually activated with `Option "UseFBDev"' in the device section. is usually activated with `Option "UseFBDev"' in the device section.
.SH "SEE ALSO" .SH "SEE ALSO"
Xorg(__appmansuffix__), xorg.conf(__filemansuffix__), Xorg(@appmansuffix@), xorg.conf(@filemansuffix@),
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__), xorgconfig(@appmansuffix@), Xserver(@appmansuffix@), X(@miscmansuffix@),
fbdev(__drivermansuffix__) fbdev(@drivermansuffix@)
.SH AUTHORS .SH AUTHORS
Authors include: Gerd Knorr, based on the XF68_FBDev Server code Authors include: Gerd Knorr, based on the XF68_FBDev Server code
(Martin Schaller, Geert Uytterhoeven). (Martin Schaller, Geert Uytterhoeven).

View File

@ -1,7 +1,7 @@
.\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/Xorg.man.pre,v 1.3 2005/07/04 18:41:01 ajax Exp $ .\" $XdotOrg: xserver/xorg/hw/xfree86/doc/man/Xorg.man.pre,v 1.3 2005/07/04 18:41:01 ajax Exp $
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH Xorg __appmansuffix__ __vendorversion__ .TH Xorg @appmansuffix@ @vendorversion@
.SH NAME .SH NAME
Xorg - X11R7 X server Xorg - X11R7 X server
.SH SYNOPSIS .SH SYNOPSIS
@ -33,8 +33,8 @@ free/OpenSource UNIX-like systems such as Linux, FreeBSD, NetBSD,
OpenBSD, and Solaris. Commercial UNIX operating systems such as OpenBSD, and Solaris. Commercial UNIX operating systems such as
UnixWare are also supported. Other supported operating systems include UnixWare are also supported. Other supported operating systems include
GNU Hurd. Mac OS X is supported with the GNU Hurd. Mac OS X is supported with the
Xquartz(__appmansuffix__) X server. Win32/Cygwin is supported with the Xquartz(@appmansuffix@) X server. Win32/Cygwin is supported with the
XWin(__appmansuffix__) X server. XWin(@appmansuffix@) X server.
.PP .PP
.SH "NETWORK CONNECTIONS" .SH "NETWORK CONNECTIONS"
.B Xorg .B Xorg
@ -45,7 +45,7 @@ byte-streams:
On most platforms, the "Local" connection type is a UNIX-domain socket. On most platforms, the "Local" connection type is a UNIX-domain socket.
On some System V platforms, the "local" connection types also include On some System V platforms, the "local" connection types also include
STREAMS pipes, named pipes, and some other mechanisms. See the STREAMS pipes, named pipes, and some other mechanisms. See the
"LOCAL CONNECTIONS" section of X(__miscmansuffix__) for details. "LOCAL CONNECTIONS" section of X(@miscmansuffix@) for details.
.TP 4 .TP 4
.I TCP/IP .I TCP/IP
.B Xorg .B Xorg
@ -61,20 +61,20 @@ option (see the Xserver(1) man page for details).
.B Xorg .B Xorg
supports several mechanisms for supplying/obtaining configuration and supports several mechanisms for supplying/obtaining configuration and
run-time parameters: command line options, environment variables, the run-time parameters: command line options, environment variables, the
xorg.conf(__filemansuffix__) configuration files, auto-detection, and xorg.conf(@filemansuffix@) configuration files, auto-detection, and
fallback defaults. When the same information is supplied in more than fallback defaults. When the same information is supplied in more than
one way, the highest precedence mechanism is used. The list of mechanisms one way, the highest precedence mechanism is used. The list of mechanisms
is ordered from highest precedence to lowest. Note that not all parameters is ordered from highest precedence to lowest. Note that not all parameters
can be supplied via all methods. The available command line options can be supplied via all methods. The available command line options
and environment variables (and some defaults) are described here and in and environment variables (and some defaults) are described here and in
the Xserver(__appmansuffix__) manual page. Most configuration file the Xserver(@appmansuffix@) manual page. Most configuration file
parameters, with their defaults, are described in the parameters, with their defaults, are described in the
xorg.conf(__filemansuffix__) manual page. Driver and module specific xorg.conf(@filemansuffix@) manual page. Driver and module specific
configuration parameters are described in the relevant driver or module configuration parameters are described in the relevant driver or module
manual page. manual page.
.PP .PP
In addition to the normal server options described in the In addition to the normal server options described in the
Xserver(__appmansuffix__) manual page, Xserver(@appmansuffix@) manual page,
.B Xorg .B Xorg
accepts the following command line switches: accepts the following command line switches:
.TP 8 .TP 8
@ -92,14 +92,14 @@ as Linux, BSD, OpenSolaris, SVR3, and SVR4.
Allow the server to start up even if the mouse device can't be opened Allow the server to start up even if the mouse device can't be opened
or initialised. This is equivalent to the or initialised. This is equivalent to the
.B AllowMouseOpenFail .B AllowMouseOpenFail
xorg.conf(__filemansuffix__) file option. xorg.conf(@filemansuffix@) file option.
.TP 8 .TP 8
.B \-allowNonLocalXvidtune .B \-allowNonLocalXvidtune
Make the VidMode extension available to remote clients. This allows Make the VidMode extension available to remote clients. This allows
the xvidtune client to connect from another host. This is equivalent the xvidtune client to connect from another host. This is equivalent
to the to the
.B AllowNonLocalXvidtune .B AllowNonLocalXvidtune
xorg.conf(__filemansuffix__) file option. By default non-local xorg.conf(@filemansuffix@) file option. By default non-local
connections are not allowed. connections are not allowed.
.TP 8 .TP 8
.BI \-bgamma " value" .BI \-bgamma " value"
@ -139,7 +139,7 @@ config directory search path for all other users.
When this option is specified, the When this option is specified, the
.B Xorg .B Xorg
server loads all video driver modules, probes for available hardware, server loads all video driver modules, probes for available hardware,
and writes out an initial xorg.conf(__filemansuffix__) file based on and writes out an initial xorg.conf(@filemansuffix@) file based on
what was detected. This option currently has some problems on some what was detected. This option currently has some problems on some
platforms, but in most cases it is a good way to bootstrap the platforms, but in most cases it is a good way to bootstrap the
configuration process. This option is only available when the server configuration process. This option is only available when the server
@ -159,7 +159,7 @@ Disable the parts of the VidMode extension (used by the xvidtune
client) that can be used to change the video modes. This is equivalent client) that can be used to change the video modes. This is equivalent
to the to the
.B DisableVidModeExtension .B DisableVidModeExtension
xorg.conf(__filemansuffix__) file option. xorg.conf(@filemansuffix@) file option.
.TP 8 .TP 8
.B \-fbbpp \fIn\fP .B \-fbbpp \fIn\fP
Sets the number of framebuffer bits per pixel. You should only set this Sets the number of framebuffer bits per pixel. You should only set this
@ -226,7 +226,7 @@ want to use systemd-logind integration you must specify this option.
Not all platforms support (or can use) this option. Not all platforms support (or can use) this option.
.TP 8 .TP 8
.BI \-keyboard " keyboard-name" .BI \-keyboard " keyboard-name"
Use the xorg.conf(__filemansuffix__) file Use the xorg.conf(@filemansuffix@) file
.B InputDevice .B InputDevice
section called section called
.I keyboard-name .I keyboard-name
@ -238,7 +238,7 @@ section and this option, the first relevant
section is used for the core keyboard. section is used for the core keyboard.
.TP 8 .TP 8
.BI \-layout " layout-name" .BI \-layout " layout-name"
Use the xorg.conf(__filemansuffix__) file Use the xorg.conf(@filemansuffix@) file
.B Layout .B Layout
section called section called
.IR layout-name . .IR layout-name .
@ -252,7 +252,7 @@ Use the file called
as the as the
.B Xorg .B Xorg
server log file. The default log file when running as root is server log file. The default log file when running as root is
.BI __logdir__/Xorg. n .log .BI @logdir@/Xorg. n .log
and for non root it is and for non root it is
.BI $XDG_DATA_HOME/xorg/Xorg. n .log .BI $XDG_DATA_HOME/xorg/Xorg. n .log
where where
@ -291,7 +291,7 @@ 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. VT that was active when the server started, if supported by the OS.
.TP 8 .TP 8
.BI \-pointer " pointer-name" .BI \-pointer " pointer-name"
Use the xorg.conf(__filemansuffix__) file Use the xorg.conf(@filemansuffix@) file
.B InputDevice .B InputDevice
section called section called
.I pointer-name .I pointer-name
@ -321,7 +321,7 @@ options.
Share virtual terminals with another X server, if supported by the OS. Share virtual terminals with another X server, if supported by the OS.
.TP 8 .TP 8
.BI \-screen " screen-name" .BI \-screen " screen-name"
Use the xorg.conf(__filemansuffix__) file Use the xorg.conf(@filemansuffix@) file
.B Screen .B Screen
section called section called
.IR screen-name . .IR screen-name .
@ -385,7 +385,7 @@ keymap.
Immediately kills the server -- no questions asked. It can be disabled by Immediately kills the server -- no questions asked. It can be disabled by
setting the setting the
.B DontZap .B DontZap
xorg.conf(__filemansuffix__) file option to a TRUE value. xorg.conf(@filemansuffix@) file option to a TRUE value.
.PP .PP
.RS 8 .RS 8
It should be noted that zapping is triggered by the It should be noted that zapping is triggered by the
@ -399,20 +399,20 @@ but can be enabled with the XKB option
Change video mode to next one specified in the configuration file. Change video mode to next one specified in the configuration file.
This can be disabled with the This can be disabled with the
.B DontZoom .B DontZoom
xorg.conf(__filemansuffix__) file option. xorg.conf(@filemansuffix@) file option.
.TP 8 .TP 8
.B Ctrl+Alt+Keypad-Minus .B Ctrl+Alt+Keypad-Minus
Change video mode to previous one specified in the configuration file. Change video mode to previous one specified in the configuration file.
This can be disabled with the This can be disabled with the
.B DontZoom .B DontZoom
xorg.conf(__filemansuffix__) file option. xorg.conf(@filemansuffix@) file option.
.TP 8 .TP 8
.B Ctrl+Alt+F1...F12 .B Ctrl+Alt+F1...F12
For systems with virtual terminal support, these keystroke For systems with virtual terminal support, these keystroke
combinations are used to switch to virtual terminals 1 through 12, combinations are used to switch to virtual terminals 1 through 12,
respectively. This can be disabled with the respectively. This can be disabled with the
.B DontVTSwitch .B DontVTSwitch
xorg.conf(__filemansuffix__) file option. xorg.conf(@filemansuffix@) file option.
.SH CONFIGURATION .SH CONFIGURATION
.B Xorg .B Xorg
typically uses a configuration file called typically uses a configuration file called
@ -420,9 +420,9 @@ typically uses a configuration file called
and configuration files with the suffix and configuration files with the suffix
.I .conf .I .conf
in a directory called in a directory called
.B __xconfigdir__ .B @xconfigdir@
for its initial setup. for its initial setup.
Refer to the xorg.conf(__filemansuffix__) manual page for information Refer to the xorg.conf(@filemansuffix@) manual page for information
about the format of this file. about the format of this file.
.PP .PP
.B Xorg .B Xorg
@ -430,7 +430,7 @@ has a mechanism for automatically generating a built-in configuration
at run-time when no at run-time when no
.B xorg.conf .B xorg.conf
file or file or
.B __xconfigdir__ .B @xconfigdir@
files are present. The current version of this automatic configuration files are present. The current version of this automatic configuration
mechanism works in two ways. mechanism works in two ways.
.PP .PP
@ -454,7 +454,7 @@ supported by Xorg. Enhancements are planned for future releases.
The The
.B Xorg .B Xorg
server config files can be found in a range of locations. These are server config files can be found in a range of locations. These are
documented fully in the xorg.conf(__filemansuffix__) manual page. The documented fully in the xorg.conf(@filemansuffix@) manual page. The
most commonly used locations are shown here. most commonly used locations are shown here.
.TP 30 .TP 30
.B /etc/X11/xorg.conf .B /etc/X11/xorg.conf
@ -466,95 +466,95 @@ Server configuration file.
.B /etc/xorg.conf .B /etc/xorg.conf
Server configuration file. Server configuration file.
.TP 30 .TP 30
.B __projectroot__/etc/xorg.conf .B @projectroot@/etc/xorg.conf
Server configuration file. Server configuration file.
.TP 30 .TP 30
.B __projectroot__/lib/X11/xorg.conf .B @projectroot@/lib/X11/xorg.conf
Server configuration file. Server configuration file.
.TP 30 .TP 30
.B /etc/X11/__xconfigdir__ .B /etc/X11/@xconfigdir@
Server configuration directory. Server configuration directory.
.TP 30 .TP 30
.B /etc/X11/__xconfigdir__-4 .B /etc/X11/@xconfigdir@-4
Server configuration directory. Server configuration directory.
.TP 30 .TP 30
.B /etc/__xconfigdir__ .B /etc/@xconfigdir@
Server configuration directory. Server configuration directory.
.TP 30 .TP 30
.B __projectroot__/etc/__xconfigdir__ .B @projectroot@/etc/@xconfigdir@
Server configuration directory. Server configuration directory.
.TP 30 .TP 30
.B __projectroot__/lib/X11/__xconfigdir__ .B @projectroot@/lib/X11/@xconfigdir@
Server configuration directory. Server configuration directory.
.TP 30 .TP 30
.BI __logdir__/Xorg. n .log .BI @logdir@/Xorg. n .log
Server log file for display Server log file for display
.IR n . .IR n .
.TP 30 .TP 30
.B __projectroot__/bin/\(** .B @projectroot@/bin/\(**
Client binaries. Client binaries.
.TP 30 .TP 30
.B __projectroot__/include/\(** .B @projectroot@/include/\(**
Header files. Header files.
.TP 30 .TP 30
.B __projectroot__/lib/\(** .B @projectroot@/lib/\(**
Libraries. Libraries.
.TP 30 .TP 30
.B __datadir__/fonts/X11/\(** .B @datadir@/fonts/X11/\(**
Fonts. Fonts.
.TP 30 .TP 30
.B __projectroot__/share/X11/XErrorDB .B @projectroot@/share/X11/XErrorDB
Client error message database. Client error message database.
.TP 30 .TP 30
.B __projectroot__/lib/X11/app-defaults/\(** .B @projectroot@/lib/X11/app-defaults/\(**
Client resource specifications. Client resource specifications.
.TP 30 .TP 30
.B __mandir__/man?/\(** .B @mandir@/man?/\(**
Manual pages. Manual pages.
.TP 30 .TP 30
.BI /etc/X n .hosts .BI /etc/X n .hosts
Initial access control list for display Initial access control list for display
.IR n . .IR n .
.SH "SEE ALSO" .SH "SEE ALSO"
X(__miscmansuffix__), Xserver(__appmansuffix__), xdm(__appmansuffix__), xinit(__appmansuffix__), X(@miscmansuffix@), Xserver(@appmansuffix@), xdm(@appmansuffix@), xinit(@appmansuffix@),
xorg.conf(__filemansuffix__), xvidtune(__appmansuffix__), xorg.conf(@filemansuffix@), xvidtune(@appmansuffix@),
xkeyboard-config (__miscmansuffix__), xkeyboard-config (@miscmansuffix@),
apm(__drivermansuffix__), apm(@drivermansuffix@),
ati(__drivermansuffix__), ati(@drivermansuffix@),
chips(__drivermansuffix__), chips(@drivermansuffix@),
cirrus(__drivermansuffix__), cirrus(@drivermansuffix@),
cyrix(__drivermansuffix__), cyrix(@drivermansuffix@),
fbdev(__drivermansuffix__), fbdev(@drivermansuffix@),
glide(__drivermansuffix__), glide(@drivermansuffix@),
glint(__drivermansuffix__), glint(@drivermansuffix@),
i128(__drivermansuffix__), i128(@drivermansuffix@),
i740(__drivermansuffix__), i740(@drivermansuffix@),
imstt(__drivermansuffix__), imstt(@drivermansuffix@),
intel(__drivermansuffix__), intel(@drivermansuffix@),
mga(__drivermansuffix__), mga(@drivermansuffix@),
neomagic(__drivermansuffix__), neomagic(@drivermansuffix@),
nsc(__drivermansuffix__), nsc(@drivermansuffix@),
nv(__drivermansuffix__), nv(@drivermansuffix@),
openchrome (__drivermansuffix__), openchrome (@drivermansuffix@),
r128(__drivermansuffix__), r128(@drivermansuffix@),
rendition(__drivermansuffix__), rendition(@drivermansuffix@),
s3virge(__drivermansuffix__), s3virge(@drivermansuffix@),
siliconmotion(__drivermansuffix__), siliconmotion(@drivermansuffix@),
sis(__drivermansuffix__), sis(@drivermansuffix@),
sunbw2(__drivermansuffix__), sunbw2(@drivermansuffix@),
suncg14(__drivermansuffix__), suncg14(@drivermansuffix@),
suncg3(__drivermansuffix__), suncg3(@drivermansuffix@),
suncg6(__drivermansuffix__), suncg6(@drivermansuffix@),
sunffb(__drivermansuffix__), sunffb(@drivermansuffix@),
sunleo(__drivermansuffix__), sunleo(@drivermansuffix@),
suntcx(__drivermansuffix__), suntcx(@drivermansuffix@),
tdfx(__drivermansuffix__), tdfx(@drivermansuffix@),
tga(__drivermansuffix__), tga(@drivermansuffix@),
trident(__drivermansuffix__), trident(@drivermansuffix@),
tseng(__drivermansuffix__), tseng(@drivermansuffix@),
v4l(__drivermansuffix__), v4l(@drivermansuffix@),
vesa(__drivermansuffix__), vesa(@drivermansuffix@),
vmware(__drivermansuffix__), vmware(@drivermansuffix@),
.br .br
Web site Web site
.IR <http://www.x.org> . .IR <http://www.x.org> .

View File

@ -1,4 +1,4 @@
.\" Xwrapper.wrap.__appmansuffix__ .\" Xwrapper.wrap.@appmansuffix@
.\" .\"
.\" Copyright 2014 Red Hat, Inc. .\" Copyright 2014 Red Hat, Inc.
.\" .\"
@ -26,14 +26,14 @@
.\" .\"
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH Xorg.wrap __appmansuffix__ __xorgversion__ .TH Xorg.wrap @appmansuffix@ @xorgversion@
.SH NAME .SH NAME
Xorg.wrap \- Xorg X server binary wrapper Xorg.wrap \- Xorg X server binary wrapper
.SH DESCRIPTION .SH DESCRIPTION
The Xorg X server may need root rights to function properly. To start the The Xorg X server may need root rights to function properly. To start the
Xorg X server with these rights your system is using a suid root wrapper Xorg X server with these rights your system is using a suid root wrapper
installed as __suid_wrapper_dir__/Xorg.wrap which will execute the real installed as @suid_wrapper_dir@/Xorg.wrap which will execute the real
X server which is installed as __suid_wrapper_dir__/Xorg. X server which is installed as @suid_wrapper_dir@/Xorg.
.PP .PP
By default Xorg.wrap will autodetect if root rights are necessary, and By default Xorg.wrap will autodetect if root rights are necessary, and
if not it will drop its elevated rights before starting the real X server. if not it will drop its elevated rights before starting the real X server.
@ -42,7 +42,7 @@ sessions on a physical console.
.SH CONFIG FILE .SH CONFIG FILE
Xorg.wrap's default behavior can be overridden from the Xorg.wrap's default behavior can be overridden from the
\fI__sysconfdir__/X11/Xwrapper.config\fP config file. Lines starting with a \fI@sysconfdir@/X11/Xwrapper.config\fP config file. Lines starting with a
\fB#\fP in Xwrapper.config are considered comments and will be ignored. Any \fB#\fP in Xwrapper.config are considered comments and will be ignored. Any
other non empty lines must take the form of \fBkey\fP = \fIvalue\fP. other non empty lines must take the form of \fBkey\fP = \fIvalue\fP.
.TP 8 .TP 8

View File

@ -1 +1 @@
.so man__appmansuffix__/Xorg.wrap.__appmansuffix__ .so man@appmansuffix@/Xorg.wrap.@appmansuffix@

View File

@ -1 +1 @@
.so man__filemansuffix__/xorg.conf.__filemansuffix__ .so man@filemansuffix@/xorg.conf.@filemansuffix@

View File

@ -1,21 +1,21 @@
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH xorg.conf __filemansuffix__ __vendorversion__ .TH xorg.conf @filemansuffix@ @vendorversion@
.SH NAME .SH NAME
xorg.conf, __xconfigdir__ \- configuration files for xorg.conf, @xconfigdir@ \- configuration files for
Xorg X server Xorg X server
.SH INTRODUCTION .SH INTRODUCTION
.B Xorg .B Xorg
supports several mechanisms for supplying/obtaining configuration and supports several mechanisms for supplying/obtaining configuration and
run-time parameters: command line options, environment variables, the run-time parameters: command line options, environment variables, the
xorg.conf and __xconfigdir__ configuration files, auto-detection, xorg.conf and @xconfigdir@ configuration files, auto-detection,
and fallback defaults. When the same information is supplied in more and fallback defaults. When the same information is supplied in more
than one way, the highest precedence mechanism is used. The list of than one way, the highest precedence mechanism is used. The list of
mechanisms is ordered from highest precedence to lowest. Note that not mechanisms is ordered from highest precedence to lowest. Note that not
all parameters can be supplied via all methods. The available command all parameters can be supplied via all methods. The available command
line options and environment variables (and some defaults) are line options and environment variables (and some defaults) are
described in the Xserver(__appmansuffix__) and described in the Xserver(@appmansuffix@) and
Xorg(__appmansuffix__) manual pages. Most configuration file Xorg(@appmansuffix@) manual pages. Most configuration file
parameters, with their defaults, are described below. Driver and module parameters, with their defaults, are described below. Driver and module
specific configuration parameters are described in the relevant driver specific configuration parameters are described in the relevant driver
or module manual page. or module manual page.
@ -26,7 +26,7 @@ uses a configuration file called
and files ending in the suffix and files ending in the suffix
.I .conf .I .conf
from the directory from the directory
.I __xconfigdir__ .I @xconfigdir@
for its initial setup. for its initial setup.
The The
.I xorg.conf .I xorg.conf
@ -36,15 +36,15 @@ server is started as a normal user:
.RS 4 .RS 4
.nf .nf
.IR /etc/X11/ <cmdline> .IR /etc/X11/ <cmdline>
.IR __projectroot__/etc/X11/ <cmdline> .IR @projectroot@/etc/X11/ <cmdline>
.IB /etc/X11/ $XORGCONFIG .IB /etc/X11/ $XORGCONFIG
.IB __projectroot__/etc/X11/ $XORGCONFIG .IB @projectroot@/etc/X11/ $XORGCONFIG
.I /etc/X11/xorg.conf .I /etc/X11/xorg.conf
.I /etc/xorg.conf .I /etc/xorg.conf
.IR __projectroot__/etc/X11/xorg.conf. <hostname> .IR @projectroot@/etc/X11/xorg.conf. <hostname>
.I __projectroot__/etc/X11/xorg.conf .I @projectroot@/etc/X11/xorg.conf
.IR __projectroot__/lib/X11/xorg.conf. <hostname> .IR @projectroot@/lib/X11/xorg.conf. <hostname>
.I __projectroot__/lib/X11/xorg.conf .I @projectroot@/lib/X11/xorg.conf
.fi .fi
.RE .RE
.PP .PP
@ -58,7 +58,7 @@ is the relative path (with no \(lq..\(rq components) specified by that
environment variable, and environment variable, and
.I <hostname> .I <hostname>
is the machine's hostname as reported by is the machine's hostname as reported by
.BR gethostname (__libmansuffix__). .BR gethostname (@libmansuffix@).
.PP .PP
When the Xorg server is started by the \(lqroot\(rq user, the config file When the Xorg server is started by the \(lqroot\(rq user, the config file
search locations are as follows: search locations are as follows:
@ -67,16 +67,16 @@ search locations are as follows:
.nf .nf
<cmdline> <cmdline>
.IR /etc/X11/ <cmdline> .IR /etc/X11/ <cmdline>
.IR __projectroot__/etc/X11/ <cmdline> .IR @projectroot@/etc/X11/ <cmdline>
.B $XORGCONFIG .B $XORGCONFIG
.IB /etc/X11/ $XORGCONFIG .IB /etc/X11/ $XORGCONFIG
.IB __projectroot__/etc/X11/ $XORGCONFIG .IB @projectroot@/etc/X11/ $XORGCONFIG
.I /etc/X11/xorg.conf .I /etc/X11/xorg.conf
.I /etc/xorg.conf .I /etc/xorg.conf
.IR __projectroot__/etc/X11/xorg.conf. <hostname> .IR @projectroot@/etc/X11/xorg.conf. <hostname>
.I __projectroot__/etc/X11/xorg.conf .I @projectroot@/etc/X11/xorg.conf
.IR __projectroot__/lib/X11/xorg.conf. <hostname> .IR @projectroot@/lib/X11/xorg.conf. <hostname>
.I __projectroot__/lib/X11/xorg.conf .I @projectroot@/lib/X11/xorg.conf
.fi .fi
.RE .RE
.PP .PP
@ -93,7 +93,7 @@ is the path specified by that environment variable (usually the home
directory), and directory), and
.I <hostname> .I <hostname>
is the machine's hostname as reported by is the machine's hostname as reported by
.BR gethostname (__libmansuffix__). .BR gethostname (@libmansuffix@).
.PP .PP
Additional configuration files are searched for in the following Additional configuration files are searched for in the following
directories when the server is started as a normal user: directories when the server is started as a normal user:
@ -101,9 +101,9 @@ directories when the server is started as a normal user:
.RS 4 .RS 4
.nf .nf
.IR /etc/X11/ <cmdline> .IR /etc/X11/ <cmdline>
.IR __sysconfdir__/X11/ <cmdline> .IR @sysconfdir@/X11/ <cmdline>
.I /etc/X11/__xconfigdir__ .I /etc/X11/@xconfigdir@
.I __sysconfdir__/X11/__xconfigdir__ .I @sysconfdir@/X11/@xconfigdir@
.fi .fi
.RE .RE
.PP .PP
@ -120,9 +120,9 @@ config directory search locations are as follows:
.nf .nf
<cmdline> <cmdline>
.IR /etc/X11/ <cmdline> .IR /etc/X11/ <cmdline>
.IR __sysconfdir__/X11/ <cmdline> .IR @sysconfdir@/X11/ <cmdline>
.I /etc/X11/__xconfigdir__ .I /etc/X11/@xconfigdir@
.I __sysconfdir__/X11/__xconfigdir__ .I @sysconfdir@/X11/@xconfigdir@
.fi .fi
.RE .RE
.PP .PP
@ -140,14 +140,14 @@ These files are found in the following directory:
.PP .PP
.RS 4 .RS 4
.nf .nf
.I __datadir__/X11/__xconfigdir__ .I @datadir@/X11/@xconfigdir@
.fi .fi
.RE .RE
.PP .PP
The The
.I xorg.conf .I xorg.conf
and and
.I __xconfigdir__ .I @xconfigdir@
files are composed of a number of sections which may be present in any order, files are composed of a number of sections which may be present in any order,
or omitted to use default configuration values. or omitted to use default configuration values.
Each section has the form: Each section has the form:
@ -330,9 +330,9 @@ The
.B Files .B Files
section is used to specify some path names required by the server. section is used to specify some path names required by the server.
Some of these paths can also be set from the command line (see Some of these paths can also be set from the command line (see
.BR Xserver (__appmansuffix__) .BR Xserver (@appmansuffix@)
and and
.BR Xorg (__appmansuffix__)). .BR Xorg (@appmansuffix@)).
The command line settings override the values specified in the config The command line settings override the values specified in the config
file. file.
The The
@ -413,12 +413,12 @@ font path elements (which can be set inside a catalogue directory):
.PP .PP
.RS 4 .RS 4
.nf .nf
.I __datadir__/fonts/X11/misc/ .I @datadir@/fonts/X11/misc/
.I __datadir__/fonts/X11/TTF/ .I @datadir@/fonts/X11/TTF/
.I __datadir__/fonts/X11/OTF/ .I @datadir@/fonts/X11/OTF/
.I __datadir__/fonts/X11/Type1/ .I @datadir@/fonts/X11/Type1/
.I __datadir__/fonts/X11/100dpi/ .I @datadir@/fonts/X11/100dpi/
.I __datadir__/fonts/X11/75dpi/ .I @datadir@/fonts/X11/75dpi/
.fi .fi
.RE .RE
.PP .PP
@ -436,7 +436,7 @@ entries may be specified, and they will be concatenated to build the
module search path used by the server. The default module path is module search path used by the server. The default module path is
.PP .PP
.RS 11 .RS 11
__modulepath__ @modulepath@
.RE .RE
.\" The LogFile keyword is not currently implemented .\" The LogFile keyword is not currently implemented
.ig .ig
@ -446,7 +446,7 @@ sets the name of the Xorg server log file.
The default log file name when running as root is The default log file name when running as root is
.PP .PP
.RS 11 .RS 11
.RI __logdir__/Xorg. <n> .log .RI @logdir@/Xorg. <n> .log
.RE .RE
and for non root it is and for non root it is
.RS 11 .RS 11
@ -465,7 +465,7 @@ sets the base directory for keyboard layout files. The
command line option can be used to override this. The default directory is command line option can be used to override this. The default directory is
.PP .PP
.RS 11 .RS 11
__xkbdir__ @xkbdir@
.RE .RE
.SH "SERVERFLAGS SECTION" .SH "SERVERFLAGS SECTION"
In addition to options specific to this section (described below), the In addition to options specific to this section (described below), the
@ -553,9 +553,9 @@ extension) to connect from another host.
Default: off. Default: off.
.TP 7 .TP 7
.BI "Option \*qAllowMouseOpenFail\*q \*q" boolean \*q .BI "Option \*qAllowMouseOpenFail\*q \*q" boolean \*q
This tells the mousedrv(__drivermansuffix__) and vmmouse(__drivermansuffix__) This tells the mousedrv(@drivermansuffix@) and vmmouse(@drivermansuffix@)
drivers to not report failure if the mouse device can't be opened/initialised. drivers to not report failure if the mouse device can't be opened/initialised.
It has no effect on the evdev(__drivermansuffix__) or other drivers. It has no effect on the evdev(@drivermansuffix@) or other drivers.
Default: false. Default: false.
.TP 7 .TP 7
.BI "Option \*qBlankTime\*q \*q" time \*q .BI "Option \*qBlankTime\*q \*q" time \*q
@ -567,7 +567,7 @@ is in minutes.
This is equivalent to the Xorg server's This is equivalent to the Xorg server's
.B \-s .B \-s
flag, and the value can be changed at run\-time with flag, and the value can be changed at run\-time with
.BR xset(__appmansuffix__). .BR xset(@appmansuffix@).
Default: 10 minutes. Default: 10 minutes.
.TP 7 .TP 7
.BI "Option \*qStandbyTime\*q \*q" time \*q .BI "Option \*qStandbyTime\*q \*q" time \*q
@ -576,7 +576,7 @@ sets the inactivity timeout for the
phase of DPMS mode. phase of DPMS mode.
.I time .I time
is in minutes, and the value can be changed at run\-time with is in minutes, and the value can be changed at run\-time with
.BR xset(__appmansuffix__). .BR xset(@appmansuffix@).
Default: 10 minutes. Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers. supported by all video drivers.
@ -590,7 +590,7 @@ sets the inactivity timeout for the
phase of DPMS mode. phase of DPMS mode.
.I time .I time
is in minutes, and the value can be changed at run\-time with is in minutes, and the value can be changed at run\-time with
.BR xset(__appmansuffix__). .BR xset(@appmansuffix@).
Default: 10 minutes. Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers. supported by all video drivers.
@ -604,7 +604,7 @@ sets the inactivity timeout for the
phase of DPMS mode. phase of DPMS mode.
.I time .I time
is in minutes, and the value can be changed at run\-time with is in minutes, and the value can be changed at run\-time with
.BR xset(__appmansuffix__). .BR xset(@appmansuffix@).
Default: 10 minutes. Default: 10 minutes.
This is only suitable for VESA DPMS compatible monitors, and may not be This is only suitable for VESA DPMS compatible monitors, and may not be
supported by all video drivers. supported by all video drivers.
@ -754,7 +754,7 @@ subdirectory under:
.PP .PP
.RS 4 .RS 4
.nf .nf
__modulepath__ @modulepath@
.fi .fi
.RE .RE
.PP .PP
@ -871,11 +871,11 @@ or
command line options, or if it is selected implicitly as the core pointer command line options, or if it is selected implicitly as the core pointer
or keyboard device in the absence of such explicit references. or keyboard device in the absence of such explicit references.
The most commonly used input drivers are The most commonly used input drivers are
.BR evdev (__drivermansuffix__) .BR evdev (@drivermansuffix@)
on Linux systems, and on Linux systems, and
.BR kbd (__drivermansuffix__) .BR kbd (@drivermansuffix@)
and and
.BR mousedrv (__drivermansuffix__) .BR mousedrv (@drivermansuffix@)
on other platforms. on other platforms.
.PP .PP
.PP .PP
@ -2159,7 +2159,7 @@ formats.
This may also be specified from the command line with the This may also be specified from the command line with the
.B \-weight .B \-weight
option (see option (see
.BR Xorg(__appmansuffix__)). .BR Xorg(@appmansuffix@)).
.TP 7 .TP 7
.BI "Virtual " "xdim ydim" .BI "Virtual " "xdim ydim"
This optional entry specifies the virtual screen resolution to be used. This optional entry specifies the virtual screen resolution to be used.
@ -2210,7 +2210,7 @@ built-in VESA standard modes.
.BI "Visual \*q" visual\-name \*q .BI "Visual \*q" visual\-name \*q
This optional entry sets the default root visual type. This optional entry sets the default root visual type.
This may also be specified from the command line (see the This may also be specified from the command line (see the
.BR Xserver(__appmansuffix__) .BR Xserver(@appmansuffix@)
man page). man page).
The visual types available for depth 8 are (default is The visual types available for depth 8 are (default is
.BR PseudoColor ): .BR PseudoColor ):
@ -2509,79 +2509,79 @@ The data therein is not used in this release.
.PP .PP
.SH "SEE ALSO" .SH "SEE ALSO"
General: General:
.BR X (__miscmansuffix__), .BR X (@miscmansuffix@),
.BR Xserver (__appmansuffix__), .BR Xserver (@appmansuffix@),
.BR Xorg (__appmansuffix__), .BR Xorg (@appmansuffix@),
.BR cvt (__appmansuffix__), .BR cvt (@appmansuffix@),
.BR gtf (__appmansuffix__). .BR gtf (@appmansuffix@).
.PP .PP
.B "Not all modules or interfaces are available on all platforms." .B "Not all modules or interfaces are available on all platforms."
.PP .PP
Display drivers: Display drivers:
.BR apm (__drivermansuffix__), .BR apm (@drivermansuffix@),
.BR ati (__drivermansuffix__), .BR ati (@drivermansuffix@),
.BR chips (__drivermansuffix__), .BR chips (@drivermansuffix@),
.BR cirrus (__drivermansuffix__), .BR cirrus (@drivermansuffix@),
.BR cyrix (__drivermansuffix__), .BR cyrix (@drivermansuffix@),
.BR fbdev (__drivermansuffix__), .BR fbdev (@drivermansuffix@),
.BR glide (__drivermansuffix__), .BR glide (@drivermansuffix@),
.BR glint (__drivermansuffix__), .BR glint (@drivermansuffix@),
.BR i128 (__drivermansuffix__), .BR i128 (@drivermansuffix@),
.BR i740 (__drivermansuffix__), .BR i740 (@drivermansuffix@),
.BR imstt (__drivermansuffix__), .BR imstt (@drivermansuffix@),
.BR intel (__drivermansuffix__), .BR intel (@drivermansuffix@),
.BR mga (__drivermansuffix__), .BR mga (@drivermansuffix@),
.BR neomagic (__drivermansuffix__), .BR neomagic (@drivermansuffix@),
.BR nv (__drivermansuffix__), .BR nv (@drivermansuffix@),
.BR openchrome (__drivermansuffix__), .BR openchrome (@drivermansuffix@),
.BR r128 (__drivermansuffix__), .BR r128 (@drivermansuffix@),
.BR radeon (__drivermansuffix__), .BR radeon (@drivermansuffix@),
.BR rendition (__drivermansuffix__), .BR rendition (@drivermansuffix@),
.BR savage (__drivermansuffix__), .BR savage (@drivermansuffix@),
.BR s3virge (__drivermansuffix__), .BR s3virge (@drivermansuffix@),
.BR siliconmotion (__drivermansuffix__), .BR siliconmotion (@drivermansuffix@),
.BR sis (__drivermansuffix__), .BR sis (@drivermansuffix@),
.BR sisusb (__drivermansuffix__), .BR sisusb (@drivermansuffix@),
.BR sunbw2 (__drivermansuffix__), .BR sunbw2 (@drivermansuffix@),
.BR suncg14 (__drivermansuffix__), .BR suncg14 (@drivermansuffix@),
.BR suncg3 (__drivermansuffix__), .BR suncg3 (@drivermansuffix@),
.BR suncg6 (__drivermansuffix__), .BR suncg6 (@drivermansuffix@),
.BR sunffb (__drivermansuffix__), .BR sunffb (@drivermansuffix@),
.BR sunleo (__drivermansuffix__), .BR sunleo (@drivermansuffix@),
.BR suntcx (__drivermansuffix__), .BR suntcx (@drivermansuffix@),
.BR tdfx (__drivermansuffix__), .BR tdfx (@drivermansuffix@),
.\" .BR tga (__drivermansuffix__), .\" .BR tga (@drivermansuffix@),
.BR trident (__drivermansuffix__), .BR trident (@drivermansuffix@),
.BR tseng (__drivermansuffix__), .BR tseng (@drivermansuffix@),
.BR vesa (__drivermansuffix__), .BR vesa (@drivermansuffix@),
.BR vmware (__drivermansuffix__), .BR vmware (@drivermansuffix@),
.BR voodoo (__drivermansuffix__), .BR voodoo (@drivermansuffix@),
.BR wsfb (__drivermansuffix__), .BR wsfb (@drivermansuffix@),
.BR xgi (__drivermansuffix__), .BR xgi (@drivermansuffix@),
.BR xgixp (__drivermansuffix__). .BR xgixp (@drivermansuffix@).
.PP .PP
Input drivers: Input drivers:
.BR acecad (__drivermansuffix__), .BR acecad (@drivermansuffix@),
.BR citron (__drivermansuffix__), .BR citron (@drivermansuffix@),
.BR elographics (__drivermansuffix__), .BR elographics (@drivermansuffix@),
.BR evdev (__drivermansuffix__), .BR evdev (@drivermansuffix@),
.BR fpit (__drivermansuffix__), .BR fpit (@drivermansuffix@),
.BR joystick (__drivermansuffix__), .BR joystick (@drivermansuffix@),
.BR kbd (__drivermansuffix__), .BR kbd (@drivermansuffix@),
.BR libinput (__drivermansuffix__), .BR libinput (@drivermansuffix@),
.BR mousedrv (__drivermansuffix__), .BR mousedrv (@drivermansuffix@),
.BR mutouch (__drivermansuffix__), .BR mutouch (@drivermansuffix@),
.BR penmount (__drivermansuffix__), .BR penmount (@drivermansuffix@),
.BR synaptics (__drivermansuffix__), .BR synaptics (@drivermansuffix@),
.BR vmmouse (__drivermansuffix__), .BR vmmouse (@drivermansuffix@),
.BR void (__drivermansuffix__), .BR void (@drivermansuffix@),
.BR wacom (__drivermansuffix__). .BR wacom (@drivermansuffix@).
.PP .PP
Other modules and interfaces: Other modules and interfaces:
.BR exa (__drivermansuffix__), .BR exa (@drivermansuffix@),
.BR fbdevhw (__drivermansuffix__), .BR fbdevhw (@drivermansuffix@),
.\" .BR shadowfb (__drivermansuffix__), .\" .BR shadowfb (@drivermansuffix@),
.BR v4l (__drivermansuffix__). .BR v4l (@drivermansuffix@).
.br .br
.SH AUTHORS .SH AUTHORS
This manual page was largely rewritten by David Dawes This manual page was largely rewritten by David Dawes

View File

@ -1,4 +1,4 @@
.TH CVT 1 __vendorversion__ .TH CVT 1 @vendorversion@
.SH NAME .SH NAME
cvt - calculate VESA CVT mode lines cvt - calculate VESA CVT mode lines
.SH SYNOPSIS .SH SYNOPSIS
@ -13,7 +13,7 @@ cvt - calculate VESA CVT mode lines
is a utility for calculating VESA Coordinated Video Timing modes. Given the is a utility for calculating VESA Coordinated Video Timing modes. Given the
desired horizontal and vertical resolutions, a modeline adhering to the CVT desired horizontal and vertical resolutions, a modeline adhering to the CVT
standard is printed. This modeline can be included in Xorg standard is printed. This modeline can be included in Xorg
.B xorg.conf(__filemansuffix__) .B xorg.conf(@filemansuffix@)
. .
.SH OPTIONS .SH OPTIONS
@ -31,7 +31,7 @@ Create a mode with reduced blanking. This allows for higher frequency signals,
with a lower or equal dotclock. Not for Cathode Ray Tube based displays though. with a lower or equal dotclock. Not for Cathode Ray Tube based displays though.
.SH "SEE ALSO" .SH "SEE ALSO"
xorg.conf(__filemansuffix__), gtf(__appmansuffix__) xorg.conf(@filemansuffix@), gtf(@appmansuffix@)
.SH AUTHOR .SH AUTHOR
Luc Verhaegen. Luc Verhaegen.
.PP .PP

View File

@ -1,4 +1,4 @@
.TH GTF 1 __vendorversion__ .TH GTF 1 @vendorversion@
.SH NAME .SH NAME
gtf - calculate VESA GTF mode lines gtf - calculate VESA GTF mode lines
.SH SYNOPSIS .SH SYNOPSIS
@ -15,7 +15,7 @@ is a utility for calculating VESA GTF modes. Given the desired
horizontal and vertical resolutions and refresh rate (in Hz), the parameters horizontal and vertical resolutions and refresh rate (in Hz), the parameters
for a matching VESA GTF mode are printed out. Two output formats are for a matching VESA GTF mode are printed out. Two output formats are
supported: mode lines suitable for the Xorg supported: mode lines suitable for the Xorg
.B xorg.conf(__filemansuffix__) .B xorg.conf(@filemansuffix@)
file, and mode parameters suitable for the Linux file, and mode parameters suitable for the Linux
.B fbset(8) .B fbset(8)
utility. utility.
@ -34,7 +34,7 @@ default format.
Print the mode parameters in a format suitable for Print the mode parameters in a format suitable for
.BR fbset(8) . .BR fbset(8) .
.SH "SEE ALSO" .SH "SEE ALSO"
xorg.conf(__filemansuffix__), cvt(__appmansuffix__) xorg.conf(@filemansuffix@), cvt(@appmansuffix@)
.SH AUTHOR .SH AUTHOR
Andy Ritger. Andy Ritger.
.PP .PP

View File

@ -27,7 +27,7 @@
.\" .\"
.\" $XFree86: xc/programs/Xserver/hw/xnest/Xnest.man,v 1.6 2001/01/27 18:21:00 dawes Exp $ .\" $XFree86: xc/programs/Xserver/hw/xnest/Xnest.man,v 1.6 2001/01/27 18:21:00 dawes Exp $
.\" .\"
.TH Xnest __appmansuffix__ __xorgversion__ .TH Xnest @appmansuffix@ @xorgversion@
.SH NAME .SH NAME
Xnest \- a nested X server Xnest \- a nested X server
.SH SYNOPSIS .SH SYNOPSIS
@ -52,7 +52,7 @@ appears to be a conventional server.
.B Xnest .B Xnest
supports all standard options of the sample server implementation. supports all standard options of the sample server implementation.
For more details, please see For more details, please see
.BR Xserver (__appmansuffix__). .BR Xserver (@appmansuffix@).
The following additional arguments are supported as well. The following additional arguments are supported as well.
.TP .TP
.BI "\-display " string .BI "\-display " string
@ -113,7 +113,7 @@ The class of the default visual of the nested server need not be the same as the
class of the default visual of the real server, but it must be supported by the class of the default visual of the real server, but it must be supported by the
real server. real server.
Use Use
.BR xdpyinfo (__appmansuffix__) .BR xdpyinfo (@appmansuffix@)
to obtain a list of supported visual classes on the real server before starting to obtain a list of supported visual classes on the real server before starting
.BR Xnest . .BR Xnest .
If the user chooses a static class, all the colors in the default color map will If the user chooses a static class, all the colors in the default color map will
@ -127,7 +127,7 @@ The depth of the default visual of the nested server need not be the same as the
depth of the default visual of the real server, but it must be supported by the depth of the default visual of the real server, but it must be supported by the
real server. real server.
Use Use
.BR xdpyinfo (__appmansuffix__) .BR xdpyinfo (@appmansuffix@)
to obtain a list of supported visual depths on the real server before starting to obtain a list of supported visual depths on the real server before starting
.BR Xnest . .BR Xnest .
.TP .TP
@ -149,7 +149,7 @@ This option specifies the geometry parameters for the top-level
.B Xnest .B Xnest
window. window.
See \(lqGEOMETRY SPECIFICATIONS\(rq in See \(lqGEOMETRY SPECIFICATIONS\(rq in
.BR X (__miscmansuffix__) .BR X (@miscmansuffix@)
for a discusson of this option's syntax. for a discusson of this option's syntax.
This window corresponds to the root window of the nested server. This window corresponds to the root window of the nested server.
The width The width
@ -200,7 +200,7 @@ specification.
For example, For example,
.B xterm \-display :1.1 .B xterm \-display :1.1
will open an will open an
.BR xterm (__appmansuffix__) .BR xterm (@appmansuffix@)
client in the nested server with the display number client in the nested server with the display number
.B :1 .B :1
on the second screen. on the second screen.
@ -249,7 +249,7 @@ as the root window instead of creating a window.
Starting up Starting up
.B Xnest .B Xnest
is just as simple as starting up is just as simple as starting up
.BR xclock (__appmansuffix__) .BR xclock (@appmansuffix@)
from a terminal emulator. from a terminal emulator.
If a user wishes to run If a user wishes to run
.B Xnest .B Xnest
@ -385,7 +385,7 @@ file system which makes the two font paths mutually incompatible.
Thus, if there is a font in the local font path of the nested server, there is Thus, if there is a font in the local font path of the nested server, there is
no guarantee that this font exists in the remote font path of the real server. no guarantee that this font exists in the remote font path of the real server.
The The
.BR xlsfonts (__appmansuffix__) .BR xlsfonts (@appmansuffix@)
client, if run on the nested server, will list fonts in the local font path and, client, if run on the nested server, will list fonts in the local font path and,
if run on the real server, will list fonts in the remote font path. if run on the real server, will list fonts in the remote font path.
Before a font can be successfully opened by the nested server, it has to exist Before a font can be successfully opened by the nested server, it has to exist
@ -423,6 +423,6 @@ Probably has some memory leaks.
.SH AUTHOR .SH AUTHOR
Davor Matic, MIT X Consortium Davor Matic, MIT X Consortium
.SH "SEE ALSO" .SH "SEE ALSO"
.BR Xserver (__appmansuffix__), .BR Xserver (@appmansuffix@),
.BR xdpyinfo (__appmansuffix__), .BR xdpyinfo (@appmansuffix@),
.BR X (__miscmansuffix__) .BR X (@miscmansuffix@)

View File

@ -1,4 +1,4 @@
.TH XQUARTZ 1 __vendorversion__ .TH XQUARTZ 1 @vendorversion@
.SH NAME .SH NAME
Xquartz \- X window system server for Mac OSX Xquartz \- X window system server for Mac OSX
.SH SYNOPSIS .SH SYNOPSIS
@ -16,75 +16,75 @@ OS X handles the desktop background.
.SH CUSTOMIZATION .SH CUSTOMIZATION
\fIXquartz\fP can be customized using the defaults(1) command. The available options are: \fIXquartz\fP can be customized using the defaults(1) command. The available options are:
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 enable_fake_buttons -boolean true .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 Emulates a 3 button mouse using modifier keys. By default, the Command modifier
is used to emulate button 2 and Option is used for button 3. Thus, clicking the is used to emulate button 2 and Option is used for button 3. Thus, clicking the
first mouse button while holding down Command will act like clicking first mouse button while holding down Command will act like clicking
button 2. Holding down Option will simulate button 3. button 2. Holding down Option will simulate button 3.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 fake_button2 \fImodifiers\fP .B defaults write @bundle_id_prefix@.X11 fake_button2 \fImodifiers\fP
Change the modifier keys used to emulate the second mouse button. By default, Change the modifier keys used to emulate the second mouse button. By default,
Command is used to emulate the second button. Any combination of the following Command is used to emulate the second button. Any combination of the following
modifier names may be used: {l,r,}shift, {l,r,}option, {l,r,}control, {l,r,}command, fn modifier names may be used: {l,r,}shift, {l,r,}option, {l,r,}control, {l,r,}command, fn
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 fake_button3 \fImodifiers\fP .B defaults write @bundle_id_prefix@.X11 fake_button3 \fImodifiers\fP
Change the modifier keys used to emulate the second mouse button. By default, Change the modifier keys used to emulate the second mouse button. By default,
Command is used to emulate the second button. Any combination of the following Command is used to emulate the second button. Any combination of the following
modifier names may be used: {l,r,}shift, {l,r,}option, {l,r,}control, {l,r,}command, fn modifier names may be used: {l,r,}shift, {l,r,}option, {l,r,}control, {l,r,}command, fn
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 fullscreen_hotkeys -boolean true .B defaults write @bundle_id_prefix@.X11 fullscreen_hotkeys -boolean true
Enable OSX hotkeys while in fullscreen Enable OSX hotkeys while in fullscreen
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 fullscreen_menu -boolean true .B defaults write @bundle_id_prefix@.X11 fullscreen_menu -boolean true
Show the OSX menu while in fullscreen Show the OSX menu while in fullscreen
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 no_quit_alert -boolean true .B defaults write @bundle_id_prefix@.X11 no_quit_alert -boolean true
Disables the alert dialog displayed when attempting to quit X11. Disables the alert dialog displayed when attempting to quit X11.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 no_auth -boolean true .B defaults write @bundle_id_prefix@.X11 no_auth -boolean true
Stops the X server requiring that clients authenticate themselves when Stops the X server requiring that clients authenticate themselves when
connecting. See Xsecurity(__miscmansuffix__). connecting. See Xsecurity(@miscmansuffix@).
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 nolisten_tcp -boolean false .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 This will tell the server to listen and accept TCP connections. Doing this without enabling
xauth is a possible security concern. See Xsecurity(__miscmansuffix__). xauth is a possible security concern. See Xsecurity(@miscmansuffix@).
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 enable_system_beep -boolean false .B defaults write @bundle_id_prefix@.X11 enable_system_beep -boolean false
Don't use the standard system beep effect for X11 alerts. Don't use the standard system beep effect for X11 alerts.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 enable_key_equivalents -boolean false .B defaults write @bundle_id_prefix@.X11 enable_key_equivalents -boolean false
Disable menu keyboard equivalents while X11 windows are focused. Disable menu keyboard equivalents while X11 windows are focused.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 depth \fIdepth\fP .B defaults write @bundle_id_prefix@.X11 depth \fIdepth\fP
Specifies the color bit depth to use. Currently only 15, and 24 color Specifies the color bit depth to use. Currently only 15, and 24 color
bits per pixel are supported. If not specified, or a value of -1 is specified, bits per pixel are supported. If not specified, or a value of -1 is specified,
defaults to the depth of the main display. defaults to the depth of the main display.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_keymap -boolean true .B defaults write @bundle_id_prefix@.X11 sync_keymap -boolean true
Keep the X11 keymap up to date with the OSX system keymap. Keep the X11 keymap up to date with the OSX system keymap.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 option_sends_alt -boolean true .B defaults write @bundle_id_prefix@.X11 option_sends_alt -boolean true
The Option key will send Alt_L and Alt_R instead of Mode_switch. The Option key will send Alt_L and Alt_R instead of Mode_switch.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_pasteboard -boolean true .B defaults write @bundle_id_prefix@.X11 sync_pasteboard -boolean true
Enable syncing between the OSX pasteboard and clipboard/primary selection buffers in X11. This option needs to be true for any of the other pasteboard sync options to have an effect. Enable syncing between the OSX pasteboard and clipboard/primary selection buffers in X11. This option needs to be true for any of the other pasteboard sync options to have an effect.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_pasteboard_to_clipboard -boolean true .B defaults write @bundle_id_prefix@.X11 sync_pasteboard_to_clipboard -boolean true
Update the X11 CLIPBOARD when the OSX NSPasteboard is updated. Update the X11 CLIPBOARD when the OSX NSPasteboard is updated.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_pasteboard_to_primary -boolean true .B defaults write @bundle_id_prefix@.X11 sync_pasteboard_to_primary -boolean true
Update the the X11 PRIMARY buffer when the OSX NSPasteboard is updated. Update the the X11 PRIMARY buffer when the OSX NSPasteboard is updated.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_clipboard_to_pasteboard -boolean true .B defaults write @bundle_id_prefix@.X11 sync_clipboard_to_pasteboard -boolean true
Update the the OSX NSPasteboard when the X11 CLIPBOARD is updated. Note that enabling this option causes the clipboard synchronization to act as a clipboard manager in X11. This makes it impossible to use xclipboard, klipper, or any other such clipboard managers. If you want to use any of these programs, you must disable this option. Update the the OSX NSPasteboard when the X11 CLIPBOARD is updated. Note that enabling this option causes the clipboard synchronization to act as a clipboard manager in X11. This makes it impossible to use xclipboard, klipper, or any other such clipboard managers. If you want to use any of these programs, you must disable this option.
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 sync_primary_on_select -boolean true .B defaults write @bundle_id_prefix@.X11 sync_primary_on_select -boolean true
This option defaults to false and is provided only "for experts." It updates the NSPasteboard whenever a new X11 selection is made (rather than requiring you to hit cmd-c to copy the selection to the NSPasteboard). Since the X11 protocol does not require applications to send notification when they change selection, this might not work in all cases (if you run into this problem, try selecting text in another application first, then selecting the text you want). This option defaults to false and is provided only "for experts." It updates the NSPasteboard whenever a new X11 selection is made (rather than requiring you to hit cmd-c to copy the selection to the NSPasteboard). Since the X11 protocol does not require applications to send notification when they change selection, this might not work in all cases (if you run into this problem, try selecting text in another application first, then selecting the text you want).
.TP 8 .TP 8
.B defaults write __bundle_id_prefix__.X11 enable_test_extensions -boolean true .B defaults write @bundle_id_prefix@.X11 enable_test_extensions -boolean true
This option defaults to false and is only accessible through the command line. Enable this option to turn on the DEC-XTRAP, RECORD, and XTEST extensions in the server. This option defaults to false and is only accessible through the command line. Enable this option to turn on the DEC-XTRAP, RECORD, and XTEST extensions in the server.
.TP 8 .TP 8
.B defaults write __laucnd_id_prefix__.X11 scroll_in_device_direction -boolean true .B defaults write @laucnd_id_prefix@.X11 scroll_in_device_direction -boolean true
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. 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 .SH OPTIONS
.PP .PP
@ -106,19 +106,19 @@ Same as fake_button3 above.
.B "\-depth \fIdepth\fP" .B "\-depth \fIdepth\fP"
Same as depth above. Same as depth above.
.SH LOGGING .SH LOGGING
XQuartz stores a server log at ~/Library/Logs/X11.__bundle_id_prefix__.log which 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 is analogous to /var/log/Xorg.#.log on systems that use the XFree86 DDX such as
Linux, BSD, and Solaris. Linux, BSD, and Solaris.
.PP .PP
In addition to this server log, XQuartz sends messages to syslogd(8) using 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 asl(3). These logs are sent to the @bundle_id_prefix@ facility, and you can
watch these logs using the following syslog(1) command: watch these logs using the following syslog(1) command:
.TP 8 .TP 8
.B $ syslog -w -k Facility eq __bundle_id_prefix__ .B $ syslog -w -k Facility eq @bundle_id_prefix@
.PP .PP
or you can include extra information such as the file, line, and function where the message originated: or you can include extra information such as the file, line, and function where the message originated:
.TP 8 .TP 8
.B $ syslog -w -F '$(Time) $(Sender) <$(Level)> $(File):$(Line) $(Function) :: $(Message)' -k Facility eq __bundle_id_prefix__ .B $ syslog -w -F '$(Time) $(Sender) <$(Level)> $(File):$(Line) $(Function) :: $(Message)' -k Facility eq @bundle_id_prefix@
.PP .PP
By default, XQaurtz sets an ASL mask which prevents it from logging messages By default, XQaurtz sets an ASL mask which prevents it from logging messages
below the ASL_LEVEL_WARNING level (meaning almost all logging is done strictly below the ASL_LEVEL_WARNING level (meaning almost all logging is done strictly
@ -134,7 +134,7 @@ you will need to adjust XQuartz's asl mask as above but using -i or -n
instead of -d. instead of -d.
.SH "SEE ALSO" .SH "SEE ALSO"
.PP .PP
X(__miscmansuffix__), Xserver(1), xdm(1), xinit(1), syslog(1), syslogd(8) X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), syslog(1), syslogd(8)
.PP .PP
http://xquartz.macosforge.org http://xquartz.macosforge.org
.PP .PP

View File

@ -1,4 +1,4 @@
.TH XWIN 1 __vendorversion__ .TH XWIN 1 @vendorversion@
.SH NAME .SH NAME
XWin \- X Server for the Cygwin environment on Microsoft Windows XWin \- X Server for the Cygwin environment on Microsoft Windows
@ -293,7 +293,7 @@ and debugging purposes.
.TP 8 .TP 8
.B "\-logfile \fIfilename\fP" .B "\-logfile \fIfilename\fP"
Change the server log file from the default of \fI Change the server log file from the default of \fI
__logdir__/XWin.n.log\fP, @logdir@/XWin.n.log\fP,
where \fIn\fP is the display number of the XWin server, to \fIfilename\fP. where \fIn\fP is the display number of the XWin server, to \fIfilename\fP.
.TP 8 .TP 8
.B "\-logverbose \fIlevel\fP" .B "\-logverbose \fIlevel\fP"
@ -319,10 +319,10 @@ These options configure the xkeyboard extension to load
a particular keyboard map as the X server starts. The behavior is similar a particular keyboard map as the X server starts. The behavior is similar
to the \fIsetxkbmap\fP(1) program. to the \fIsetxkbmap\fP(1) program.
See the \fIxkeyboard-config\fP(__miscmansuffix__) manual page for a list of See the \fIxkeyboard-config\fP(@miscmansuffix@) manual page for a list of
keyboard configurations. keyboard configurations.
The keyboard layout data is located at \fI__datadir__/X11/xkb/\fP. Additional information 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. can be found in the README files there and in the \fIsetxkbmap\fP(1) manual page.
For example, in order to load a German layout for a pc105 keyboard, use the options: For example, in order to load a German layout for a pc105 keyboard, use the options:
@ -352,13 +352,13 @@ visual to operate in TrueColor modes.
As it runs \fIXWin\fP writes messages indicating the most relevant events As it runs \fIXWin\fP writes messages indicating the most relevant events
to the console to the console
from which it was called and to a log file that by default is located at \fI from which it was called and to a log file that by default is located at \fI
__logdir__/XWin.0.log\fP. This file is mainly for debugging purposes. @logdir@/XWin.0.log\fP. This file is mainly for debugging purposes.
.SH PREFERENCES FILE .SH PREFERENCES FILE
On startup \fIXWin\fP looks for the file \fI$HOME/.XWinrc\fP or, if On startup \fIXWin\fP looks for the file \fI$HOME/.XWinrc\fP or, if
the previous file does not exist, \fI the previous file does not exist, \fI
__sysconfdir__/X11/system.XWinrc\fP. \fI.XWinrc\fP allows setting @sysconfdir@/X11/system.XWinrc\fP. \fI.XWinrc\fP allows setting
preferences for the following: preferences for the following:
.br .br
* To include items into the menu associated with the \fIXWin\fP icon * To include items into the menu associated with the \fIXWin\fP icon
@ -382,8 +382,8 @@ Need some examples
.SH "SEE ALSO" .SH "SEE ALSO"
X(__miscmansuffix__), Xserver(1), xdm(1), xinit(1), XWinrc(__filemansuffix__), X(@miscmansuffix@), Xserver(1), xdm(1), xinit(1), XWinrc(@filemansuffix@),
setxkbmap(1), xkeyboard-config(__miscmansuffix__). setxkbmap(1), xkeyboard-config(@miscmansuffix@).
.SH BUGS .SH BUGS

View File

@ -1,4 +1,4 @@
.TH XWIN __filemansuffix__ __vendorversion__ .TH XWIN @filemansuffix@ @vendorversion@
.SH NAME .SH NAME
@ -10,7 +10,7 @@ The X Server for the X Window System on the Cygwin/X environment
running on Microsoft Windows, \fIXWin\fP can be optionally configured running on Microsoft Windows, \fIXWin\fP can be optionally configured
with the \fIXWinrc\fP file. A system-wide configuration file should with the \fIXWinrc\fP file. A system-wide configuration file should
be placed in \fI be placed in \fI
__sysconfdir__/X11/system.XWinrc\fP, a per-user file @sysconfdir@/X11/system.XWinrc\fP, a per-user file
should be put at \fI$HOME/.XWinrc\fP. The \fIsystem.XWinrc\fP file is should be put at \fI$HOME/.XWinrc\fP. The \fIsystem.XWinrc\fP file is
read only if no \fI$HOME/.XWinrc\fP exist. read only if no \fI$HOME/.XWinrc\fP exist.
.PP .PP

View File

@ -1,4 +1,4 @@
.TH xwinclip 1 __xorgversion__ .TH xwinclip 1 @xorgversion@
.SH NAME .SH NAME
xwinclip - An X11 and Windows clipboard integration tool xwinclip - An X11 and Windows clipboard integration tool

View File

@ -26,7 +26,7 @@
.\" $XFree86: xc/programs/Xserver/Xserver.man,v 3.31 2004/01/10 22:27:46 dawes Exp $ .\" $XFree86: xc/programs/Xserver/Xserver.man,v 3.31 2004/01/10 22:27:46 dawes Exp $
.\" shorthand for double quote that works everywhere. .\" shorthand for double quote that works everywhere.
.ds q \N'34' .ds q \N'34'
.TH XSERVER 1 __xorgversion__ .TH XSERVER 1 @xorgversion@
.SH NAME .SH NAME
Xserver \- X Window System display server Xserver \- X Window System display server
.SH SYNOPSIS .SH SYNOPSIS
@ -73,7 +73,7 @@ should override values specified via other mechanisms.
The X server runs as the given \fIdisplaynumber\fP, which by default is 0. 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 If multiple X servers are to run simultaneously on a host, each must have
a unique display number. See the DISPLAY a unique display number. See the DISPLAY
NAMES section of the \fIX\fP(__miscmansuffix__) manual page to learn how to NAMES section of the \fIX\fP(@miscmansuffix@) manual page to learn how to
specify which display number clients should try to use. specify which display number clients should try to use.
.TP 8 .TP 8
.B \-a \fInumber\fP .B \-a \fInumber\fP
@ -98,7 +98,7 @@ Audit lines are sent as standard error output.
.B \-auth \fIauthorization-file\fP .B \-auth \fIauthorization-file\fP
specifies a file which contains a collection of authorization records used specifies a file which contains a collection of authorization records used
to authenticate access. See also the \fIxdm\fP(1) and to authenticate access. See also the \fIxdm\fP(1) and
\fIXsecurity\fP(__miscmansuffix__) manual pages. \fIXsecurity\fP(@miscmansuffix@) manual pages.
.TP 8 .TP 8
.BI \-background\ none .BI \-background\ none
Asks the driver not to clear the background on startup, if the driver supports that. Asks the driver not to clear the background on startup, if the driver supports that.
@ -420,7 +420,7 @@ X servers that support the XKEYBOARD (a.k.a. \*qXKB\*q) extension accept the
following options. All layout files specified on the command line must be following options. All layout files specified on the command line must be
located in the XKB base directory or a subdirectory, and specified as the located in the XKB base directory or a subdirectory, and specified as the
relative path from the XKB base directory. The default XKB base directory is relative path from the XKB base directory. The default XKB base directory is
.IR __projectroot__/lib/X11/xkb . .IR @projectroot@/lib/X11/xkb .
.TP 8 .TP 8
.BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]" .BR [+-]accessx " [ \fItimeout\fP [ \fItimeout_mask\fP [ \fIfeedback\fP [ \fIoptions_mask\fP ] ] ] ]"
enables(+) or disables(-) AccessX key sequences. enables(+) or disables(-) AccessX key sequences.
@ -444,13 +444,13 @@ loads keyboard description in \fIfilename\fP on server startup.
The X server supports client connections via a platform-dependent subset of The X server supports client connections via a platform-dependent subset of
the following transport types: TCP/IP, Unix Domain sockets, the following transport types: TCP/IP, Unix Domain sockets,
and several varieties of SVR4 local connections. See the DISPLAY and several varieties of SVR4 local connections. See the DISPLAY
NAMES section of the \fIX\fP(__miscmansuffix__) manual page to learn how to NAMES section of the \fIX\fP(@miscmansuffix@) manual page to learn how to
specify which transport type clients should try to use. specify which transport type clients should try to use.
.SH GRANTING ACCESS .SH GRANTING ACCESS
The X server implements a platform-dependent subset of the following The X server implements a platform-dependent subset of the following
authorization protocols: MIT-MAGIC-COOKIE-1, XDM-AUTHORIZATION-1, authorization protocols: MIT-MAGIC-COOKIE-1, XDM-AUTHORIZATION-1,
XDM-AUTHORIZATION-2, SUN-DES-1, and MIT-KERBEROS-5. See the XDM-AUTHORIZATION-2, SUN-DES-1, and MIT-KERBEROS-5. See the
\fIXsecurity\fP(__miscmansuffix__) manual page for information on the \fIXsecurity\fP(@miscmansuffix@) manual page for information on the
operation of these protocols. operation of these protocols.
.PP .PP
Authorization data required by the above protocols is passed to the Authorization data required by the above protocols is passed to the
@ -537,7 +537,7 @@ the X server uses when trying to open a font is controlled
by the \fIfont path\fP. by the \fIfont path\fP.
.LP .LP
The default font path is The default font path is
__default_font_path__ . @default_font_path@ .
.LP .LP
A special kind of directory can be specified using the \fBcatalogue\fP: A special kind of directory can be specified using the \fBcatalogue\fP:
prefix. Directories specified this way can contain symlinks pointing to the prefix. Directories specified this way can contain symlinks pointing to the
@ -583,22 +583,22 @@ the following font path:
.I /etc/X\fBn\fP.hosts .I /etc/X\fBn\fP.hosts
Initial access control list for display number \fBn\fP Initial access control list for display number \fBn\fP
.TP 30 .TP 30
.IR __datadir__/fonts/X11/misc , __datadir__/fonts/X11/75dpi , __datadir__/fonts/X11/100dpi .IR @datadir@/fonts/X11/misc , @datadir@/fonts/X11/75dpi , @datadir@/fonts/X11/100dpi
Bitmap font directories Bitmap font directories
.TP 30 .TP 30
.IR __datadir__/fonts/X11/TTF , __datadir__/fonts/X11/Type1 .IR @datadir@/fonts/X11/TTF , @datadir@/fonts/X11/Type1
Outline font directories Outline font directories
.TP 30 .TP 30
.I /tmp/.X11-unix/X\fBn\fP .I /tmp/.X11-unix/X\fBn\fP
Unix domain socket for display number \fBn\fP Unix domain socket for display number \fBn\fP
.TP 30 .TP 30
.I /usr/adm/X\fBn\fPmsgs .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 \fIinit\fP(@adminmansuffix@)
.TP 30 .TP 30
.I __projectroot__/lib/X11/xdm/xdm-errors .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 \fIxdm\fP(1)
.SH "SEE ALSO" .SH "SEE ALSO"
General information: \fIX\fP(__miscmansuffix__) General information: \fIX\fP(@miscmansuffix@)
.PP .PP
Protocols: Protocols:
.I "X Window System Protocol," .I "X Window System Protocol,"
@ -609,9 +609,9 @@ Fonts: \fIbdftopcf\fP(1), \fImkfontdir\fP(1), \fImkfontscale\fP(1),
\fIxfs\fP(1), \fIxlsfonts\fP(1), \fIxfontsel\fP(1), \fIxfd\fP(1), \fIxfs\fP(1), \fIxlsfonts\fP(1), \fIxfontsel\fP(1), \fIxfd\fP(1),
.I "X Logical Font Description Conventions" .I "X Logical Font Description Conventions"
.PP .PP
Keyboards: \fIxkeyboard-config\fP(__miscmansuffix__) Keyboards: \fIxkeyboard-config\fP(@miscmansuffix@)
.PP .PP
Security: \fIXsecurity\fP(__miscmansuffix__), \fIxauth\fP(1), \fIXau\fP(1), Security: \fIXsecurity\fP(@miscmansuffix@), \fIxauth\fP(1), \fIXau\fP(1),
\fIxdm\fP(1), \fIxhost\fP(1), \fIxfwp\fP(1), \fIxdm\fP(1), \fIxhost\fP(1), \fIxfwp\fP(1),
.I "Security Extension Specification" .I "Security Extension Specification"
.PP .PP

View File

@ -16,23 +16,39 @@ EXTRA_DIST = $(appman_PRE) $(driverman_PRE) $(fileman_PRE)
CLEANFILES = $(appman_DATA) $(driverman_DATA) $(fileman_DATA) CLEANFILES = $(appman_DATA) $(driverman_DATA) $(fileman_DATA)
SUFFIXES = .$(APP_MAN_SUFFIX) .$(DRIVER_MAN_SUFFIX) .$(FILE_MAN_SUFFIX) .man SUFFIXES = .$(APP_MAN_SUFFIX) .$(DRIVER_MAN_SUFFIX) .$(FILE_MAN_SUFFIX) .man
# xorg-macros.m4 has these bracketed by double underscores, but meson
# wants ats.
MAN_SUBSTS += -e 's|@vendorversion@|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
-e 's|@xorgversion@|\"\$(PACKAGE_STRING)\" \"\$(XORG_MAN_PAGE)\"|' \
-e 's|@xservername@|Xorg|g' \
-e 's|@xconfigfile@|xorg.conf|g' \
-e 's|@projectroot@|\$(prefix)|g' \
-e 's|@apploaddir@|\$(appdefaultdir)|g' \
-e 's|@appmansuffix@|\$(APP_MAN_SUFFIX)|g' \
-e 's|@drivermansuffix@|\$(DRIVER_MAN_SUFFIX)|g' \
-e 's|@adminmansuffix@|\$(ADMIN_MAN_SUFFIX)|g' \
-e 's|@libmansuffix@|\$(LIB_MAN_SUFFIX)|g' \
-e 's|@miscmansuffix@|\$(MISC_MAN_SUFFIX)|g' \
-e 's|@filemansuffix@|\$(FILE_MAN_SUFFIX)|g'
# Add server specific man pages string substitution from XORG_MANPAGE_SECTIONS # Add server specific man pages string substitution from XORG_MANPAGE_SECTIONS
# 's|/,|/, |g' will add a space to help font path formatting # 's|/,|/, |g' will add a space to help font path formatting
MAN_SUBSTS += -e 's|__logdir__|$(logdir)|g' \ MAN_SUBSTS += -e 's|@logdir@|$(logdir)|g' \
-e 's|__datadir__|$(datadir)|g' \ -e 's|@datadir@|$(datadir)|g' \
-e 's|__mandir__|$(mandir)|g' \ -e 's|@mandir@|$(mandir)|g' \
-e 's|__sysconfdir__|$(sysconfdir)|g' \ -e 's|@sysconfdir@|$(sysconfdir)|g' \
-e 's|__xconfigdir__|$(XCONFIGDIR)|g' \ -e 's|@xconfigdir@|$(XCONFIGDIR)|g' \
-e 's|__xkbdir__|$(XKB_BASE_DIRECTORY)|g' \ -e 's|@xkbdir@|$(XKB_BASE_DIRECTORY)|g' \
-e 's|__XKB_DFLT_RULES__|$(XKB_DFLT_RULES)|g' \ -e 's|@XKB_DFLT_RULES@|$(XKB_DFLT_RULES)|g' \
-e 's|__XKB_DFLT_MODEL__|$(XKB_DFLT_MODEL)|g' \ -e 's|@XKB_DFLT_MODEL@|$(XKB_DFLT_MODEL)|g' \
-e 's|__XKB_DFLT_LAYOUT__|$(XKB_DFLT_LAYOUT)|g' \ -e 's|@XKB_DFLT_LAYOUT@|$(XKB_DFLT_LAYOUT)|g' \
-e 's|__XKB_DFLT_VARIANT__|$(XKB_DFLT_VARIANT)|g' \ -e 's|@XKB_DFLT_VARIANT@|$(XKB_DFLT_VARIANT)|g' \
-e 's|__XKB_DFLT_OPTIONS__|$(XKB_DFLT_OPTIONS)|g' \ -e 's|@XKB_DFLT_OPTIONS@|$(XKB_DFLT_OPTIONS)|g' \
-e 's|__bundle_id_prefix__|$(BUNDLE_ID_PREFIX)|g' \ -e 's|@bundle_id_prefix@|$(BUNDLE_ID_PREFIX)|g' \
-e 's|__modulepath__|$(DEFAULT_MODULE_PATH)|g' \ -e 's|@modulepath@|$(DEFAULT_MODULE_PATH)|g' \
-e 's|__suid_wrapper_dir__|$(SUID_WRAPPER_DIR)|g' \ -e 's|@suid_wrapper_dir@|$(SUID_WRAPPER_DIR)|g' \
-e 's|__default_font_path__|$(COMPILEDDEFAULTFONTPATH)|g' \ -e 's|@default_font_path@|$(COMPILEDDEFAULTFONTPATH)|g' \
-e '\|$(COMPILEDDEFAULTFONTPATH)| s|/,|/, |g' -e '\|$(COMPILEDDEFAULTFONTPATH)| s|/,|/, |g'
.man.$(APP_MAN_SUFFIX): .man.$(APP_MAN_SUFFIX):