[Mesa-dev] [Bug 88275] [865G] Intel OpenGL rendering not starting

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Jan 10 11:52:14 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88275

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NOTOURBUG                   |---

--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
(In reply to Jason Ekstrand from comment #4)
> 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.

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150110/c884c5ed/attachment.html>


More information about the mesa-dev mailing list