diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-15 16:33:12 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-15 16:33:24 -0700 |
commit | 976ef05ad18d7d798649a0a198c4d88488677f87 (patch) | |
tree | e6be78c93cd865dd25baad1933717979d5310315 | |
parent | cff6cf9adc4235af5cc73a47bb272c81635fc8b2 (diff) |
NEWS: Add note about broken PAT code in some kernels
Hoping to cut off some false bug reports here.
(cherry picked from commit e1cace16a6130dcdd93965d2329a349d49200fa6)
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -19,6 +19,16 @@ this release, which should give the best performance and robustness. When KMS is available, UXA is the default acceleration used by the driver, (EXA is the default otherwise). +Known issue: + + Some Linux kernel versions (such as 2.6.29) are known to have + broken PAT code that causes recent versions of this driver to + fail, (which can manifest as the X server simply not + starting). This can be verified by adding the "nopat" option + to the kernel command-line and seeing the failure go away. We + hope that newer kernels in the 2.6.29.x as well as 2.6.30 and + above will have working PAT code. + Some of the most notable bugs fixed in 2.7.0 include: [GM45 965GM] bad htotal causes panel startup failure |