How can I check whether my card supports pBuffers or FBOs?
When you are running Xgl check the formats listed in /var/log/Xgl.0.log, under “pbuffer formats:” and “fbo formats:”, respectively. If there are any, your driver supports the according mode. You can also call glxinfo and check for GLX_SGIX_pbuffer in the “GLX extensions:” section (not client or server glx extensions), and for GL_EXT_framebuffer_object in the “OpenGL extensions:” section.
Related Questions
- D Accelerators I have a 3D-accelerator card that supports 3DFX Glide, PowerVR, Direct3D or OpenGL. How can I switch Unreal into the correct mode for my card?
- I need to connect to the SCC_Admin wireless network but I dont know that my wireless network card supports WPA-Enterprise. How can I tell?
- How can I check whether my card supports pBuffers or FBOs?