this post was submitted on 12 Jun 2025
9 points (90.9% liked)

Arch Linux

8753 readers
7 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

I have archlinux with GNOME 48 and wayland. When I run apps which I have installed them from flatpak I get error below:

MESA-INTEL: warning: Haswell Vulkan support is incomplete
MESA-INTEL: warning: ../src/intel/vulkan_hasvk/anv_formats.c:759: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan_hasvk/anv_formats.c:790: FINISHME: support more multi-planar formats with DRM modifiers

The apps are shown like the screenshot:

Carburetor

They work, but nothing is shown!

I did not have the problem since I updated the packages with pacman and vulkan-icd-loader and vulkan-headers updated from 1.4.309 to 1.4.313.

top 1 comments
sorted by: hot top controversial new old
[–] that_leaflet@lemmy.world 4 points 1 day ago* (last edited 1 day ago)

Setting the environmental variable

GSK_RENDERER=gl

in Flatseal or on your entire system should fix the issue. It tells GTK to use the old OpenGL renderer backend for GTK. Once the issue is fixed upstream, it would be a good idea to remove the change.