通过 SSH 打开 Qt Creator 时未找到匹配的 fbConfigs 或视觉效果

通过 SSH 打开 Qt Creator 时未找到匹配的 fbConfigs 或视觉效果

我在 Debian 9.12 上安装了 Qt 5.12.7 64,它们在 Windows 主机上的 vmware 上运行。

然后我使用 macOS 和 ssh 进入 debian。然后我尝试打开 Qt Creator,结果如下:

$ ~/Qt5.12.7/Tools/QtCreator/bin/qtcreator
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Unrecognized OpenGL version
Unrecognized OpenGL version

在本地,我的意思是不是从 ssh,我可以正常打开 Qt Creator。

我发现类似的错误https://askubuntu.com/questions/541343/problems-with-libgl-fbconfigs-swrast-through-each-update?noredirect=1&lq=1,尽管解决方案是安装 nvidia 驱动程序。我猜我可能还有另一个问题,因为它在本地工作,所以驱动程序安装可能是正确的?

那么我还应该检查什么?

相关内容