Skip to content

Commit

Permalink
balanced mode settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 12, 2024
1 parent 65f4379 commit 506ddf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/backends/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@ def _balanced():
Balanced mode same with powersave but core and sysfs modes are performance
Balanced mode provide power save without performance issues
"""
set_governor_mode(False)
set_governor_mode(True)
set_core_mode(False)
set_pstate_mode(True)
set_sysfs_mode(True)
set_sysfs_mode(False)

if not is_acpi_supported() and not get("unstable", False, "service"):
return
Expand Down

0 comments on commit 506ddf0

Please sign in to comment.