diff options
author | David Nusinow <dnusinow@debian.org> | 2006-08-23 22:39:42 +0000 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-08-23 22:39:42 +0000 |
commit | 733c4beb16c2c4ad9e9a4ea9a85b09fc5062a775 (patch) | |
tree | fbef810d806b4b32bed3d7152731b57d26b62d05 /hw/xfree86/doc | |
parent | b983773d446cef6a0948ca264ed48126e404ae9a (diff) |
Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI
Diffstat (limited to 'hw/xfree86/doc')
-rw-r--r-- | hw/xfree86/doc/man/xorg.conf.man.pre | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/xfree86/doc/man/xorg.conf.man.pre b/hw/xfree86/doc/man/xorg.conf.man.pre index 3340af0b5..e94804c3b 100644 --- a/hw/xfree86/doc/man/xorg.conf.man.pre +++ b/hw/xfree86/doc/man/xorg.conf.man.pre @@ -605,6 +605,10 @@ the builtin handler will be used. .TP 7 .BI "Option \*qAIGLX\*q \*q" boolean \*q enable or disable AIGLX. AIGLX is 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. .SH MODULE SECTION The .B Module |