macbook: drop mascots and mbpfan; SMC already ramps

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-07 14:36:46 +01:00
parent 8067676713
commit 2c65cf1138
2 changed files with 7 additions and 4 deletions

View file

@ -30,10 +30,9 @@
services.tlp.enable = false;
services.power-profiles-daemon.enable = true;
# Linux leaves the Apple SMC fans at their minimum RPM — nothing in-tree
# ramps them. The CPU therefore sits at its thermal limit under any real
# load and throttles instead of spinning up. mbpfan drives applesmc.
services.mbpfan.enable = true;
# No mbpfan: measured 5813 of 6500 RPM at idle, so the SMC firmware is
# already ramping hard on its own. A more aggressive curve has nothing
# left to give — the cooling path itself is the limit.
# Haswell's own thermal management: throttle gradually via RAPL/P-states
# instead of waiting for the hardware's PROCHOT emergency brake.