mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
feat(deck): Set kargs in yafti, matching SteamOS
This commit is contained in:
parent
d5d2f5fd01
commit
321e1ae8eb
@ -172,6 +172,11 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Retrieve Greenlight: just get-greenlight
|
||||
Kernel Arguments:
|
||||
description: Sets kernel arguments used in SteamOS
|
||||
default: true
|
||||
packages:
|
||||
- Set kargs: just set-steamos-kargs
|
||||
Memory Tuning:
|
||||
description: Adjust ZRAM and configure deckswap
|
||||
default: false
|
||||
|
@ -1,3 +1,6 @@
|
||||
set-steamos-kargs:
|
||||
rpm-ostree kargs --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1"
|
||||
|
||||
create-steam-shortcuts:
|
||||
cp /usr/share/applications/steam.desktop ~/Desktop
|
||||
cp /etc/skel.d/Desktop/Return.desktop ~/Desktop
|
||||
|
Loading…
x
Reference in New Issue
Block a user