-
Notifications
You must be signed in to change notification settings - Fork 22
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
high kernel_task CPU #1
Comments
I'm pretty sure you have touchscreen enabled and like I wrote in the other issue the touchscreen runs in polling mode which results in a constant kernel_task usage of 15-30%. The guide tells you how to disable the touchscreen. After that, the kernel_task usage will only spike when touching the trackpad because it is using GPIO interrupts rather than constant polling. |
@toonvanstrijp did the audio get any better with my repo? And could you lower kernel_task usage by disabling the touchscreen? |
I bet jaromeyer is right, my non touch 9570 has no kernel_task problem at all. This issue has been found in other EFIs too, touchscreen seems to be broken af. |
@jaromeyer the audio got way better! :) and using the patch to disable touchscreen fixed kernel_task usage! :) |
@toonvanstrijp good to hear! If you keep using my repo, please report back if you face the same issue with it. Ive never had a single earrape noise since im using this setup |
Hello, I couldnt find the script to disable the touchscreen I only saw this defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO and this for the font smoothning |
@hypafly shouldnt be required anymore to save battery |
Heey @jaromeyer, I'm trying out your repo and the boot seems smooth as the overall repo. But I'm experiencing high CPU usage by the kernel_task process. Any idea how to debug this, or what is the cause of this?
The text was updated successfully, but these errors were encountered: