Bug#1053199: liferea does not show feed item contents after 1.15.2-1->1.15.3-1 update

Alberto Garcia berto at igalia.com
Sat May 9 10:44:34 BST 2026


On Tue, Jul 01, 2025 at 06:32:08PM +0200, Alberto Garcia wrote:
> > 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.

Hi Thorsten, if you are still having this issue with liferea (or other
WebKit-based apps) I would like to try something else.

Can you build and run the attached program and paste the output?

It should be something like this:

  $ gcc -o drmdriver -I/usr/include/libdrm drmdriver.c -ldrm
  $ ./drmdriver 
  /dev/dri/renderD128: 'i915'

Also, if you can confirm what version of Debian you're using (trixie,
testing, sid, ...) and the exact versions of the webkit packages I can
maybe prepare a test build with a possible workaround.

Thanks!

Berto
-------------- next part --------------
A non-text attachment was scrubbed...
Name: drmdriver.c
Type: text/x-csrc
Size: 1082 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-webkit-maintainers/attachments/20260509/9006668a/attachment.c>


More information about the Pkg-webkit-maintainers mailing list