<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [855GM] Mouse cursors show wrong default black cursors"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77351#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [855GM] Mouse cursors show wrong default black cursors"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77351">bug 77351</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>