Confgure auto-cpufreq preoperly

Disable intel_pstate then quto-cpufreq will work properly
This commit is contained in:
Yorick Barbanneau 2023-09-28 12:13:15 +02:00
parent a891a0bead
commit 18ffb81835
2 changed files with 3 additions and 4 deletions

View file

@ -7,8 +7,8 @@
turbo = "never";
};
charger = {
governor = "performance";
turbo = "never";
governor = "schedutil";
turbo = "auto";
};
};
};