Seungmin Kim

Results 665 comments of Seungmin Kim

@mathico2 We have a new series of containers.

@mathico2 We have a new release.

Containers: https://github.com/selkies-project/docker-nvidia-egl-desktop/pkgs/container/nvidia-egl-desktop https://github.com/selkies-project/docker-nvidia-glx-desktop/pkgs/container/nvidia-glx-desktop Standalone: https://github.com/selkies-project/selkies-gstreamer/releases/tag/v1.6.0

I also updated the egl/xgl.yml together. There have been variables that were changed for the new release but you could compare them and update them. Docker Hub: Why? Doesn't ghcr.io...

https://github.com/selkies-project/docker-nvidia-egl-desktop/blob/main/egl.yml https://github.com/selkies-project/docker-nvidia-glx-desktop/blob/main/xgl.yml

The reason only NVIDIA works here is because different GPU vendors need an immensely different `/etc/X11/xorg.conf` configuration. I imagine something similar to https://github.com/nestriness/nestri/pull/84/files would work. @DatCaptainHorse, our collaborator, has expanded...

For CPUs, as well as Intel and AMD GPUs for now, docker-nvidia-egl-desktop should currently work; it uses a virtual X11 server in the first place anyway. But there is a...

@Anghille Yeah, thanks. The solution is already there with @DatCaptainHorse, it's just a matter of integrating it seamlessly. I do not have an AMD device currently, so this is required...

https://github.com/VirtualGL/virtualgl/issues/229#issuecomment-2196927693 https://github.com/VirtualGL/virtualgl/issues/37 @DatCaptainHorse BTW, does Vulkan work correctly on your approach with Intel or AMD in an unprivileged container? The above implies that it might be finicky in non-NVIDIA.

@Anghille Check xgl.yml for the Kubernetes deployment. We only ship Deployment configurations because other configurations wildly vary per infrastructure.