Add support: hybrid graphics (nVidia offload) on Linux #2202
-
It would be really nice to add a support for hybrid graphics (nVidia offload) on Linux, so user can start the system with integrated graphic driver and then use the nVidia driver for Min on demand like this: bash -c "export __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia PW_PRIME_RENDER_OFFLOAD=1 && exec min" As far as i can see it looks like it already works for me with Chromium. But not with Min. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found that gpu acceleration in hybrid mode works with Min if i start it with these flags: like this:
UPD:But it's true only with nVidia driver v.470. Not v.525. |
Beta Was this translation helpful? Give feedback.
I found that gpu acceleration in hybrid mode works with Min if i start it with these flags:
--enable-features=UseSkiaRenderer,Vulkan,VaapiVideoDecoder --use-gl=egl
like this:
UPD:
But it's true only with nVidia driver v.470. Not v.525.
So this workaround actually not a solution