Skip to content

Commit

Permalink
Update boot parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jun 7, 2024
1 parent e1cb81a commit 8e2c08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD/steamfork-device-support/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 8e2c08f

Please sign in to comment.