diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-15 16:10:52 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-15 16:10:52 -0700 |
commit | 506c810f8f3db89048dda9777902f142ffeb86aa (patch) | |
tree | a03c5534b2e1ac2835da2a22ee18fa091234f76d /man | |
parent | b9716b836cb2b4569c90b81f344932ac668dc5bf (diff) |
Clarify that the default acceleration is UXA if KMS is available.
Stale documentation considered harmful of course.
Diffstat (limited to 'man')
-rw-r--r-- | man/intel.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/intel.man b/man/intel.man index f85d3d1f..4f8db817 100644 --- a/man/intel.man +++ b/man/intel.man @@ -154,7 +154,7 @@ UXA is a newer acceleration architecture built from the EXA acceleration code but taking advantage of kernel memory management to provide simpler, faster code. .IP -Default: "EXA". +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 |