mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-01 03:21:41 +00:00
fix(deck): Toggle plasma-autologin off when gamescope-autologin is enabled
This commit is contained in:
parent
8c58e65fad
commit
933bc038ce
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user