|
发表于 2004-11-19 17:43:18
|
显示全部楼层
[PHP]xorg.conf(5x) xorg.conf(5x)
NAME
xorg.conf - Configuration File for Xorg
INTRODUCTION
Xorg supports several mechanisms for supplying/obtaining configuration and run-time parameters: command line options,
environment variables, the xorg.conf configuration file, auto-detection, and fallback defaults. When the same informa-
tion 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 in the Xserver(1x) and Xorg(1x) manual pages. Most
configuration file parameters, with their defaults, are described below. Driver and module specific configuration param-
eters are described in the relevant driver or module manual page.
DESCRIPTION
Xorg uses a configuration file called xorg.conf for its initial setup. This configuration file is searched for in the
following places when the server is started as a normal user:
/etc/X11/<cmdline>
/usr/X11R6/etc/X11/<cmdline>
/etc/X11/$XORGCONFIG
/usr/X11R6/etc/X11/$XORGCONFIG
/etc/X11/xorg.conf-4
/etc/X11/xorg.conf
/etc/xorg.conf
/usr/X11R6/etc/X11/xorg.conf.<hostname>
/usr/X11R6/etc/X11/xorg.conf-4
/usr/X11R6/etc/X11/xorg.conf
/usr/X11R6/lib/X11/xorg.conf.<hostname>
/usr/X11R6/lib/X11/xorg.conf-4
/usr/X11R6/lib/X11/xorg.conf[/PHP]
man xorg.conf |
|