diff --git a/tlp.conf b/tlp.conf index e7f2c8a..1571e98 100644 --- a/tlp.conf +++ b/tlp.conf @@ -84,8 +84,8 @@ # changing the governor. # Default: -#CPU_SCALING_GOVERNOR_ON_AC=powersave -#CPU_SCALING_GOVERNOR_ON_BAT=powersave +CPU_SCALING_GOVERNOR_ON_AC=performance +CPU_SCALING_GOVERNOR_ON_BAT=powersave # Set the min/max frequency available for the scaling governor. # Possible values depend on your CPU. For available frequencies see @@ -113,8 +113,8 @@ # - When HWP.EPP is available, EPB is not set # Default: balance_performance (AC), balance_power (BAT) -#CPU_ENERGY_PERF_POLICY_ON_AC=balance_performance -#CPU_ENERGY_PERF_POLICY_ON_BAT=balance_power +CPU_ENERGY_PERF_POLICY_ON_AC=performance +CPU_ENERGY_PERF_POLICY_ON_BAT=power # Set Intel CPU P-state performance: 0..100 (%). # Limit the max/min P-state to control the power dissipation of the CPU. @@ -123,18 +123,18 @@ # newer CPU. # Default: -#CPU_MIN_PERF_ON_AC=0 -#CPU_MAX_PERF_ON_AC=100 -#CPU_MIN_PERF_ON_BAT=0 -#CPU_MAX_PERF_ON_BAT=30 +CPU_MIN_PERF_ON_AC=0 +CPU_MAX_PERF_ON_AC=100 +CPU_MIN_PERF_ON_BAT=0 +CPU_MAX_PERF_ON_BAT=30 # Set the CPU "turbo boost" (Intel) or "turbo core" (AMD) feature: # 0=disable, 1=allow. # Note: a value of 1 does *not* activate boosting, it just allows it. # Default: -#CPU_BOOST_ON_AC=1 -#CPU_BOOST_ON_BAT=0 +CPU_BOOST_ON_AC=1 +CPU_BOOST_ON_BAT=0 # Set the Intel CPU HWP dynamic boost feature: # 0=disable, 1=enable. @@ -142,8 +142,8 @@ # 6th gen. or newer CPU. # Default: -#CPU_HWP_DYN_BOOST_ON_AC=1 -#CPU_HWP_DYN_BOOST_ON_BAT=0 +CPU_HWP_DYN_BOOST_ON_AC=1 +CPU_HWP_DYN_BOOST_ON_BAT=0 # Minimize number of used CPU cores/hyper-threads under light load conditions: # 0=disable, 1=enable. @@ -166,8 +166,8 @@ # hardware and additional profiles such as: balanced-performance, quiet, cool. # Default: -#PLATFORM_PROFILE_ON_AC=performance -#PLATFORM_PROFILE_ON_BAT=low-power +PLATFORM_PROFILE_ON_AC=performance +PLATFORM_PROFILE_ON_BAT=low-power # Define disk devices on which the following DISK/AHCI_RUNTIME parameters act. # Separate multiple devices with spaces. @@ -279,12 +279,12 @@ # the output of tlp-stat -g. # Default: -#INTEL_GPU_MIN_FREQ_ON_AC=0 -#INTEL_GPU_MIN_FREQ_ON_BAT=0 -#INTEL_GPU_MAX_FREQ_ON_AC=0 -#INTEL_GPU_MAX_FREQ_ON_BAT=0 -#INTEL_GPU_BOOST_FREQ_ON_AC=0 -#INTEL_GPU_BOOST_FREQ_ON_BAT=0 +INTEL_GPU_MIN_FREQ_ON_AC=100 +INTEL_GPU_MIN_FREQ_ON_BAT=100 +INTEL_GPU_MAX_FREQ_ON_AC=1300 +INTEL_GPU_MAX_FREQ_ON_BAT=800 +INTEL_GPU_BOOST_FREQ_ON_AC=1300 +INTEL_GPU_BOOST_FREQ_ON_BAT=1000 # AMD GPU power management. # Performance level (DPM): auto, low, high; auto is recommended. @@ -313,7 +313,7 @@ # Default: off (AC), on (BAT) #WIFI_PWR_ON_AC=off -#WIFI_PWR_ON_BAT=on +WIFI_PWR_ON_BAT=off # Disable Wake-on-LAN: Y/N. # Default: Y @@ -365,6 +365,7 @@ # Default: "mei_me nouveau radeon", use "" to disable completely. #RUNTIME_PM_DRIVER_DENYLIST="mei_me nouveau radeon" +RUNTIME_PM_DRIVER_DENYLIST="" # Permanently enable/disable Runtime PM for listed PCIe device addresses # (independent of the power source). This has priority over all preceding @@ -378,7 +379,8 @@ # Set to 0 to disable, 1 to enable USB autosuspend feature. # Default: 1 -#USB_AUTOSUSPEND=1 +#USB_AUTOSUSPEND=0 +USB_AUTOSUSPEND=1 # Exclude listed devices from USB autosuspend (separate with spaces). # Use lsusb to get the ids. @@ -387,6 +389,7 @@ # Default: #USB_DENYLIST="1111:2222 3333:4444" +USB_DENYLIST="0bda:8156 1050:0116" # Exclude audio devices from USB autosuspend: # 0=do not exclude, 1=exclude. @@ -476,7 +479,7 @@ # bluetooth, nfc, wifi, wwan. # Default: -#DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan" +DEVICES_TO_DISABLE_ON_BAT_NOT_IN_USE="bluetooth nfc wifi wwan" # Battery Care -- Charge thresholds # Charging starts when the charge level is below the START_CHARGE_THRESH value