[Mesa-dev] [Bug 48788] Mesa after 7.11.2 won't use hardware for OpenGL acceleration
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 17 13:53:47 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=48788
ajax at nwnk dot net <ajax at nwnk.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #16 from ajax at nwnk dot net <ajax at nwnk.net> 2012-04-17 13:53:47 PDT ---
This is a real bug in Mesa's configure script. If you read carefully you'll
notice there's no way to actually set default_driver in configure.ac, which
means architectures that aren't officially blessed for DRI end up with the xlib
version of libGL. There's a workaround for this in the Fedora spec file:
sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
But the configure script should be fixed.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list