Expected Behavior
Insomnia should start normally on Ubuntu Wayland with AMD GPU and correctly initialize GPU or fallback to software rendering without crashing.
Actual Behavior
The application fails to start correctly. During startup, GPU initialization fails (EGL / MESA-LOADER errors) and the application crashes shortly after launch with a segmentation fault.
Reproduction Steps
- Install Insomnia via Snap
- Run: snap run insomnia
- Application starts and attempts GPU initialization
- EGL/MESA loader fails to load drivers (radeonsi / swrast)
- Application crashes with segmentation fault
Is there an existing issue for this?
Which sync method do you use?
Additional Information
- This issue is reproducible on a clean Ubuntu system with AMD GPU and Wayland
- Other Snap apps work correctly
- Host OpenGL works correctly (glxinfo OK)
- Issue seems isolated to Insomnia Snap sandbox + Mesa/EGL on Wayland
=== SYSTEM ====
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 26.04 LTS
Release: 26.04
Codename: resolute
==== SESSION ====
wayland
==== GPU ====
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barcelo (rev d1)
Kernel driver in use: amdgpu
==== OPENGL ====
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.0.0-22-generic)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 26.0.3-1ubuntu1
OpenGL version string: 4.6 (Compatibility Profile) Mesa 26.0.3-1ubuntu1
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.0.3-1ubuntu1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
==== SNAP VERSION ====
snap 2.75.2+ubuntu26.04.2
snapd 2.75.2+ubuntu26.04.2
series 16
ubuntu 26.04
kernel 7.0.0-22-generic
architecture amd64
====== GLXINFO =======
glxinfo | grep "OpenGL renderer"
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.0.0-22-generic)
====== RUNING APP =============
snap run insomnia
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[Git Providers] Initializing Git remote providers...
[Git Providers] Initialized 3 providers: github, gitlab, custom
[ElectronStorage] Initialized at /home/aleksnolz/snap/insomnia/364/.config/Insomnia/localStorage
04:08:01.177 › Running version 12.6.0
dbus-send: /snap/insomnia/364/lib/x86_64-linux-gnu/libdbus-1.so.3: version `LIBDBUS_PRIVATE_1.12.20' not found (required by dbus-send)
04:08:01.191 › [electron client protocol] FAILED to set default protocol 'insomnia://'
04:08:01.203 › [electron client protocol] the current executable is not the default protocol for 'insomnia://'
04:08:01.210 › [electron client protocol] the default application set for 'insomnia://' was not found
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[80145:0615/040801.216701:ERROR:ui/gtk/gtk_ui.cc:251] Schema org.gnome.desktop.interface does not have key font-antialiasing
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[80245:0615/040801.233328:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80245:0615/040801.233447:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80245:0615/040801.233504:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80245:0615/040801.233590:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80245:0615/040801.233646:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80245:0615/040801.233700:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80245:0615/040801.233746:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80245:0615/040801.233800:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80245:0615/040801.234774:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80245:0615/040801.234837:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80245:0615/040801.234883:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80245:0615/040801.234943:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80245:0615/040801.234993:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80245:0615/040801.235036:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80245:0615/040801.235077:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80245:0615/040801.235125:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80245:0615/040801.236003:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization
04:08:01.249 › [fix] Running database repairs
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[80255:0615/040801.280343:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80255:0615/040801.280477:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80255:0615/040801.280532:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80255:0615/040801.280620:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80255:0615/040801.280687:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80255:0615/040801.280737:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80255:0615/040801.280784:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80255:0615/040801.280838:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80255:0615/040801.281978:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80255:0615/040801.282047:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80255:0615/040801.282096:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80255:0615/040801.282160:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80255:0615/040801.282213:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80255:0615/040801.282256:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80255:0615/040801.282299:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80255:0615/040801.282350:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80255:0615/040801.283140:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[80283:0615/040801.300482:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80283:0615/040801.300569:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80283:0615/040801.300620:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80283:0615/040801.300722:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80283:0615/040801.300803:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80283:0615/040801.300854:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80283:0615/040801.300899:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80283:0615/040801.300956:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80283:0615/040801.302366:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80283:0615/040801.302442:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80283:0615/040801.302497:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80283:0615/040801.302579:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80283:0615/040801.302642:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80283:0615/040801.302697:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80283:0615/040801.302749:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80283:0615/040801.302811:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80283:0615/040801.303859:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
04:08:01.322 › [main] Checking for newer version than 12.6.0
04:08:01.322 › [updater] Using url https://updates.insomnia.rest/builds/check/mac?v=12.6.0&app=com.insomnia.app&channel=stable
[80290:0615/040801.323525:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80290:0615/040801.323621:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80290:0615/040801.323664:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80290:0615/040801.323747:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80290:0615/040801.323795:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80290:0615/040801.323830:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80290:0615/040801.323862:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80290:0615/040801.323902:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80290:0615/040801.324875:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80290:0615/040801.324924:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80290:0615/040801.324958:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80290:0615/040801.325010:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80290:0615/040801.325049:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80290:0615/040801.325081:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80290:0615/040801.325114:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80290:0615/040801.325161:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80290:0615/040801.326037:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
[80307:0615/040801.344074:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80307:0615/040801.344140:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80307:0615/040801.344180:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80307:0615/040801.344248:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80307:0615/040801.344290:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80307:0615/040801.344326:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80307:0615/040801.344360:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80307:0615/040801.344403:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80307:0615/040801.345334:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80307:0615/040801.345383:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80307:0615/040801.345418:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGL failed with error EGL_NOT_INITIALIZED, trying next display type
[80307:0615/040801.345468:ERROR:ui/gl/angle_platform_impl.cc:47] Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
ERR: Display.cpp:1097 (initialize): ANGLE Display::initialize error 12289: Failed to get system egl display
[80307:0615/040801.345505:ERROR:ui/gl/egl_util.cc:92] EGL Driver message (Critical) eglInitialize: Failed to get system egl display
[80307:0615/040801.345538:ERROR:ui/gl/gl_display.cc:638] eglInitialize OpenGLES failed with error EGL_NOT_INITIALIZED
[80307:0615/040801.345570:ERROR:ui/gl/gl_display.cc:673] Initialization of all EGL display types failed.
[80307:0615/040801.345615:ERROR:ui/ozone/common/gl_ozone_egl.cc:26] GLDisplayEGL::Initialize failed.
[80307:0615/040801.346416:ERROR:components/viz/service/main/viz_main_impl.cc:189] Exiting GPU process due to errors during initialization
MESA-LOADER: failed to open radeonsi (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: radeonsi
MESA-LOADER: failed to open kms_swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load driver: kms_swrast
MESA-LOADER: failed to open swrast (search paths /snap/insomnia/364/gnome-platform/usr/lib/x86_64-linux-gnu/dri)
failed to load swrast driver
04:08:01.521 › [main] Found newer version
04:08:01.524 › [main] Backup found at: /home/aleksnolz/snap/insomnia/364/.config/Insomnia/backups/12.6.0
04:08:01.524 › [git-credentials-migration] Already migrated credentials, skipping migration
[0615/040801.534082:ERROR:third_party/crashpad/crashpad/util/linux/scoped_ptrace_attach.cc:27] ptrace: Operation not permitted (1)
zsh: segmentation fault (core dumped) snap run insomnia
Insomnia Version
12.6.0
What operating system are you using?
Ubuntu
Operating System Version
Ubuntu 26 LTS
Installation method
Snap
Last Known Working Insomnia version
12.6.0 on Ubuntu 24 LTS
Expected Behavior
Insomnia should start normally on Ubuntu Wayland with AMD GPU and correctly initialize GPU or fallback to software rendering without crashing.
Actual Behavior
The application fails to start correctly. During startup, GPU initialization fails (EGL / MESA-LOADER errors) and the application crashes shortly after launch with a segmentation fault.
Reproduction Steps
Is there an existing issue for this?
Which sync method do you use?
Additional Information
=== SYSTEM ====
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 26.04 LTS
Release: 26.04
Codename: resolute
==== SESSION ====
wayland
==== GPU ====
05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barcelo (rev d1)
Kernel driver in use: amdgpu
==== OPENGL ====
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon Graphics (radeonsi, renoir, ACO, DRM 3.64, 7.0.0-22-generic)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 26.0.3-1ubuntu1
OpenGL version string: 4.6 (Compatibility Profile) Mesa 26.0.3-1ubuntu1
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 26.0.3-1ubuntu1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
==== SNAP VERSION ====
snap 2.75.2+ubuntu26.04.2
snapd 2.75.2+ubuntu26.04.2
series 16
ubuntu 26.04
kernel 7.0.0-22-generic
architecture amd64
====== GLXINFO =======
====== RUNING APP =============
Insomnia Version
12.6.0
What operating system are you using?
Ubuntu
Operating System Version
Ubuntu 26 LTS
Installation method
Snap
Last Known Working Insomnia version
12.6.0 on Ubuntu 24 LTS