diff options
author | Eric Anholt <eric@anholt.net> | 2009-04-17 14:01:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-04-27 17:05:59 -0700 |
commit | fa81ae1637bfd7b73b43355b78c88a9b84c0393c (patch) | |
tree | 72c4dadcc3d93d4ad47905ef4b40e665c7dacafb /man | |
parent | 1b10745a2528622a32271f64c35fcdb7b7154d11 (diff) |
Remove EXA support.
UXA has completely replaced EXA at this point. UXA is the same rendering
core as EXA, but relying on kernel memory management or a fake bufmgr instead
of trying to manage memory in the X Server.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/intel.man b/man/intel.man index 3e74bc2d..05aa6789 100644 --- a/man/intel.man +++ b/man/intel.man @@ -146,14 +146,6 @@ have options for selecting adaptors. .IP Default: Textured video adaptor is preferred. .TP -.BI "Option \*qAccelMethod\*q \*q" string \*q -Choose acceleration architecture, either "UXA" or "EXA". -EXA is a simple acceleration architecture designed for systems without -kernel memory management, while UXA is designed to take advantage of the -capabilities of kernel memory management. -.IP -Default: "UXA" if kernel-modesetting is available, "EXA" otherwise. -.TP .BI "Option \*qModeDebug\*q \*q" boolean \*q Enable printing of additional debugging information about modesetting to the server log. |