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
This commit is contained in:
Arkadi Shishlov
2024-08-28 19:41:24 -07:00
committed by GitHub
parent 462808e5b0
commit a2d41b1f89
+1
View File
@@ -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"]);