Closed
Description
When I was setting up my Legion Go, I read that k10temp
is deprecated and that AMD APUs should instead use zenpower
. It's supposed to give more accurate readings on modern APUs. Thus, this stanza in my configuration:
extraModulePackages = with config.boot.kernelPackages; [zenpower];
kernelModules = ["zenpower"];
blacklistedKernelModules = ["k10temp"];
Now that Jovian has a devices
package, I'm hoping to upstream the useful bits of my setup to help others (#450). That has me wondering if I should port this over to jovian.hardware.has.amd.gpu
, perhaps as jovian.hardware.amd.gpu.enableZenpower
or jovian.hardware.amd.gpu.enableMoreAccurateThermalReadings
.
Metadata
Assignees
Labels
No labels