From a2d41b1f89f88d22a5de94049b85fd7d7b58e8a3 Mon Sep 17 00:00:00 2001 From: Arkadi Shishlov Date: Thu, 29 Aug 2024 05:41:24 +0300 Subject: [PATCH] Hint to allow software rasterizer (#15560) Depending on a number of CPU cores llvmpipe could provide adequate performance. A little bit of help to skip searching Zed codebase for solution. Release Notes: - N/A --- crates/zed/src/zed.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 9e0d061884..3d476cd562 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -178,6 +178,7 @@ pub fn initialize_workspace( will result in awful performance. For troubleshooting see: https://zed.dev/docs/linux + Set ZED_ALLOW_EMULATED_GPU=1 env var to permanently override. "#}, specs.device_name); let prompt = cx.prompt(PromptLevel::Critical, "Unsupported GPU", Some(&message), &["Skip", "Troubleshoot and Quit"]);