Anyway, I'm actually having a problem with Wine and OpenGL but it seems all my woes somehow relate to Nvidia drivers. I've uninstalled proprietary Nvidia drivers (304.60) with
- Code: Select all
nvidia-installer --uninstall
But glxinfo prints this:
- Code: Select all
glxinfo | grep "OpenGL version"
OpenGL version string: 2.1.2 NVIDIA 304.48
But the current version installed is 310.14. Why does it think I'm still at 304.48? I'm getting OpenGL errors in Wine because of this mismatch. What do I do?

