<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dual monitors unusable with DRI3 on Ivy Bridge"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97916#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dual monitors unusable with DRI3 on Ivy Bridge"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97916">bug 97916</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>Mesa/dri3 has its own event/hook XCB_PRESENT_CONFIGURE_NOTIFY which it requires
to notice the change in back buffer size. If that was missed, the compositor
would be rendering the new size but only the original size would be shown -
that would be easy to see. dri3_get_buffer() would be the right spot to add
printfs to see what was going on.

Compiling xf86-video-intel with ./configure --enable-debug=full would generate
a huge Xorg.log from which we can check what size of pixmap is being rendered.
But again not why.</pre>
        </div>
      </p>


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

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