You are not logged in.

#1 2013-01-13 00:41:54

Rothon
Member
Registered: 2012-03-19
Posts: 1

Virtualbox 3D acceleration issues

I have a fresh installation of 64 bit Arch running under Virtualbox 4.2.6 on Windows 7. I have 3D acceleration enabled in the VM settings, and vboxvideo, vboxsf and vboxguest loaded. If I try to run a program that uses SDL to setup the OpenGL context, I get this:

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
Error initializing SDL surface: Couldn't find matching GLX visual, aborting initialization.
Failed to start applcation, aborting.

Running glxgears results in the same dump of OpenGL warnings, but the program appears to run fine from there. Does anyone know what's going on?

pacman -Q: http://pastebin.com/fSCcwwwP
glxinfo: http://pastebin.com/krgnbesY
Xorg.0.log: http://pastebin.com/JTZnqfar

EDIT: Looks like the GLX visual error was because FSAA isn't supported. Are the OpenGL warnings an issue?

Last edited by Rothon (2013-01-13 19:42:06)

Offline

Board footer

Powered by FluxBB