-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(TuneD): Move tweaks to inherit upstream (#2227)
- This should lower the maintenance burden in automatically keeping up with upstream changes to the default profiles.
- Loading branch information
1 parent
23cac74
commit 72e2087
Showing
5 changed files
with
66 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
26 changes: 26 additions & 0 deletions
26
system_files/desktop/shared/etc/tuned/profiles/balanced-bazzite/tuned.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
26 changes: 26 additions & 0 deletions
26
system_files/desktop/shared/etc/tuned/profiles/throughput-performance-bazzite/tuned.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
48 changes: 0 additions & 48 deletions
48
system_files/desktop/shared/usr/lib/tuned/profiles/balanced/tuned.conf
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
system_files/desktop/shared/usr/lib/tuned/profiles/throughput-performance/tuned.conf
This file was deleted.
Oops, something went wrong.