fix: Bring in fbcon fix from upstream SteamOS.

This commit is contained in:
Kyle Gospodnetich 2023-07-22 00:02:56 -07:00
parent 8fcad850d3
commit 82390e3d1b

View File

@ -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" --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="fbcon=vc:2-6" --delete-if-present="nomodeset"
create-steam-shortcuts:
cp /usr/share/applications/steam.desktop ~/Desktop