Make sure you aren't running afoul of this bug: 2.4.06无法从ubuntu客户端在远程X服务器上呈现. 2.4.06 doesn't render on remote X server from ubuntu client. Ubuntu现在似乎正在使用freeglut,虽然它可以对本地显示器进行渲染,但是它无法通过GLX在远程显示器上绘制.也许它没有得到有效的上下文,因为glGetString(gl_version)返回null.但是glutGet(GLUT_DISPLAY_MODE_POSSIBLE)返回true,并且glxgears和glxinfo都可以正常工作,因此这似乎是一个freeglut问题.Ubuntu seems to be using freeglut now, and while it renders ok to the local display it fails to draw via GLX on a remote display. Maybe it doesn't get a valid context because glGetString(gl_version) returns null. However glutGet(GLUT_DISPLAY_MODE_POSSIBLE) returns true, and glxgears and glxinfo both work ok, so it appears to be a freeglut problem. 这篇关于freeglut(./light):错误:内部错误<未找到具有必要功能的FBConfig>在函数fgOpenWindow中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
06-21 22:00