feat(canopus): update cpu profiles

This commit is contained in:
tux
2025-07-29 15:55:37 +05:30
parent 2b1c0a3ed9
commit 42e25c589c

View File

@@ -233,9 +233,9 @@
enable = true; enable = true;
settings = { settings = {
battery = { battery = {
platform_profile = "quiet"; platform_profile = "balanced";
governor = "powersave"; governor = "powersave";
energy_performance_preference = "power"; energy_performance_preference = "performance";
turbo = "never"; turbo = "never";
scaling_min_freq = 400000; scaling_min_freq = 400000;
scaling_max_freq = 3800000; scaling_max_freq = 3800000;
@@ -246,7 +246,7 @@
energy_performance_preference = "performance"; energy_performance_preference = "performance";
turbo = "auto"; turbo = "auto";
scaling_min_freq = 400000; scaling_min_freq = 400000;
scaling_max_freq = 4500000; scaling_max_freq = 3800000;
}; };
}; };
}; };