Had the same problem on Quantal Quetzal (beta, x86_64). DRI modules would not load. In my case it was r600_dri.so
I found the modules in: /usr/lib/x86_64-linux-gnu/dri That directory is not on the path searched by libgl when it tries to load the modules. I solved it by symlinking: ln -s /usr/lib/x86_64-linux-gnu/dri/r600_dri.so /usr/lib/dri/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/47793 Title: DRI module load fails (undefined symbol: _glapi_Dispatch) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/47793/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
