You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
'''
The text was updated successfully, but these errors were encountered:
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.
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)
'''
The text was updated successfully, but these errors were encountered: