On Tue, Jul 01, 2025 at 06:26:28PM +0200, Thorsten G. wrote: > > If you run 'glxinfo', what's the value of the OpenGL vendor string? > OpenGL vendor string: NVIDIA Corporation > OpenGL renderer string: Quadro 410/PCIe/SSE2
> $ LANG=C && liferea > glGetString(GL_VENDOR) returned 'Mesa' > NVIDIA card not detected Oh, so glxinfo returns 'NVIDIA Corporation' but WebKit sees 'Mesa' instead. Thanks, it seems that we need to update the patch to detect NVIDIA cards. Berto

