We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zwift did not open after running the zwift script. The container was properly running.
zwift
When manually starting Zwift inside the container, there was the following error:
libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: GLXBadContext
Changing VGA_DEVICE_FLAG="--gpus all" to VGA_DEVICE_FLAG="--device nvidia.com/gpu=all" did fix the issue for me. I suspect there were some changes in the nvidia-container-toolit. This fix might require generating a CDI specification as shown here https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/1.14.3/cdi-support.html.
VGA_DEVICE_FLAG="--gpus all"
VGA_DEVICE_FLAG="--device nvidia.com/gpu=all"
nvidia-container-toolkit: 1.14.3 podman: 4.7.2
The text was updated successfully, but these errors were encountered:
might have been related to #44
Sorry, something went wrong.
No branches or pull requests
Zwift did not open after running the
zwift
script. The container was properly running.When manually starting Zwift inside the container, there was the following error:
Changing
VGA_DEVICE_FLAG="--gpus all"
toVGA_DEVICE_FLAG="--device nvidia.com/gpu=all"
did fix the issue for me. I suspect there were some changes in the nvidia-container-toolit. This fix might require generating a CDI specification as shown here https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/1.14.3/cdi-support.html.nvidia-container-toolkit: 1.14.3
podman: 4.7.2
The text was updated successfully, but these errors were encountered: