[Mesa-dev] [Bug 101498] Graphical glitches when updating window content on screen

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 19 18:58:22 UTC 2017


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

--- Comment #1 from Darius Spitznagel <d.spitznagel at goodbytez.de> ---
(In reply to Apurv from comment #0)
> This issue has been encountered on the following distributions:
>   1. Fedora 25 - Gnome (Wayland)
>        kernel: Linux x86_64 4.8.6
> 
>   2. Debian 9 Stretch - Gnome (X11), KDE Plasma 5.8 (X11)
>        kernel: Linux x86_64 4.9
>        mesa: 13.0
> 
>   3. Ubuntu Gnome 17.04 (X11)
>        kernel: Linux x86_64 4.10
>        mesa: 17.0.
> 
> Renderer: Mesa DRI Intel(R) Sandybridge Mobile
> 
> I've recorded a video capturing the issue as it is:
> https://youtu.be/uuwyXZ9izxQ
> 
> This problem was observed whenever a window on the screen was resized
> (Nautilus, Firefox, Dolphin, etc.) and the content needed to be update.

I've seen similar problems also with Debian Stretch (not Jessie) and was able
to fix it by disabling SNA (default) with UXA (old) Acceleration.
This was with a Mobile Broadwell.

Cloud you try this...

Create a file say 20-intel.conf and put in /usr/share/X11/xorg.conf.d directory
in Debian Stretch:

Section "Device"
    Identifier "intel"
    Driver     "intel"
    Option     "AccelMethod" "uxa"
EndSection

Restart your DisplayManager and try to reproduce.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170619/5d9fe089/attachment.html>


More information about the mesa-dev mailing list