Manjaro arm on Amlogic Tv box?

I don’t seem to be able to find /etc/chromium.d/default-flags to try to set Chromium “default-flags”.

In Chromium 98 the default is Hardware Composition is OFF. Enabling “Override software rendering list” or “–ignore-gpu-blocklist” does NOT turn Enable HW Composition.

Only with command line “–in-process-gpu” enable HW Composition.

In Manjaro-Arm the Chromium “default-flags” settings don’t seem to exist? How to rectify this? Just manually create /etc/chromium.d/default-flags?

Edit: Found the solution from Chromium - ArchWiki. Need to create:

~/.config/chromium-flags.conf

–ignore-gpu-blocklist
–in-process-gpu
–enable-gpu-rasterization
–enable-zero-copy
–ozone-platform-hint=auto

After that Chromium 98 start up with Compositing: Hardware Accelerated and also Ozone=Wayland enabled.

image

1 Like