We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, on PinePhone (running Mobian, Phosh on Wayland) tigr crashes out with a rather opaque GLXBadFBConfig error.
glxinfo | grep -e "OpenGL version" -e "Core" -e "Compatible" returns OpenGL version string: 2.1 Mesa 22.3.6
glxinfo | grep -e "OpenGL version" -e "Core" -e "Compatible"
OpenGL version string: 2.1 Mesa 22.3.6
Steps to reproduce with the tigr example:
cd example/demo make demo ./demo
FWIW MESA_GL_VERSION_OVERRIDE=2.1 ./demo did not help.
MESA_GL_VERSION_OVERRIDE=2.1 ./demo
Possibly related to #13 #12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
on PinePhone (running Mobian, Phosh on Wayland) tigr crashes out with a rather opaque GLXBadFBConfig error.
glxinfo | grep -e "OpenGL version" -e "Core" -e "Compatible"
returnsOpenGL version string: 2.1 Mesa 22.3.6
Steps to reproduce with the tigr example:
FWIW
MESA_GL_VERSION_OVERRIDE=2.1 ./demo
did not help.Possibly related to #13 #12
The text was updated successfully, but these errors were encountered: