Confgure auto-cpufreq preoperly
Disable intel_pstate then quto-cpufreq will work properly
This commit is contained in:
parent
a891a0bead
commit
18ffb81835
2 changed files with 3 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
turbo = "never";
|
||||
};
|
||||
charger = {
|
||||
governor = "performance";
|
||||
turbo = "never";
|
||||
governor = "schedutil";
|
||||
turbo = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue