[Bug 77351] [855GM] Mouse cursors show wrong default black cursors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Apr 12 07:37:17 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=77351

--- Comment #4 from Chris Wilson <chris at chris-wilson.co.uk> ---
I dug out an 855gm to check, and I have not noticed any odd behaviour (or lag)
with both 2-color and argb cursors.

Please do install the latest from xf86-video-intel.git and confirm that
Xorg.0.log reports the right version.

If it still occurs, apply

diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 3f2b912..067f086 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -87,8 +87,8 @@ union compat_mode_get_connector{
 #define DEFAULT_DPI 96
 #endif

-#if 0
-#define __DBG DBG
+#if 1
+#define __DBG(x) ErrorF x
 #else
 #define __DBG(x)
 #endif

and attach the Xorg.0.log

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20140412/2d4aad7c/attachment.html>


More information about the intel-gfx-bugs mailing list