Skip to content
New issue

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

libGL error: failed to load driver: swrast #705

Open
mengyun6 opened this issue Nov 19, 2021 · 2 comments
Open

libGL error: failed to load driver: swrast #705

mengyun6 opened this issue Nov 19, 2021 · 2 comments

Comments

@mengyun6
Copy link

Hi , I get the error when running example ./HelloPangolin

Here is the output :

'''
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X11 Error: GLXBadContext
X11 Error: BadValue (integer parameter out of range for operation)
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to create an OpenGL context
Aborted (core dumped)
'''

@stevenlovegrove
Copy link
Owner

stevenlovegrove commented Nov 19, 2021

Pangolin is not being loaded with an appropriate OpenGL driver which can support the configuration requested. Make sure that any OpenGL program can run (such as glxGears). Make sure your machines GL drivers are appropriately configured.

@christian-rauch
Copy link
Collaborator

Does #389 fix your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants