You are not logged in.
Thank you!
Offline
sorry maybe off-topic, but is it possible to enable vaapi in electron apps like signal-desktop?
It used to work with Freetube.
So as long as you match the right flags/hardware/electron-release( so its chromium associated release) combination, it could work just as Chromium.
Offline
Not a single problem after 120 release (ungoogled-chromium) on Intel. Dumping flags here, some of them are redundant at this point:
--disable-gpu-driver-bug-workarounds
--enable-features=VaapiVideoDecodeLinuxGL,UseChromeOSDirectVideoDecoder,CanvasOopRasterization,WebUIDarkMode
--enable-gpu-rasterization
--ignore-gpu-blocklist
--ozone-platform=wayland
Last edited by matt3us (2024-09-06 15:48:06)
Offline
Not a single problem after 120 release (ungoogled-chromium) on Intel. Dumping flags here, some of them are redundant at this point:
--disable-gpu-driver-bug-workarounds --enable-features=VaapiVideoDecodeLinuxGL,UseChromeOSDirectVideoDecoder,CanvasOopRasterization,WebUIDarkMode --enable-gpu-rasterization --ignore-gpu-blocklist --ozone-platform=wayland
I guess it's for newer intel generations. My ivy bridge doesn't manage.
Offline
On my HD 4000 (Ivy Bridge Mobile) (with some flags) in chrome://gpu everything seems alright. But when playing actual video in chrome://media-internals, I can see warnings about falling back and error:
VaapiVideoDecoder: failed initializing the frame pool
Video acceleration itself works on my OS (I tested it with mpv). If somebody could get it working on ivy, please tell how.
Last edited by skajmer (2024-10-06 18:18:57)
Offline