Ubuntu 14.04 x64 3D Acceleration Unavailable (VBox 4.3.18 )
Posted: 6. Nov 2014, 14:50
I am banging my head against the wall for the last few days trying to enable 3D Acceleration on a fresh Ubuntu 14.04 x64 guest installation. The primary symptom is a very bad desktop performance (dragging windows, interacting with Unity bar, etc.).
I am using VBox 4.3.18.r96516, and have configured 128MB Video Memory and enabled 3D Acceleration on the VM (also VT-x/AMD-V, Nested Paging, and PAE/NX are listed as enabled). The host is running Windows 8.1, on Intel i7-4702MQ with two graphic cards: NVIDIA GeForce GTX 850M and Intel HD Graphics 4600.
After installing the corresponding Guest Additions, this is the output I get from "/usr/lib/nux/unity_support_test - p" command:
As you can see, Humper/Chromium are in use, but the OpenGL version is 1.1!
Does anyone have any idea what might be wrong? Could two graphic cards have somehow caused the problem?
Any help would be much appreciated... Thanks in advance!
I am using VBox 4.3.18.r96516, and have configured 128MB Video Memory and enabled 3D Acceleration on the VM (also VT-x/AMD-V, Nested Paging, and PAE/NX are listed as enabled). The host is running Windows 8.1, on Intel i7-4702MQ with two graphic cards: NVIDIA GeForce GTX 850M and Intel HD Graphics 4600.
After installing the corresponding Guest Additions, this is the output I get from "/usr/lib/nux/unity_support_test - p" command:
Code: Select all
milos@ubuntu-vm:~$ /usr/lib/nux/unity_support_test -p
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: 1.1 Chromium 1.9
Not software rendered: yes
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: no
GL vertex program: no
GL fragment program: no
GL vertex buffer object: no
GL framebuffer object: no
GL version is 1.4+: no
Unity 3D supported: no
Does anyone have any idea what might be wrong? Could two graphic cards have somehow caused the problem?
Any help would be much appreciated... Thanks in advance!