Hello!
I am having difficulties getting 3D acceleration to work in Ubuntu. I have tried all possible fixes I found online - and everything is updated (running Ubuntu 14.04 on VirtualBox 4.3.20 with latest GA installed). It seems my GPU is detected as a VGA card, and therefore not allowed the use of 3D acceleration. I think it may be related to the fact that I am running this on a setup with Intel HD Graphics 4500, because another user has a similar issue to me according to https://01.org/linuxgraphics/node/133
After all changes I have made and fixes/workarounds, it still looks like this:
Does anyone know how to approach this problem? I feel that the ten hours I have spent on this so far has not been worth it, and appreciate any feedback.
Kind regards,
Teemu
I am having difficulties getting 3D acceleration to work in Ubuntu. I have tried all possible fixes I found online - and everything is updated (running Ubuntu 14.04 on VirtualBox 4.3.20 with latest GA installed). It seems my GPU is detected as a VGA card, and therefore not allowed the use of 3D acceleration. I think it may be related to the fact that I am running this on a setup with Intel HD Graphics 4500, because another user has a similar issue to me according to https://01.org/linuxgraphics/node/133
After all changes I have made and fixes/workarounds, it still looks like this:
Code:
h3l1um@h3l1um-VirtualBox:~$ sudo lspci -vvv -nn
00:02.0 VGA compatible controller [0300]: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter [80ee:beef] (prog-if 00 [VGA controller])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 18
Region 0: Memory at e0000000 (32-bit, prefetchable) [size=128M]
Expansion ROM at <unassigned> [disabled]
Code:
h3l1um@h3l1um-VirtualBox:~$ /usr/lib/nux/unity_support_test -p
libGL error: failed to authenticate magic 5
libGL error: failed to load driver: vboxvideo
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits)
OpenGL version string: 2.1 Mesa 10.1.3
Not software rendered: d no
Not blacklisted: yes
GLX fbconfig: yes
GLX texture from pixmap: yes
GL npot or rect textures: yes
GL vertex program: yes
GL fragment program: yes
GL vertex buffer object: yes
GL framebuffer object: yes
GL version is 1.4+: yes
Unity 3D supported: no
Kind regards,
Teemu