OpenGL error Ubuntu 14.04

Discussions about using Linux guests in VirtualBox.
Post Reply
jtezky
Posts: 2
Joined: 1. Dec 2015, 20:27

OpenGL error Ubuntu 14.04

Post by jtezky »

There is thousands of posts of this issue but there is no solution. I can not believe that nobody really knows what is causing the error.
So I try it post again and I still hope in some helpful reaction.

Code: Select all

libGL error: pci id for fd 4: 80ee:beef, driver (null)
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: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
OpenGL vendor string:   Humper
OpenGL renderer string: Chromium
OpenGL version string:  2.1 Chromium 1.9
Last edited by jtezky on 1. Dec 2015, 21:02, edited 1 time in total.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: OpenGL error Ubuntu 14.04

Post by Perryg »

Your post shows that OpenGL is working. However not all features are supported ( yet ).
Can you run glxgears and does it actually work?
jtezky
Posts: 2
Joined: 1. Dec 2015, 20:27

Re: OpenGL error Ubuntu 14.04

Post by jtezky »

glxgears work, but when I try plot something in matlab without -softwareopengl tag then I get matlab low level graphics error. And with softwareopengl seems to be slow. :?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: OpenGL error Ubuntu 14.04

Post by Perryg »

That's different. As I said not all features are supported yet. Some have found work-a-rounds from OpenGL where they suggest to use special switches. Other than that it looks like it will take paying customers to make more features available.
Post Reply