mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 21:26:14 +03:00
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:
parent
462808e5b0
commit
a2d41b1f89
@ -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"]);
|
||||
|
Loading…
Reference in New Issue
Block a user