libGL error occurs when QWebEngineView App runs on ubuntu22.04
-
this app is developed on Qt5.15.2, built and deployed on ubuntu18.04, when I try to run it on ubuntu22.04, this error occurs
libGL error: pci id for fd 9: 1ab8:0010, driver (null)
, so I copied libGL.so.1 when deploying it on ubuntu18.04, the error description changed a littlelibGL error: pci id for fd 9: 1ab8:0010, driver (null) pci id for fd 10: 1ab8:0010, driver (null) Unrecognized OpenGL version
. How can I fix this? -
this is the only option I can find in the VM which is relevant to 3D, and it is enabled by default., I didn't change that. Also I tried to install drivers from https://www.amd.com/en/support/linux-drivers, still got this error. Also I find this, no items shows in Additional Drivers tab. I am not sure if this is abnormal. -
this is the only option I can find in the VM which is relevant to 3D, and it is enabled by default., I didn't change that. Also I tried to install drivers from https://www.amd.com/en/support/linux-drivers, still got this error. Also I find this, no items shows in Additional Drivers tab. I am not sure if this is abnormal.@gaojinhsu I don't use Parallels, but in VMWare there is a way to install VMWare specific drivers in the guest OS. Check whether you can do the same in Parallels.