Skip to content

Commit 1845d8d

Browse files
committed
fix(deck): Disable simpledrm to prevent card0 from being consumed
1 parent 52f3abc commit 1845d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system_files/deck/usr/share/ublue-os/just/custom.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ enable-plasma-autologin:
77
systemctl enable --now plasma-autologin
88

99
set-steamos-kargs:
10-
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"
10+
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"
1111

1212
create-steam-shortcuts:
1313
cp /usr/share/applications/steam.desktop ~/Desktop

0 commit comments

Comments
 (0)