Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
According to https://gioui.org/issue/347 and godotengine/godot#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 <[email protected]>
- Loading branch information