Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to launch on integrated GPU on linux #18433

Open
1 task done
Stanko2 opened this issue Sep 27, 2024 · 0 comments
Open
1 task done

Add option to launch on integrated GPU on linux #18433

Stanko2 opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement [core label] gpui GPUI rendering framework support linux

Comments

@Stanko2
Copy link

Stanko2 commented Sep 27, 2024

Check for existing issues

  • Completed

Describe the feature

Make zed able to use non-discrete GPU on Linux for rendering to reduce battery usage. It could be added as an option, or it could use discrete GPU only if there is another process running on it. So that the GPU wouldn't start because of zed.

If applicable, add mockups / screenshots to help present your vision of the feature

At least for Nvidia, check nvidia-smi on startup. If there is another process using the GPU, zed should use it also. If not use integrated graphics to prevent battery drain.

Another option could be to set the GPU manually in settings.

@Stanko2 Stanko2 added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 27, 2024
@JosephTLyons JosephTLyons added linux gpui GPUI rendering framework support and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] gpui GPUI rendering framework support linux
Projects
None yet
Development

No branches or pull requests

2 participants