Skip to content

Commit

Permalink
chore: Minor profile syntax cleanup, add summary
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 19, 2024
1 parent 0725bfd commit d492edb
Showing 1 changed file with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,27 @@
# tuned configuration
#
[main]
summary=General tuned profile for CPUs without p-state support

[cpu]
priority = 10
governor = schedutil
energy_perf_bias = normal
energy_performance_preference = balance_performance
priority=10
governor=schedutil
energy_perf_bias=normal
energy_performance_preference=balance_performance

[acpi]
platform_profile = balanced
platform_profile=balanced

[audio]
timeout = 10
timeout=10

[video]
radeon_powersave = dpm-balanced, auto
radeon_powersave=dpm-balanced,auto

[disk]
# Comma separated list of devices, all devices if commented out.
# devices=sda

[scsi_host]
alpm = medium_power
alpm=medium_power

0 comments on commit d492edb

Please sign in to comment.