<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Graphical glitches when updating window content on screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101498#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Graphical glitches when updating window content on screen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101498">bug 101498</a>
              from <span class="vcard"><a class="email" href="mailto:d.spitznagel@goodbytez.de" title="Darius Spitznagel <d.spitznagel@goodbytez.de>"> <span class="fn">Darius Spitznagel</span></a>
</span></b>
        <pre>(In reply to Apurv from <a href="show_bug.cgi?id=101498#c0">comment #0</a>)
<span class="quote">> 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:
> <a href="https://youtu.be/uuwyXZ9izxQ">https://youtu.be/uuwyXZ9izxQ</a>

> This problem was observed whenever a window on the screen was resized
> (Nautilus, Firefox, Dolphin, etc.) and the content needed to be update.</span >

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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>