Package Details: chromium-wayland-vaapi 120.0.6099.129-1

Git Clone URL: https://aur.archlinux.org/chromium-wayland-vaapi.git (read-only, click to copy)
Package Base: chromium-wayland-vaapi
Description: Chromium, patched to enable VA-API video decoding on the Ozone Wayland backend
Upstream URL: https://www.chromium.org/Home
Licenses: BSD
Conflicts: chromium
Provides: chromium
Submitter: hedgepigdaniel
Maintainer: mars (whitecatkeke)
Last Packager: mars
Votes: 20
Popularity: 0.133115
First Submitted: 2021-11-29 09:16 (UTC)
Last Updated: 2023-12-21 14:10 (UTC)

Required by (115)

Sources (12)

Pinned Comments

mars commented on 2023-06-09 17:45 (UTC) (edited on 2023-12-21 08:27 (UTC) by mars)

  • hardware requirements: Kaby Lake (Intel 7th Gen) and newer platforms

  • minimal flags

--enable-features=VaapiVideoDecodeLinuxGL
--ozone-platform-hint=auto

For EGL support (optional), install the aur depend (https://aur.archlinux.org/packages/wayland-chromium) and try these flags (tested on Intel HD Graphics 4400)

--use-gl=egl
--in-process-gpu

For experimental text-input-v3 support (optional), try these flags (tested with IBus on GNOME, may conflict with other flags, like --gtk-version=4)

--enable-wayland-ime
[home_zhmars_aur_Arch]
SigLevel = Never
Server = https://download.opensuse.org/repositories/home:/zhmars:/aur/Arch/$arch

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

mars commented on 2023-06-09 17:45 (UTC) (edited on 2023-12-21 08:27 (UTC) by mars)

  • hardware requirements: Kaby Lake (Intel 7th Gen) and newer platforms

  • minimal flags

--enable-features=VaapiVideoDecodeLinuxGL
--ozone-platform-hint=auto

For EGL support (optional), install the aur depend (https://aur.archlinux.org/packages/wayland-chromium) and try these flags (tested on Intel HD Graphics 4400)

--use-gl=egl
--in-process-gpu

For experimental text-input-v3 support (optional), try these flags (tested with IBus on GNOME, may conflict with other flags, like --gtk-version=4)

--enable-wayland-ime
[home_zhmars_aur_Arch]
SigLevel = Never
Server = https://download.opensuse.org/repositories/home:/zhmars:/aur/Arch/$arch

balor commented on 2023-05-22 16:09 (UTC)

Thank you, I didn't know about this repository, I'm grateful. I tried different flags, but vaapi doesn't work, only in xwayland mode it works. I have an AMD GPU.


[49920:49920:0522/125740.314991:ERROR:gpu_init.cc(525)] : Passthrough is not supported, GL is egl, ANGLE is
[49920:49920:0522/125740.388498:WARNING:sandbox_linux.cc(393)] : InitializeSandbox() called with multiple threads in process gpu-process.
[49920:49920:0522/130528.661063:ERROR:vaapi_wrapper.cc(2399)] : vaCreateSurfaces (import mode) failed, VA error: resource allocation failed
[49920:49920:0522/130528.662144:ERROR:vaapi_picture_native_pixmap_ozone.cc(73)] : Failed creating VASurface for NativePixmap

djemil commented on 2023-05-20 21:40 (UTC) (edited on 2023-05-20 21:41 (UTC) by djemil)

from chaotic-aur repo https://chaotic.icarns.xyz/chaotic-aur/chaotic-aur/x86_64/chromium-wayland-vaapi-111.0.5563.146-1-x86_64.pkg.tar.zst

balor commented on 2023-05-17 19:48 (UTC)

Is it possible that someone has a precompiled package and is willing to share it? I have a low-performance laptop and cannot build the package myself. I would be very grateful if someone could share the binary package.

wustdsh commented on 2023-04-23 15:19 (UTC) (edited on 2023-04-25 06:47 (UTC) by wustdsh)

thanks,it works now and i dont use the --use-gl=egl in the 111 version no,i made a mistake,it not work

mars commented on 2023-04-07 09:37 (UTC)

The v112.0.5615.49 released but I could not found any workaround to make hardware video acceleration works again. --use-gl=egl breaks it on X11 and wayland. Removing the flag should make hw video decode works on X11 but libva will fail to init on wayland.

tilltend commented on 2023-03-15 13:44 (UTC)

@mars Still unable to work, only able to work under X11.

mars commented on 2023-03-08 13:50 (UTC)

--enable-hardware-overlays is not needed anymore and --use-gl=egl is required in my test.

tilltend commented on 2023-03-06 10:00 (UTC)

Is it still working? It's not working for me with intel Integrated Graphics.