We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcad85 commit 82390e3Copy full SHA for 82390e3
system_files/deck/usr/share/ublue-os/just/custom.just
@@ -7,7 +7,7 @@ enable-plasma-autologin:
7
systemctl enable --now plasma-autologin
8
9
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"
+ 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"
11
12
create-steam-shortcuts:
13
cp /usr/share/applications/steam.desktop ~/Desktop
0 commit comments