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

    From Alberto Garcia@21:1/5 to Thorsten G. on Mon Jul 14 18:00:01 2025
    On Tue, Jul 01, 2025 at 06:26:28PM +0200, Thorsten G. wrote:
    $ LANG=C && liferea
    glGetString(GL_VENDOR) returned 'Mesa'
    NVIDIA card not detected
    AcceleratedBackingStoreDMABuf::checkRequirements() returned true AcceleratedBackingStoreDMABuf::checkRequirements() returned true
    <sys>:0: Warning: g_atomic_ref_count_dec: assertion 'old_value > 0'
    failed
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    Failed to create GBM buffer of size 469x186: Permission denied

    Can you export GBM_BACKEND=nvidia-drm and try again?

    Does it make a difference?

    Berto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alberto Garcia@21:1/5 to Thorsten G. on Mon Jul 14 18:40:01 2025
    On Mon, Jul 14, 2025 at 06:21:43PM +0200, Thorsten G. wrote:
    Can you export GBM_BACKEND=nvidia-drm and try again?


    $ LANG=C && export GBM_BACKEND=nvidia-drm && liferea
    MESA-LOADER: failed to open nvidia-drm: /usr/lib/x86_64-linux- gnu/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file
    or directory (search paths /usr/lib/x86_64-linux-gnu/gbm, suffix _gbm)

    Do you have libnvidia-allocator1 and libnvidia-egl-gbm1 installed?

    If not, install them and try again (with and without setting
    GBM_BACKEND).

    Berto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alberto Garcia@21:1/5 to Thorsten G. on Thu Jul 17 14:20:02 2025
    On Mon, Jul 14, 2025 at 06:50:53PM +0200, Thorsten G. wrote:
    $ LANG=C && export GBM_BACKEND=nvidia-drm && liferea
    MESA-LOADER: failed to open nvidia-drm: /usr/lib/x86_64-linux- gnu/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file
    or directory (search paths /usr/lib/x86_64-linux-gnu/gbm, suffix _gbm)

    Does exporting GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current
    make a difference?

    Berto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thorsten G.@21:1/5 to All on Thu Jul 17 16:00:01 2025
    Hello Alberto,

    Am Donnerstag, dem 17.07.2025 um 09:37 +0200 schrieb Alberto Garcia:


    Does exporting GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-
    gnu/nvidia/current
    make a difference?


    $ LANG=C && export GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-
    gnu/nvidia/current && liferea
    Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...
    Aborted (core dumped)

    Liferea doesn't even start

    Kind regards
    Thorsten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alberto Garcia@21:1/5 to Thorsten G. on Thu Jul 17 17:20:01 2025
    On Thu, Jul 17, 2025 at 03:56:32PM +0200, Thorsten G. wrote:
    Does exporting GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-
    gnu/nvidia/current
    make a difference?


    $ LANG=C && export GBM_BACKENDS_PATH=/usr/lib/x86_64-linux- gnu/nvidia/current && liferea
    Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...
    Aborted (core dumped)

    Set also GBM_BACKEND=nvidia-drm in addition to GBM_BACKENDS_PATH

    Berto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thorsten G.@21:1/5 to All on Thu Jul 17 18:10:02 2025
    Am Donnerstag, dem 17.07.2025 um 17:15 +0200 schrieb Alberto Garcia:

    $ LANG=C && export GBM_BACKENDS_PATH=/usr/lib/x86_64-linux- gnu/nvidia/current && liferea
    Could not create GBM EGL display: EGL_NOT_INITIALIZED. Aborting...
    Aborted (core dumped)

    Set also GBM_BACKEND=nvidia-drm in addition to GBM_BACKENDS_PATH


    LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current && GBM_BACKEND=nvidia-drm && liferea
    <sys>:0: Warning: g_atomic_ref_count_dec: assertion 'old_value > 0'
    failed
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    Failed to create GBM buffer of size 469x199: Permission denied

    Liferea starts but the third window is empty

    Regards
    Thorsten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alberto Garcia@21:1/5 to Thorsten G. on Thu Jul 17 18:30:01 2025
    On Thu, Jul 17, 2025 at 06:00:44PM +0200, Thorsten G. wrote:
    LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current && GBM_BACKEND=nvidia-drm && liferea

    I think that you need to remove those '&&', otherwise liferea won't
    get those variables.

    $ COLOR=green && SHAPE=circle && sh -c 'echo $COLOR $SHAPE'


    $ COLOR=green SHAPE=circle sh -c 'echo $COLOR $SHAPE'
    green circle

    Berto

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thorsten G.@21:1/5 to All on Thu Jul 17 18:40:02 2025
    Am Donnerstag, dem 17.07.2025 um 18:24 +0200 schrieb Alberto Garcia:
    On Thu, Jul 17, 2025 at 06:00:44PM +0200, Thorsten G. wrote:
    LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-
    gnu/nvidia/current && GBM_BACKEND=nvidia-drm && liferea

    I think that you need to remove those '&&', otherwise liferea won't
    get those variables.

    $ COLOR=green && SHAPE=circle && sh -c 'echo $COLOR $SHAPE'


    $ COLOR=green SHAPE=circle sh -c 'echo $COLOR $SHAPE'
    green circle


    $ LANG=C && GBM_BACKENDS_PATH=/usr/lib/x86_64-linux-gnu/nvidia/current GBM_BACKEND=nvidia-drm && liferea
    <sys>:0: Warning: g_atomic_ref_count_dec: assertion 'old_value > 0'
    failed
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    KMS: DRM_IOCTL_MODE_CREATE_DUMB failed: Permission denied
    Failed to create GBM buffer of size 469x199: Permission denied

    Result is the same: Liferea starts but the window is empty

    Regards
    Thorsten

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)