https://bugs.freedesktop.org/show_bug.cgi?id=88275
--- Comment #7 from Jason Ekstrand <ja...@jlekstrand.net> --- (In reply to Chris Wilson from comment #6) > (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 Sorry, I missed that. I saw the first error and didn't notice the others. > __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. That seems odd. Eugene, Did this recently start happening? Does it work with an older mesa? Unfortunately, those logs aren't telling me much about what actually happened. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev