minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.96k stars 702 forks source link

GPU acceleration #2060

Closed azisaka closed 2 years ago

azisaka commented 2 years ago

Hi!

I'm using Min on Linux. I want to enable the hardware video decoding. Is there a way to do it? The flags --enable-accelerated-video --ignore-gpu-blacklist does not seem to work.

takomine commented 2 years ago

Try to change --ignore-gpu-blacklist to --ignore-gpu-blocklist

image

Also i think there are no flag options anymore to turn on video decoding. It was supposed to be --enable-accelerated-video-decode

image

Check this thread from Manjaro forums maybe it can help you

PalmerAL commented 2 years ago

Also try checking chrome://gpu with and without those flags - it's possible you may have it enabled already.

azisaka commented 2 years ago

Thanks for trying to help me. I guess it won't work on Linux thought. Not a huge problem, I will try it again in the future.

Flashwalker commented 1 year ago

try also these flags:

--enable-features=UseSkiaRenderer,Vulkan,VaapiVideoDecoder --use-gl=egl

i found it works with --use-gl=egl but only with nVidia driver v.470. Not v.525

azisaka commented 1 year ago

Yep, confirmed! Works on amdgpu too!