Skip to content

Commit

Permalink
fix(deck): Disable simpledrm to prevent card0 from being consumed
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jul 24, 2023
1 parent 52f3abc commit 1845d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/deck/usr/share/ublue-os/just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ enable-plasma-autologin:
systemctl enable --now plasma-autologin

set-steamos-kargs:
rpm-ostree kargs --append="amd_pstate=active" --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1" --append="fbcon=vc:2-6" --delete-if-present="nomodeset"
rpm-ostree kargs --append="amd_pstate=active" --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1" --append="initcall_blacklist=simpledrm_platform_driver_init" --delete-if-present="nomodeset"

create-steam-shortcuts:
cp /usr/share/applications/steam.desktop ~/Desktop
Expand Down

0 comments on commit 1845d8d

Please sign in to comment.