fix(deck): Remove nomodeset, if present, when setting kargs

This commit is contained in:
RJ Trujillo 2023-07-14 11:34:28 -06:00
parent 2e3226ed76
commit dbf0afca06

View File

@ -1,5 +1,5 @@
set-steamos-kargs:
rpm-ostree kargs --append="amd_pstate=active" --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1"
rpm-ostree kargs --append="amd_pstate=active" --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1" --delete-if-present="nomodeset"
create-steam-shortcuts:
cp /usr/share/applications/steam.desktop ~/Desktop