-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.sh
GPU check does not account for VFIO
#113
Comments
Strange. It's working as expected for me, on an RX 6600 XT. Show me the output for |
I think the script is having an issue excluding inactive GPUs.
Host: vendor: NVIDIA Corporation Container: vendor: NVIDIA Corporation |
The script basically just uses the line I requested you to run for its GPU detection, so more niche situations like secondary GPUs for VM passthrough aren't currently accounted for. Specifically, the tl;dr: Whatever fix is done for this will need to be done in both In the meantime, your workaround of using |
setup.sh
GPU check does not account for VFIO
Changes GPU checks in `setup.sh` and `davinci.sh` to check for the driver name in use, rather than GPU vendor. Fixes #113
Describe the bug
The script recognises my AMD GPU as an NVIDIA GPU, which I assume is what is causing the problem.
When launching resolve normally I get the error described here: #74
I had to change the
.desktop
entry toin order to force rusticl and for it to work.
Installation method used
setup.sh
To Reproduce
Expected behavior
The script should detect the GPU correctly and set rusticl as the default for AMD GPUs so there is no tinkering required afterwards.
System information (please complete the following)
The text was updated successfully, but these errors were encountered: