fix(deck): Toggle plasma-autologin off when gamescope-autologin is enabled

This commit is contained in:
RJ Trujillo 2023-07-11 17:39:25 -06:00
parent 8c58e65fad
commit 933bc038ce
2 changed files with 9 additions and 1 deletions

View File

@ -164,7 +164,7 @@ screens:
description: Autologin to Gamescope Session
default: true
packages:
- Enable Gamescope Autologin: systemctl enable gamescope-autologin
- Enable Gamescope Autologin: just enable-gamescope-autologin
Greenlight:
description: A utility for xCloud and xHome streaming
default: false

View File

@ -1,3 +1,11 @@
enable-gamescope-autologin:
systemctl disable --now plasma-autologin
systemctl enable --now gamescope-autologin
enable-plasma-autologin:
systemctl disable --now gamescope-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"