diff options
author | David Nusinow <dnusinow@debian.org> | 2007-05-03 22:51:07 -0400 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2007-05-03 22:51:32 -0400 |
commit | 030a578391c634bc68add6ada3f251cf3f8c3069 (patch) | |
tree | 31357a08220fad1cb6d1417cd2b7b1aebdfde5cf /hw/xfree86/doc/man/xorg.conf.man.pre | |
parent | e91b9ddc7aa95abc2d4d314e8db204860771a099 (diff) |
Provide UseDefaultFontPath option
This provides a new option, UseDefaultFontPath. This option is enabled by
default, and causes the X server to always append the default font path
(defined at compile time) to the font path for the server. This will allow
people to specify additional font paths if they want without breaking
their font path, thus hopefully avoiding ye olde "fixed front" problem.
Because this option is a ServerFlag option, the ServerFlags need to be
processed before the files section of the config file, so swap the order
that they are processed.
Diffstat (limited to 'hw/xfree86/doc/man/xorg.conf.man.pre')
-rw-r--r-- | hw/xfree86/doc/man/xorg.conf.man.pre | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index f96428287..f2cb5ef03 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -604,6 +604,11 @@ the builtin handler will be used. .BI "Option \*qAIGLX\*q \*q" boolean \*q enable or disable AIGLX. AIGLX is enabled by default. .TP 7 +.BI "Option \*qUseDefaultFontPath\*q \*q" boolean \*q +Include the default font path even if other paths are specified in +xorg.conf. If enabled, other font paths are included as well. Enabled by +default. +.TP 7 .BI "Option \*qIgnoreABI\*q \*q" boolean \*q Allow modules built for a different, potentially incompatible version of the X server to load. Disabled by default. |