From f6630ed73689347cd71dea814ce23d244261ee54 Mon Sep 17 00:00:00 2001 From: William Fleurant Date: Mon, 13 Oct 2025 11:58:36 +0200 Subject: [PATCH] docs: Add Mesa GPU selection and XWayland fallback instructions (#39930) Related #35948 Should document it.. re: - Added documentation for Mesa GPU device selection using environment variables - Added instructions for XWayland fallback when using Wayland Release Notes: - N/A --------- Co-authored-by: Finn Evers --- docs/src/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/linux.md b/docs/src/linux.md index 1b9c061e71cbfc06c1783cbd747b0648721002da..f349c80d61640817938c33337c18180e02c043b7 100644 --- a/docs/src/linux.md +++ b/docs/src/linux.md @@ -179,7 +179,7 @@ Make sure to export the variable if you choose to define it globally in a `.bash ##### Option B -If you are using Mesa, you can run `MESA_VK_DEVICE_SELECT=list zed --foreground` to get a list of available GPUs and then export `MESA_VK_DEVICE_SELECT=xxxx:yyyy` to choose a specific device. +If you are using Mesa, you can run `MESA_VK_DEVICE_SELECT=list zed --foreground` to get a list of available GPUs and then export `MESA_VK_DEVICE_SELECT=xxxx:yyyy` to choose a specific device. Furthermore, you can fallback to xwayland with an additional export of `WAYLAND_DISPLAY=""`. ##### Option C