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

Huge GPU utilization #2023

Closed
ghost opened this issue May 31, 2024 · 7 comments · Fixed by #2178
Closed

Huge GPU utilization #2023

ghost opened this issue May 31, 2024 · 7 comments · Fixed by #2178

Comments

@ghost
Copy link

ghost commented May 31, 2024

Describe the bug
Huge GPU utilization for no reason.

Screenshots
Task Manager

Additional context
It's on integrated graphics on a laptop, but, as you see, my browser is taking less while playing YouTube.

I don't know if is it possible to do anything regarding UI performance optimization on PowerShell, but here is the fact. :D

@v-Kaefer
Copy link
Contributor

v-Kaefer commented Jun 9, 2024

Is that a spike when launching, loading the interface or downloading?
Or is it persistant, it stays like that while the interface is open?

@blusewill
Copy link
Contributor

blusewill commented Jun 15, 2024

What is your integrated GPU called.
It's probably not on the whitelist of optimization script

Yes, we use list of integrated GPU to launch into optimized mode (X

@ghost
Copy link
Author

ghost commented Jun 16, 2024

Is that a spike when launching, loading the interface or downloading? Or is it persistant, it stays like that while the interface is open?

persistant

@ghost
Copy link
Author

ghost commented Jun 16, 2024

What is your integrated GPU called. It's probably not on the whitelist of optimization script

Yes, we use list of integrated GPU to launch into optimized mode (X

It's an integrated GPU into AMD Ryzen 5 5600H

@Marterich
Copy link
Contributor

@monoterne
Could you please run the following Command in a Powershell Window and post the output so the appropriate mapping can be added :)
(Get-CimInstance Win32_VideoController).Name

@ghost
Copy link
Author

ghost commented Jun 20, 2024

@monoterne Could you please run the following Command in a Powershell Window and post the output so the appropriate mapping can be added :) (Get-CimInstance Win32_VideoController).Name

image

@blusewill
Copy link
Contributor

blusewill commented Jun 21, 2024

Alright. The problem is it detected the 3050 Ti and decided to launch in the Matrix Mode.

I should disable Matrix when Laptop GPU is detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants