flathub / org.chromium.Chromium

https://flathub.org/apps/details/org.chromium.Chromium
43 stars 25 forks source link

VA-API doesn't work on Intel Haswell. #411

Closed kryptobolt07 closed 1 month ago

kryptobolt07 commented 1 month ago
2:24:0629/183425.614281:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
MESA-INTEL: warning: Haswell Vulkan support is incomplete
libva error: /usr/lib/x86_64-linux-gnu/dri/intel-vaapi-driver/iHD_drv_video.so init failed
[2:2:0629/183439.611318:ERROR:network_service_instance_impl.cc(600)] Network service crashed, restarting service.
Warning: terminator_CreateInstance: Received return code -3 from call to vkCreateInstance in ICD /usr/lib/x86_64-linux-gnu/GL/default/lib/libvulkan_virtio.so. Skipping this driver.
MESA-INTEL: warning: Haswell Vulkan support is incomplete

Chromium seems to be looking for the iHD which is not supported by haswell,it should instead look for the i965 driver.