Summary: | kwin_x11 | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Mike Rophone <sonok82308> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version First Reported In: | 5.21.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | heaptrack if high cpu usage kwin_x11 |
Description
Mike Rophone
2021-06-08 22:32:30 UTC
>The kwin_x11 process takes up abnormally high amount of cpu ressources
Please include a trace with heaptrack.
Created attachment 139262 [details]
heaptrack if high cpu usage kwin_x11
heaptrack of kwin_x11 directly after a reboot, while watching a youtube video (in order to exacerbate the CPU consumption issue)
(In reply to David Edmundson from comment #1) > >The kwin_x11 process takes up abnormally high amount of cpu ressources > > Please include a trace with heaptrack. Thank you for your answer, please find attached the trace in the previous comment > OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
You use software rasterizer. This results in much higher CPU usage. Please make sure that you have all necessary drivers installed.
(In reply to Vlad Zahorodnii from comment #4) > > OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits) > > You use software rasterizer. This results in much higher CPU usage. Please > make sure that you have all necessary drivers installed. Oh you're right, (In reply to Vlad Zahorodnii from comment #4) > > OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits) > > You use software rasterizer. This results in much higher CPU usage. Please > make sure that you have all necessary drivers installed. You are right, the renderer is Software Rasterizer after a reboot, and switches back to my graphic card after loging out and back in. I'll try to figure out why this is happening, but if you have some idea please let me know. Thank you for your help though, this narrows the troubleshooting a great deal Seems like I fixed my issue thanks to this https://bbs.archlinux.org/viewtopic.php?id=249344 I added ``` Section "Files" ModulePath "/usr/lib/nvidia/xorg" ModulePath "/usr/lib/xorg/modules" EndSection ``` to my /etc/X11/xorg.conf and now it works. So it's a nvidia problem and I apologize for reporting it here |