Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

How to get rid of OpenGL Warning

$
0
0
Hi forum, When I run my Qt5.2 gui application window I get the following warnings. The main window is displayed correctly however I am concern for the number of warning that are rendered. I am new to Qt development so I will like to know if I should be worried about these warning and if so how do I get rid of them. I am running Qt5.2.1 in Linux mint oliva 64-bits version within virtual box as a guest operating system running windows 7 host. ######################## OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table OpenGL Warning: glVertexArrayRangeNV not found in mesa table OpenGL Warning: glCombinerInputNV not found in mesa table OpenGL Warning: glCombinerOutputNV not found in mesa table OpenGL Warning: glCombinerParameterfNV not found in mesa table OpenGL Warning: glCombinerParameterfvNV not found in mesa table OpenGL Warning: glCombinerParameteriNV not found in mesa table OpenGL Warning: glCombinerParameterivNV not found in mesa table OpenGL Warning: glFinalCombinerInputNV not found in mesa table OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table OpenGL Warning: glDeleteFencesNV not found in mesa table OpenGL Warning: glFinishFenceNV not found in mesa table OpenGL Warning: glGenFencesNV not found in mesa table OpenGL Warning: glGetFenceivNV not found in mesa table OpenGL Warning: glIsFenceNV not found in mesa table OpenGL Warning: glSetFenceNV not found in mesa table OpenGL Warning: glTestFenceNV not found in mesa table libGL error: failed to load driver: vboxvideo libGL error: Try again with LIBGL_DEBUG=verbose for more details. OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: glXGetFBConfigAttrib for 0×1cbcc00, failed to get XVisualInfo OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: glXGetFBConfigAttrib for 0×1cbcc00, failed to get XVisualInfo OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: glXGetFBConfigAttrib for 0×1cbcc00, failed to get XVisualInfo OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals OpenGL Warning: glXGetFBConfigAttrib for 0×1cbcc00, failed to get XVisualInfo OpenGL Warning: XGetVisualInfo returned 0 visuals for 0×1cbcc00 OpenGL Warning: Retry with 0×8002 returned 0 visuals ################# Many thanks in advance. onio

Viewing all articles
Browse latest Browse all 2113

Trending Articles