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
I built using cmake and make on Ubuntu 20.04 without problem:
[100%] Linking CXX executable $HOME/test/bin_x64/Release/gl_cadscene_rendertechniques.exe [100%] Built target gl_cadscene_rendertechniques
But when I run the generated executable, I got error:
GLX: Failed to create context: GLXBadFBConfig Could not create window
The OpenGL version is 3.3. Could this be the reason? If not, what else could lead to GLXBadFBConfig and how to fix?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I built using cmake and make on Ubuntu 20.04 without problem:
But when I run the generated executable, I got error:
The OpenGL version is 3.3. Could this be the reason? If not, what else could lead to GLXBadFBConfig and how to fix?
The text was updated successfully, but these errors were encountered: