-
-
Notifications
You must be signed in to change notification settings - Fork 593
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 CPU usage after suspend. #1168
Comments
I have the same exact issue, 100% CPU usage when returning from hibernation. A restart of the picom process fixes it. I also have this in my config file:
I am on Arch Linux, with picom package version |
does it happen without vsync? |
can't reproduce on an intel gpu neither with the |
can reproduce on an nvidia gpu only with the |
@yagi-tan just set |
Oh, |
@yagi-tan, you could also try |
@absolutelynothelix Ahh, to force using |
@yagi-tan please don't worry about the schedulers! and don't persist the |
@yshui I see. All right then, thanks all for quick responses. Feel free to close this issue. |
If resetting fails, set a flag so all future schedule calls will fail. Fixes #1168 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
If resetting fails, set a flag so all future schedule calls will fail. Fixes #1168 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
If resetting fails, set a flag so all future schedule calls will fail. Fixes #1168 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
If resetting fails, set a flag so all future schedule calls will fail. Fixes #1168 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
If resetting fails, set a flag so all future schedule calls will fail. Fixes #1168 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
workaround for a NVIDIA driver bug, fixes #1168
Platform
Debian 12
Linux debian 6.1.0-17-amd64 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
GPU, drivers, and screen setup
GPU: NVIDIA GeForce GT 730
Driver: nvidia-tesla-470-driver 470.223.02-2~deb12u1
Setup: Single monitor desktop.
glxinfo -B
Environment
LXDE
picom version
vgit-702e3, v11. Problem appears starting from commit a28e221.
Diagnostics
Configuration:
picom -b --backend glx --vsync
Steps of reproduction
picom
, then suspend/standby the system.Expected behavior
picom
to have low CPU usage (0-2%) like before suspend.Current Behavior
picom
high CPU usage (~85%) after suspend. Restarting the process fixes the issue.Log file
picom_702e30.tar.gz
The text was updated successfully, but these errors were encountered: