Bug#1081962: libgtk-4-1: complains to terminal on Intel graphics cards
Simon McVittie
smcv at debian.org
Mon Sep 16 23:23:31 BST 2024
Control: retitle -1 mesa-vulkan-drivers: Intel driver logs "FINISHME" warnings on load
Control: reassign -1 mesa-vulkan-drivers 24.2.2-1
On Mon, 16 Sep 2024 at 18:31:05 +0000, brian m. carlson wrote:
> % gnome-text-editor foo.rs
> MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
> MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
...
> GTK and the libraries it depends on should never write to stderr unless
> a user-visible problem has occurred, since this is annoying when being
> invoked in the terminal. Since the software appears to be otherwise
> functional here, it should remain silent.
>
> I realize this may be a bug in Mesa
Yes, this is a message from the Mesa Vulkan driver for Intel hardware, and
there isn't much that GTK can do about it other than not using Vulkan.
> if it will not be fixed
> promptly, please apply a workaround to revert the appropriate parts to
> the 4.14 version in the meantime
If the Vulkan renderer has enough problems (#1081957 is a more serious
one), a possible workaround in GTK is to switch the default back to one
of the OpenGL-based renderers.
In the short term, if you consider this to be a serious problem, please
use environment variable GDK_DISABLE=vulkan or GSK_RENDERER=ngl
(or GSK_RENDERER=gl or GSK_RENDERER=cairo).
smcv
More information about the pkg-gnome-maintainers
mailing list