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