<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [865G] Intel OpenGL rendering not starting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88275">bug 88275</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>NOTOURBUG
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [865G] Intel OpenGL rendering not starting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88275#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [865G] Intel OpenGL rendering not starting"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=88275">bug 88275</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>(In reply to Jason Ekstrand from <a href="show_bug.cgi?id=88275#c4">comment #4</a>)
<span class="quote">> Looks like your X server isn't built with present support and the intel
> driver is requiring it.  This is either a problem with your build or an
> intel DDX bug.  In any case, it's not a mesa bug.</span >

Wrong, very wrong.

[  5295.161] (EE) AIGLX error: Calling driver entry point failed
[  5295.161] (EE) AIGLX: reverting to software rendering


__glXDRIscreenProbe()
  screen->driScreen =
        (*screen->dri2->createNewScreen) (pScreen->myNum,
                                          screen->fd,
                                          loader_extensions,
                                          &screen->driConfigs, screen);

    if (screen->driScreen == NULL) {
        LogMessage(X_ERROR, "AIGLX error: Calling driver entry point
failed\n");
        goto handle_error;
    }

A mesa provided function (createNewScreen) is reporting a failure.</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>