mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
90ad0010ec
According to https://gioui.org/issue/347 and https://github.com/godotengine/godot/issues/43714 choosing the integrated Intel GPU on a multi-GPU system with NVIDIA doesn't work well in X11. According to Godot, forcing the use of the discrete (NVIDIA) GPU works around the problem. This change disables Vulkan on X11 instead, which is a more conservative and targeted fix. Disabling Vulkan on X11 will reduce testing of Vulkan, but - Pierre is making Wayland the default driver on Linux, where Vulkan is enabled. - The OpenGL driver will be exercized more. Fixes: https://todo.sr.ht/~eliasnaur/gio/347 Signed-off-by: Elias Naur <mail@eliasnaur.com>