Skip to content

Commit

Permalink
Merge branch 'main' into testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 3, 2025
2 parents 4adbabf + f4c90ef commit 7405d1b
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 124 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}'
Expand Down
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 7405d1b

Please sign in to comment.