To be honest, I had hoped that this would have proven to be the
unfenced-BLT bug. The known w/a for UXA is to enable DebugWait, which
implies that UXA is not handling its domains correctly.
The most likely candidate is:
diff --git a/src/intel_uxa.c b/src/intel_uxa.c
index 76a3146..40e3b67 100644
--- a/src/intel_uxa.c
+++ b/src/intel_uxa.c
@@ -1379,8 +1379,8 @@ Bool intel_uxa_init(ScreenPtr screen)
}
/* PutImage */
- intel->uxa_driver->put_image = intel_uxa_put_image;
- intel->uxa_driver->get_image = intel_uxa_get_image;
+ //intel->uxa_driver->put_image = intel_uxa_put_image;
+ //intel->uxa_driver->get_image = intel_uxa_get_image;
intel->uxa_driver->prepare_access = intel_uxa_prepare_access;
intel->uxa_driver->finish_access = intel_uxa_finish_access;
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/745608
Title:
[915GM] font corruption on Intel GMA900
Status in X.org xf86-video-intel:
Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
Triaged
Status in “xserver-xorg-video-intel” package in Debian:
Confirmed
Bug description:
Sometimes getting incomplete drawing of same glyphs of one font on
whole screen.
In the screenshot you can see the "e" is drawn incompletely (both
english and cyrillic too).
The bug is happening frequently and spontaneous on my Asus EEEPC 900.
(This issue affects Ubuntu's 10.10 or later. A workaround using the
DebugWait parameter is described in comment #40 -
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
intel/+bug/745608/comments/40 ).
[lspci]
Nux: lspci: 00:02.0 VGA compatible controller [0300]: Intel Corporation
Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04)
To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/745608/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp