| Summary: | Shift web browser, OBS and Plasma into weaker GPU while heavy apps are being executed | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Fernando Marcelino Muniz <fernandommuniz> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | kde, nate, xaver.hugl |
| Priority: | NOR | Keywords: | efficiency-and-performance |
| Version First Reported In: | 6.2.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fernando Marcelino Muniz
2024-11-13 15:33:37 UTC
Unfortunately currently KWin doesn't have any influence over what GPU apps are using, and apps don't support switching between GPUs either. This is in progress with https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/268 though. FWIW most likely moving apps to a different GPU will only have a negative performance impact, but I suppose it can't hurt to try it once we have the infrastucture for doing this kind of thing. (In reply to Zamundaaa from comment #1) > Unfortunately currently KWin doesn't have any influence over what GPU apps > are using, and apps don't support switching between GPUs either. This is in > progress with > https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/ > 268 though. > > FWIW most likely moving apps to a different GPU will only have a negative > performance impact, but I suppose it can't hurt to try it once we have the > infrastucture for doing this kind of thing. I think it's worth trying because this is similar to what modern gaming consoles do, if I understood correctly. |