-
-
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.
- Loading branch information
Showing
6 changed files
with
69 additions
and
124 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 |
---|---|---|
|
@@ -202,7 +202,7 @@ jobs: | |
sudo podman pull ${{ env.PULL_IMAGE_REGISTRY }}/akmods-${{ matrix.target_nvidia_flavor }}:${{ matrix.kernel_flavor}}-${{ matrix.fedora_version }}-${{ matrix.kernel_version }} | ||
# Add rechunk as well to remove this source of failure | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.2 | ||
sudo podman pull ghcr.io/hhd-dev/rechunk:v1.1.3 | ||
- name: Get source versions | ||
id: labels | ||
|
@@ -322,9 +322,9 @@ jobs: | |
# Reprocess raw-img using rechunker which will delete it | ||
- name: Run Rechunker | ||
id: rechunk | ||
uses: hhd-dev/[email protected].2 | ||
uses: hhd-dev/[email protected].3 | ||
with: | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.2' | ||
rechunk: 'ghcr.io/hhd-dev/rechunk:v1.1.3' | ||
ref: 'raw-img' | ||
prev-ref: '${{ steps.generate-prev-ref.outputs.ref }}' | ||
version: '${{ steps.generate-version.outputs.tag }}' | ||
|
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.