libGL error: failed to load driver: swrast
Hello. I'm trying to run the game Braid on fedora 19 (kernel 3.10.3-300.fc19) and I'm getting the following error:
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
X Error of failed request: GLXUnsupportedPrivateRequest
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 16 (X_GLXVendorPrivate)
Serial number of failed request: 34
Current serial number in output stream: 35
glxinfo gives the following for the OpenGL version:
OpenGL core profile version string: 4.3.0 NVIDIA 319.32
The nvidia drivers are installed using akmod-nvidia.
This seems to be related to bug 984906 on red hat bugzilla (sorry, I cannot post links), which mentions running
sudo rpm -e mesa-libGL.i686 --nodeps
sudo rpm -e mesa-libGL.x86_64 --nodeps
which doesn't work for me. Could someone help me fix this problem?