<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [865g 3.16 regression] Desktop image is distorted"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88112#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [865g 3.16 regression] Desktop image is distorted"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88112">bug 88112</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>If I had to guess, I would say that it was the ddx screwing up with userptr.
Slightly quicker than doing a full bisect, if you download xf86-video-intel:

$ sudo apt-get build-dep xserver-xorg-video-intel
$ git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-intel

edit line 71 of src/sna/kgem.c to read:
#define DBG_NO_USERPTR 1

$ ./autogen.sh --prefix=/usr
$ make && sudo make install

And retest.</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 on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>