<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Version 2.14.4 does not paint most websites"
   href="https://bugs.webkit.org/show_bug.cgi?id=168128#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [GTK] Version 2.14.4 does not paint most websites"
   href="https://bugs.webkit.org/show_bug.cgi?id=168128">bug 168128</a>
              from <span class="vcard"><a class="email" href="mailto:aperez&#64;igalia.com" title="Adrian Perez &lt;aperez&#64;igalia.com&gt;"> <span class="fn">Adrian Perez</span></a>
</span></b>
        <pre>The most obvious difference is that in my old laptop I got DRI3 disabled
at some point (using “Option &quot;DRI&quot; &quot;2&quot;” in a xorg.conf.d snippet). Disabling
DRI3 with the environment variable did not solve the issue:

  % LIBGL_DRI3_DISABLE=1 Tools/Scripts/run-minibrowser --gtk --debug  # Still blanks

Editing “/etc/X11/xorg.conf.d/99-intel.conf” and adding the option there
to disable DRI3, and launching a new X session makes WebKitGTK+ paint
webviews correctly without having to set any environment variable. For
reference, these are the contents of that file in my system:

  % cat /etc/X11/xorg.conf.d/99-intel.conf 
  Section &quot;Device&quot;
      Identifier &quot;Intel Graphics&quot;
      Driver     &quot;intel&quot;
      Option     &quot;DRI&quot; &quot;2&quot;   # Added for testing.
      Option     &quot;Backlight&quot; &quot;intel_backlight&quot;
  EndSection

With the configuration snippet above, non-AC mode works.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>