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-29 05:41:24 +03:00 committed by GitHub
parent 462808e5b0
commit a2d41b1f89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"]);