I am trying to get 3D graphic acceleration to work with a Ubuntu 19.04 guest OS (on a Windows 10 host). Edit: The same issue happens with Ubuntu 19.10.
I have been reading this blog post : https://blogs.oracle.com/scoter/oracle- ... 1804-guest. It seems pretty straightforward but I cannot seem to make it work...
I have selected "VMSVGA" graphic controller and ticked "Enable 3D acceleration" in the VM configuration. I have installed the guest additions in the guest OS.
If I check with "glxinfo", it is still using the software renderer:
Code: Select all
$ glxinfo | grep OpenGL
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: llvmpipe (LLVM 8.0, 256 bits)I hope someone will see what I am missing here...
Underground78