search for: fgopenwindow

Displaying 2 results from an estimated 2 matches for "fgopenwindow".

2013 Feb 05
1
pymol
...after ssh -Y. pymol yum installed fine, no problems. I found, and did a export LIBGL_ALWAYS_INDIRECT=1, which allowed glxgears to work, albeit slowly and unevenly, but pymol always gives me freeglut (pymol): ERROR: Internal error <FBConfig with necessary capabilities not found> in function fgOpenWindow X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 4 (X_DestroyWindow) Resource id in failed request: 0x0 Serial number of failed request: 24 Current serial number in output stream: 27 PyMOL: abrupt program termination. I read that this is...
2015 Feb 16
4
[LLVMdev] Segfault when using llvm-3.6 and OpenGL at the same time on Linux (with mesa, which uses llvm-3.4)
.../i386-linux-gnu/mesa/libGL.so.1 #15 0xb7bfbd62 in glXGetFBConfigs () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1 #16 0xb7bfc8de in glXChooseFBConfigSGIX () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1 #17 0xb7fa1f76 in fgChooseFBConfig () from /usr/lib/i386-linux-gnu/libglut.so.3 #18 0xb7fa2225 in fgOpenWindow () from /usr/lib/i386-linux-gnu/libglut.so.3 #19 0xb7fa0daa in fgCreateWindow () from /usr/lib/i386-linux-gnu/libglut.so.3 #20 0xb7fa2943 in glutCreateWindow () from /usr/lib/i386-linux-gnu/libglut.so.3 #21 0x0808b6c2 in main () I could drill it down to a testcase like this: (You can view and clon...