You are not logged in.

#1 2022-06-01 20:33:00

andersonrodrigues
Member
Registered: 2022-06-01
Posts: 3

[solved] MESA-LOADER - Problem to run flatpak app

I am getting this error when I try to run Frog, an Flatpak app.

$ flatpak run com.github.tenderowl.frog
libEGL warning: MESA-LOADER: failed to retrieve device information

libEGL warning: DRI2: could not open /dev/dri/card0 (Arquivo ou diretório inexistente)
libGL error: MESA-LOADER: failed to retrieve device information
Cache downloaded codes: ['eng']
No provider of glGetShaderiv found.  Requires one of:
    Desktop OpenGL 2.0
    OpenGL ES 2.0

Some informations:

$ glxinfo -B #Needs mesa-demos
name of display: :1
display: :1  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) UHD Graphics 620 (WHL GT2) (0x3ea0)
    Version: 22.1.0
    Accelerated: yes
    Video memory: 7828MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) UHD Graphics 620 (WHL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.1.0
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.1.0
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.1.0
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
$ pacman -Qs mesa
local/glu 9.0.2-3
    Mesa OpenGL utility library
local/mesa 22.1.0-1
    An open-source implementation of the OpenGL specification
local/mesa-utils 8.5.0-1
    Essential Mesa utilities
local/opencl-mesa 22.1.0-1
    OpenCL support for AMD/ATI Radeon mesa drivers
$ pacman -Qs libgl
local/glib2 2.72.2-1
    Low level core library
local/glibmm 2.66.4-1
    C++ bindings for GLib
local/libglvnd 1.4.0-2
    The GL Vendor-Neutral Dispatch library
local/mesa 22.1.0-1
    An open-source implementation of the OpenGL specification
local/nvidia-utils 515.43.04-2
    NVIDIA drivers utilities

Last edited by andersonrodrigues (2022-06-03 13:49:47)

Offline

#2 2022-06-02 10:28:31

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,889

Re: [solved] MESA-LOADER - Problem to run flatpak app

libEGL warning: DRI2: could not open /dev/dri/card0 (Arquivo ou diretório inexistente)

Sounds like it could be permission related, what is the output of

$ flatpak info --show-permissions com.github.tenderowl.frog

?

(see https://wiki.archlinux.org/title/Flatpa … pplication )

Welcome to archlinux forums.

Last edited by Lone_Wolf (2022-06-02 10:29:41)


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#3 2022-06-03 13:51:04

andersonrodrigues
Member
Registered: 2022-06-01
Posts: 3

Re: [solved] MESA-LOADER - Problem to run flatpak app

Lone_Wolf wrote:
libEGL warning: DRI2: could not open /dev/dri/card0 (Arquivo ou diretório inexistente)

Sounds like it could be permission related, what is the output of

$ flatpak info --show-permissions com.github.tenderowl.frog

?

(see https://wiki.archlinux.org/title/Flatpa … pplication )

Welcome to archlinux forums.


Thanks! I installed flatseal and give dri permission to the app.

Offline

Board footer

Powered by FluxBB