aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-26 20:14:30 -0500
committerCraig Jennings <c@cjennings.net>2026-05-26 20:14:30 -0500
commitb6c09da5c3d85abfc3897ae722045a771f3b281a (patch)
tree527fc76b08d941a988197030bd2cc42f374f8f95 /scripts
parent2453f0eb22d993fd483869b78ca163e0d30f12ac (diff)
downloadarchsetup-b6c09da5c3d85abfc3897ae722045a771f3b281a.tar.gz
archsetup-b6c09da5c3d85abfc3897ae722045a771f3b281a.zip
fix(archsetup): remove the cpupower setup, wrong for this hardware
I added cpupower earlier this session, VM-verified it, then realized it's the wrong tool here. Both my machines run active-mode pstate drivers (the desktop on amd-pstate-epp, the laptop on intel_pstate), where the only governors are performance and powersave and the driver scales frequency itself via EPP. Both already sit on powersave, which is the recommended adaptive mode, not "slow." cpupower's governor-forcing only helps older acpi-cpufreq systems, which I don't run. Forcing performance would pin max clocks: worse battery on the laptop, pointless heat on the desktop. So I dropped the cpupower step rather than ship a backwards default. The cpufreq drivers self-manage with no help from us.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions