diff --git a/PKGBUILD/steamfork-device-support/PKGBUILD b/PKGBUILD/steamfork-device-support/PKGBUILD index e8cfeb52..50f5cf73 100644 --- a/PKGBUILD/steamfork-device-support/PKGBUILD +++ b/PKGBUILD/steamfork-device-support/PKGBUILD @@ -2,7 +2,7 @@ pkgname=steamfork-device-support pkgver=2024.06.07 -pkgrel=2 +pkgrel=3 pkgdesc='Hardware support provider for PC handhelds.' arch=('any') url='http://www.steamfork.org' diff --git a/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/devicequirks/DEFAULT/hardware_quirks.sh b/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/devicequirks/DEFAULT/hardware_quirks.sh index 902433a5..4713f8e6 100644 --- a/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/devicequirks/DEFAULT/hardware_quirks.sh +++ b/PKGBUILD/steamfork-device-support/src/etc/lib/steamfork_hwsupport/devicequirks/DEFAULT/hardware_quirks.sh @@ -1,2 +1,2 @@ #!/bin/bash -export STEAMFORK_GRUB_ADDITIONAL_CMDLINEOPTIONS="radeon.modeset=1 copytoram=n nvme_load=yes amd_pstate=active initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amdgpu.dpm=1 amdgpu.gpu_recovery=1 iomem=relaxed amdgpu.gttsize=8128 spi_amd.speed_dev=1 pcie_aspm=force" +export STEAMFORK_GRUB_ADDITIONAL_CMDLINEOPTIONS="radeon.modeset=1 copytoram=n nvme_load=yes amd_pstate=active initcall_blacklist=acpi_cpufreq_init amd_pstate.shared_mem=1 amdgpu.dpm=1 amdgpu.gpu_recovery=1 iomem=relaxed amdgpu.gttsize=8128 spi_amd.speed_dev=1 pcie_aspm=force module_blacklist=tpm log_buf_len=4M amd_iommu=off audit=0"