diff --git a/docs/src/linux.md b/docs/src/linux.md index 6e62300ec82e6068ba38b0db802c9f7d3b9f5e2e..98f432f5093b5de0a7305944f4940bf78776224f 100644 --- a/docs/src/linux.md +++ b/docs/src/linux.md @@ -115,7 +115,7 @@ If you are using Mesa, and want more control over which GPU is selected you can If you are using `amdvlk` you may find that zed only opens when run with `sudo $(which zed)`. To fix this, remove the `amdvlk` and `lib32-amdvlk` packages and install mesa/vulkan instead. ([#14141](https://github.com/zed-industries/zed/issues/14141). -If you have a discrete GPU and you are using [PRIME](https://wiki.archlinux.org/title/PRIME) you may be able to configure Zed to work by setting `/etc/prime-discrete` to 'on'. +If you have a discrete GPU and you are using [PRIME](https://wiki.archlinux.org/title/PRIME) (e.g. Pop_OS 24.04, ArchLinux, etc) you may be able to configure Zed to work by switching `/etc/prime-discrete` from 'off' to 'on' (or the reverse). For more information, the [Arch guide to Vulkan](https://wiki.archlinux.org/title/Vulkan) has some good steps that translate well to most distributions.