https://bugs.kde.org/show_bug.cgi?id=522329
--- Comment #15 from Sanfod Rockowitz <[email protected]> --- I have added two experimental options to ddcutil branch 2.2.8-dev that are intended to address high CPU usage due to transient EACCES errors when waking from sleep. These are: ***--f34***: throttle expensive EACCES diagnostics ***--f35***, use sysfs to check on EDID existence instead of reading using I2C. This is a problematic change since /sys is unreliable for Nvidia devices. One or both of these options can be placed in the **[global]** of configuration file $HOME/.config/ddcutil/ddcutilrc. For example: ~~~ [global] options: --f34 options: --f35 ~~~ Note that powerdevil must be restarted for these options to take effect: Let me know if one or both of these options affect the high cpu usage you see. -- You are receiving this mail because: You are watching all bug changes.
