Skip to content

Commit

Permalink
chore(TuneD): Move tweaks to inherit upstream (#2227)
Browse files Browse the repository at this point in the history
- This should lower the maintenance burden in automatically keeping up
with upstream changes to the default profiles.
  • Loading branch information
EPOCHvoyager authored Feb 2, 2025
1 parent 23cac74 commit 72e2087
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 121 deletions.
14 changes: 14 additions & 0 deletions system_files/desktop/shared/etc/tuned/ppd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[main]
# The default PPD profile
default=balanced
battery_detection=true

[profiles]
# PPD = TuneD
power-saver=powersave
balanced=balanced-bazzite
performance=throughput-performance-bazzite

[battery]
# PPD = TuneD
balanced=balanced-battery
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# tuned configuration
#

[main]
summary = General non-specialized tuned profile with added Bazzite tweaks
include = balanced

[audio]
# See 17c869d
timeout=0

[sysctl]
# The swappiness parameter controls the tendency of the kernel to move
# processes out of physical memory and onto the swap disk.
# 0 tells the kernel to avoid swapping processes out of physical memory
# for as long as possible
# 100 tells the kernel to aggressively swap processes out of physical memory
# and move them to swap cache
vm.swappiness = 180

vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.dirty_bytes = 268435456
vm.dirty_background_bytes = 134217728
vm.page-cluster = 0
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# tuned configuration
#

[main]
summary = General non-specialized tuned profile with added Bazzite tweaks
include = throughput-performance

[audio]
# See 17c869d
timeout=0

[sysctl]
# The swappiness parameter controls the tendency of the kernel to move
# processes out of physical memory and onto the swap disk.
# 0 tells the kernel to avoid swapping processes out of physical memory
# for as long as possible
# 100 tells the kernel to aggressively swap processes out of physical memory
# and move them to swap cache
vm.swappiness = 180

vm.watermark_boost_factor = 0
vm.watermark_scale_factor = 125
vm.dirty_bytes = 268435456
vm.dirty_background_bytes = 134217728
vm.page-cluster = 0

This file was deleted.

This file was deleted.

0 comments on commit 72e2087

Please sign in to comment.