Skip to content

Commit 82390e3

Browse files
committed
fix: Bring in fbcon fix from upstream SteamOS.
1 parent 8fcad85 commit 82390e3

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

+1-1
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" --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="fbcon=vc:2-6" --delete-if-present="nomodeset"
1111

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

0 commit comments

Comments
 (0)