Closed zemu-unile closed 10 months ago
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
might have been related to #44
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