How to enable gpu acceleration on flatpak ? #833
-
|
i would like to use tensor acceleration on nvidia gpu, but i couldn't figure out how to install needed runtime for tensor rt with flatpak. i think cuda is available in flatpak obs ? because i am able to encode with nvenc. if its not possible, is there any gpu acceleration alternative i could use on flatpak ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
CUDA is not available on Flatpak. No GPU acceleration will be provided on Flatpak because it is technically impossible on Flatpak. |
Beta Was this translation helpful? Give feedback.
-
|
NVENC working in Flatpak does not mean the plugin can use CUDA or TensorRT. Those are separate stacks. In practice, Flatpak OBS is usually the wrong route for this plugin if you want NVIDIA acceleration, because the TensorRT and CUDA libraries the plugin needs are not exposed cleanly inside the sandbox. The fix is to use a native OBS install and install the plugin there. That is the setup people use when they want the GPU path to work reliably. |
Beta Was this translation helpful? Give feedback.
CUDA is not available on Flatpak. No GPU acceleration will be provided on Flatpak because it is technically impossible on Flatpak.