bluetooth doesnt turn off on sleep cycle
This commit is contained in:
parent
24a05b0f5b
commit
004528e19b
1 changed files with 5 additions and 5 deletions
|
|
@ -19,11 +19,11 @@
|
||||||
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
CPU_SCALING_GOVERNOR_ON_AC = "performance";
|
||||||
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
|
||||||
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
|
CPU_ENERGY_PERF_POLICY_ON_AC = "balance_performance";
|
||||||
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
|
CPU_ENERGY_PERF_POLICY_ON_BAT = "balance_power";
|
||||||
CPU_BOOST_ON_AC = 1;
|
CPU_BOOST_ON_AC = 1;
|
||||||
CPU_BOOST_ON_BAT = 0;
|
CPU_BOOST_ON_BAT = 1;
|
||||||
PLATFORM_PROFILE_ON_AC = "balanced";
|
PLATFORM_PROFILE_ON_AC = "balanced";
|
||||||
PLATFORM_PROFILE_ON_BAT = "low-power";
|
PLATFORM_PROFILE_ON_BAT = "balanced";
|
||||||
|
|
||||||
# AMD P-State
|
# AMD P-State
|
||||||
CPU_DRIVER_OPMODE_ON_AC = "active";
|
CPU_DRIVER_OPMODE_ON_AC = "active";
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
# PCIe ASPM
|
# PCIe ASPM
|
||||||
PCIE_ASPM_ON_AC = "default";
|
PCIE_ASPM_ON_AC = "default";
|
||||||
PCIE_ASPM_ON_BAT = "powersupersave";
|
PCIE_ASPM_ON_BAT = "default";
|
||||||
|
|
||||||
# Runtime PM
|
# Runtime PM
|
||||||
RUNTIME_PM_ON_AC = "on";
|
RUNTIME_PM_ON_AC = "on";
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Bluetooth off at boot
|
# Bluetooth off at boot
|
||||||
hardware.bluetooth.powerOnBoot = false;
|
hardware.bluetooth.powerOnBoot = true;
|
||||||
|
|
||||||
# Battery monitoring
|
# Battery monitoring
|
||||||
services.upower.enable = true;
|
services.upower.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue