<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - xf86-video-intel git master display corruptions"
href="https://bugs.freedesktop.org/show_bug.cgi?id=78992#c16">Comment # 16</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - xf86-video-intel git master display corruptions"
href="https://bugs.freedesktop.org/show_bug.cgi?id=78992">bug 78992</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>The "use Xorg triple buffering" patch should be easily disabled by
diff --git a/src/sna/sna_dri2.c b/src/sna/sna_dri2.c
index 2fe151b..cd1ee7b 100644
--- a/src/sna/sna_dri2.c
+++ b/src/sna/sna_dri2.c
@@ -55,7 +55,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#error DRI2 version supported by the Xserver is too old
#endif
-#if DRI2INFOREC_VERSION < 6
+#if DRI2INFOREC_VERSION < 6 || 1
#define XORG_CAN_TRIPLE_BUFFER 0
#else
#define XORG_CAN_TRIPLE_BUFFER 1
which would be a useful confirmation.</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>