-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fedora 40 with Nvidia - Performance #147
Comments
Are you running the nvidia driver or Nouveau? I assume Nvidia? |
Proprietary nvidia driver. I am on the 555 which is really fresh. |
I'll look into it currently using Nouveau as not got round to setting up the proprietary but have to for another project. |
No worry. I am able to fix this issues from my side. I opened this issue for other people with the same problem. The ENV var was introduced there. Line 29 in cf43c78
In the meantime we have multi step build there. |
If you can give that a go :) if not I will try it out once I get my driver switched over. |
Hi, I switched to the nvidia drivers, after some issues with resiable bar and the /dev/card changing sorted. I don't have this issue but I only have an NVIDIA card in mine no other capable device. Do you have an intel chip with video? |
@sHedC I have a AMD based system (AMD Ryzen 9 7950X) with a NVIDIA 4060 TI. |
Some additional fixes below, this requires a rebuild of the docker. - #89 Added the abiltiy to map a directory for custom zwo files to a local directory using an environment parameter, updated readme. - Minor Fix to Docker to make the entrypoint and other files rx by default (from just x) - Minor Fix for Podman Build to set ipc host temporarily, can cause failures on laptops - #147 - Attempt to fix issue by moving the Enviornment Variables for NVIDIAa - Update Readme to point to new Nvidia-container-toolkit not the deprecated one
@cmuench - Can you try with the latest zwift.sh and container, I have moved relevant flags to the correct location so hopfully works. |
@sHedC Works on my machine :-) |
@sHedC Thank you very much. |
Describe the bug
If I start zwift on my Fedora Linux machine the GPU is not used.
Maybe a regression bug.
I know that the NVIDIA_DRIVER_CAPABILITIES is set in the Dockerfile.
Expected behavior
I can use my Nvidia GPU
Additional context
If I add
-e NVIDIA_DRIVER_CAPABILITIES=all
the problem is fixed.That's my patched file:
The text was updated successfully, but these errors were encountered: