mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
fix(deck): Remove nomodeset, if present, when setting kargs
This commit is contained in:
parent
2e3226ed76
commit
dbf0afca06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user