Το πρόβλημα δημιουργείται επειδή το MTRR δεν περιέχει μια εγγραφή για τη μνήμη της κάρτας γραφικών.
Αντιγράφωτο τι είναι τα MTRRs:
“On Intel P6 family processors (Pentium Pro, Pentium II and later) the Memory Type Range Registers (MTRRs) may be used to control processor access to memory ranges. This is most useful when you have a video (VGA) card on a PCI or AGP bus. Enabling write-combining allows bus write transfers to be combined into a larger transfer before bursting over the PCI/AGP bus. This can increase performance of image write operations 2.5 times or more.”
Το bug:
“The problem is that X and the kernel are miscommunicating about MTRR’s, and X ends up deleting ones it shouldn’t.”
Η λύση (από τον/την Bartek):
Κάθε φορά που ο X.org server ξεκινά, τρέξε αυτό το shell script, το οποίο εισάγει την κατάλληλη εγγραφή.
*Παρόλο που ισχυρίζονται ότι στην 9.10 (Karmic) έκδοση το πρόβλημα λύθηκε, εγώ το αντιμετωπίζω στην 10.04 (Lucid).