Seungmin Kim
Seungmin Kim
Thank you @dcommander
@robballantyne I would need your `eglinfo` output inside the container in order to proceed.
Example: ``` EGL client extensions string: EGL_EXT_platform_base EGL_EXT_device_base EGL_EXT_device_enumeration EGL_EXT_device_query EGL_KHR_client_get_all_proc_addresses EGL_EXT_client_extensions EGL_KHR_debug EGL_KHR_platform_x11 EGL_EXT_platform_x11 EGL_EXT_platform_device EGL_MESA_platform_surfaceless EGL_EXT_explicit_device EGL_KHR_platform_wayland EGL_EXT_platform_wayland EGL_KHR_platform_gbm EGL_MESA_platform_gbm EGL_EXT_platform_xcb GBM platform: EGL API version: 1.5 EGL...
And fundamentally, do you have the NVIDIA container toolkit set up? @robballantyne
I think checking `NVIDIA_DRIVER_CAPABILITIES` includes `graphics` and `display` or is `all` is the first thing to do. Then we can see the `/opt/VirtualGL/bin/eglinfo -e` and `/opt/VirtualGL/bin/eglinfo egl` outputs. This isn't...
This is still a meaningful issue, because nodes with `nvidia-headless` will not have EGL libraries and will error out. Let me think of ways.
I think checking based on `libEGL_nvidia.so.0` on whether the userspace driver should be installed or not would be a good choice.
I confirm that the existence of `libEGL_nvidia.so.0` and `libGLX_nvidia.so.0` is important for Vulkan and OpenGL capabilities, and `nvidia-headless` does not provide these libraries.
Hi @jmars , we are developing a separate project https://github.com/selkies-project/selkies-gstreamer which is an open-source Linux WebRTC HTML5 remote desktop based on GStreamer. YUV444 is an important topic for us also,...
This issue is from a request by @GeorgeDeac .