Skip to content

Commit

Permalink
updated tlp.conf with ondemand govenor on battery
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolaux committed Jan 31, 2021
1 parent f062e87 commit 1a292e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions etc/asusd/asusd.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"gfx_managed": true,
"gfx_nv_mode_is_dedicated": true,
"active_profile": "normal",
"toggle_profiles": [
"normal",
"boost",
"silent"
],
"power_profile": 2,
"power_profile": 1,
"bat_charge_limit": 80,
"kbd_led_brightness": 1,
"kbd_led_brightness": 0,
"kbd_backlight_mode": 0,
"kbd_backlight_modes": [],
"power_profiles": {
Expand All @@ -23,8 +24,8 @@
"min_percentage": 0,
"max_percentage": 100,
"turbo": true,
"fan_preset": 2,
"fan_curve": null
"fan_preset": 1,
"fan_curve": "30c:0%,40c:0%,50c:5%,60c:8%,70c:35%,80c:55%,90c:70%,100c:85%"
},
"silent": {
"min_percentage": 0,
Expand Down
6 changes: 3 additions & 3 deletions etc/tlp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# Default: <none>

CPU_SCALING_GOVERNOR_ON_AC=performance
CPU_SCALING_GOVERNOR_ON_BAT=powersave
CPU_SCALING_GOVERNOR_ON_BAT=ondemand

# Set the min/max frequency available for the scaling governor.
# Possible values depend on your CPU. For available frequencies see
Expand Down Expand Up @@ -118,8 +118,8 @@ CPU_SCALING_GOVERNOR_ON_BAT=powersave
# - A value of 1 does *not* activate boosting, it just allows it
# Default: <none>

#CPU_BOOST_ON_AC=1
#CPU_BOOST_ON_BAT=0
CPU_BOOST_ON_AC=1
CPU_BOOST_ON_BAT=1

# Minimize number of used CPU cores/hyper-threads under light load conditions:
# 0=disable, 1=enable.
Expand Down

0 comments on commit 1a292e8

Please sign in to comment.