We have customers using newer newer graphic cards with drivers that support OpenGL 3.0+. The new Nvidia Quadro 4000 is an example of one of these cards. When running Maya 2011 on Linux users may notice error messages in the terminal saying "unrecognised OpenGL version"
Our development team has made an update to the version of libQtOpenGL.so.4.5.3 which includes the new code from the Qt 4.7.0 branch to recognize the newer OpenGL versions. The modified source code of qgl.cpp and qgl.h are also included in the tgz file
un tar the file qt453-opengl.tgz and replace libQtOpenGL.so.4.5.3 with the file located in /usr/autodesk/maya2011.5-x64/lib
It is recommended that you make a local copy of the file /usr/autodesk/maya2011.5-x64/lib/libQtOpenGL.so.4.5.3 before replacing it.
Please follow this link for the download.
Comments