【c++】libGL因为显卡版本出现不匹配问题解决
libGL error: No matching fbConfigs or visuals foundlibGL error: failed to load driver: swrastterminate called after throwing an instance of 'std::runtime_error'what():Pangolin X11: Failed to create an
·
问题:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to create an OpenGL context
Aborted (core dumped)
解决(其中本地nvidia-driver版本也是510,且小版本一致):
sudo apt install libnvidia-gl-510
更多推荐
所有评论(0)