FS#31937 - [acpid] package shouldn't add non-default rules
Attached to Project:
Community Packages
Opened by Daniel Micay (thestinger) - Sunday, 14 October 2012, 00:06 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 14 October 2012, 00:33 GMT
Opened by Daniel Micay (thestinger) - Sunday, 14 October 2012, 00:06 GMT
Last edited by Sébastien Luttringer (seblu) - Sunday, 14 October 2012, 00:33 GMT
|
Details
The acpid package adds a handler.sh script (not from
upstream) which tries to change the CPU frequency based on
AC events. This is unlikely to be something you actually
want to do on modern CPUs[1], and it won't work anyway since
ondemand is the default governor.
systemd is also already handling sleep, power, hibernate and lid events through logind, and acpid should not ship with a script handling sleep/poweroff keys by default (double suspend isn't very fun). [1] https://lesswatts.org/projects/applications-power-management/race-to-idle.php (hosted by Intel) |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Sunday, 14 October 2012, 00:33 GMT
Reason for closing: Fixed
Additional comments about closing: acpid 2.0.17-2
Sunday, 14 October 2012, 00:33 GMT
Reason for closing: Fixed
Additional comments about closing: acpid 2.0.17-2
Comment by
Sébastien Luttringer (seblu) -
Sunday, 14 October 2012, 00:32 GMT
I updated default handler to only logs events and do nothing more.