[Bug 78992] xf86-video-intel git master display corruptions
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed May 21 03:15:39 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=78992
--- Comment #16 from Chris Wilson <chris at chris-wilson.co.uk> ---
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.
--
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/20140521/55ff0bfd/attachment.html>
More information about the intel-gfx-bugs
mailing list