myork: switch to ppd
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
a922875bea
commit
60b28a8d26
3 changed files with 14 additions and 7 deletions
|
@ -23,10 +23,10 @@ in {
|
||||||
services = {
|
services = {
|
||||||
fw-fanctrl.enable = true;
|
fw-fanctrl.enable = true;
|
||||||
|
|
||||||
auto-cpufreq.max = {
|
# auto-cpufreq.max = {
|
||||||
battery = 3; # GHz
|
# battery = 3; # GHz
|
||||||
#// charger = 3.5; # GHz
|
# #// charger = 3.5; # GHz
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ in {
|
||||||
|
|
||||||
# Force disable display power savings
|
# Force disable display power savings
|
||||||
# https://wiki.archlinux.org/title/Framework_Laptop_13#(AMD)_Washed-out_colors_when_using_power-profiles-daemon_in_power-saver_or_balanced_mode
|
# https://wiki.archlinux.org/title/Framework_Laptop_13#(AMD)_Washed-out_colors_when_using_power-profiles-daemon_in_power-saver_or_balanced_mode
|
||||||
"amdgpu.abmlevel=0"
|
#// "amdgpu.abmlevel=0"
|
||||||
|
|
||||||
# Disable AMD scaling driver
|
# Disable AMD scaling driver
|
||||||
# https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate
|
# https://wiki.archlinux.org/title/CPU_frequency_scaling#amd_pstate
|
||||||
|
|
|
@ -12,6 +12,9 @@ in {
|
||||||
# https://gitlab.freedesktop.org/upower/power-profiles-daemon
|
# https://gitlab.freedesktop.org/upower/power-profiles-daemon
|
||||||
#!! Usage is imperative
|
#!! Usage is imperative
|
||||||
#?? powerprofilesctl set <performance|balanced|power-saver>
|
#?? powerprofilesctl set <performance|balanced|power-saver>
|
||||||
services.power-profiles-daemon.enable = true;
|
services = {
|
||||||
|
power-profiles-daemon.enable = true;
|
||||||
|
tlp.enable = false; # Conflicts with PPD
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,11 @@
|
||||||
custom = {
|
custom = {
|
||||||
full = true;
|
full = true;
|
||||||
profile = "desktop"; # Inherit desktop
|
profile = "desktop"; # Inherit desktop
|
||||||
services.auto-cpufreq.enable = true;
|
|
||||||
|
services = {
|
||||||
|
#// auto-cpufreq.enable = true;
|
||||||
|
power-profiles-daemon.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
#!! Rebuild offline - drastically increases initial download and resulting closure size
|
#!! Rebuild offline - drastically increases initial download and resulting closure size
|
||||||
|
|
Loading…
Reference in a new issue