[Bug 78992] xf86-video-intel git master display corruptions

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 21 10:26:17 PDT 2014


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

--- Comment #18 from Armin K <krejzi at email.com> ---
(In reply to comment #16)
> 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.

Applying the patch makes the error go away.

-- 
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/25593cfe/attachment.html>


More information about the intel-gfx-bugs mailing list