mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 03:39:58 +00:00
chore: Remove sdgyrodsu, KDE system76 scheduler, and kargs from Yafti
This commit is contained in:
parent
d6a242d17c
commit
b1832d683d
@ -58,11 +58,6 @@ screens:
|
|||||||
default: true
|
default: true
|
||||||
packages:
|
packages:
|
||||||
- Hide GRUB: sudo -A just --unstable hide-grub
|
- Hide GRUB: sudo -A just --unstable hide-grub
|
||||||
Kernel Arguments:
|
|
||||||
description: Sets kernel arguments used in SteamOS
|
|
||||||
default: true
|
|
||||||
packages:
|
|
||||||
- Set kargs: just --unstable set-steamos-kargs
|
|
||||||
Memory Tuning:
|
Memory Tuning:
|
||||||
description: Adjust ZRAM and configure deckswap
|
description: Adjust ZRAM and configure deckswap
|
||||||
default: false
|
default: false
|
||||||
@ -79,11 +74,6 @@ screens:
|
|||||||
default: true
|
default: true
|
||||||
packages:
|
packages:
|
||||||
- Install SteamCMD: just --unstable get-steamcmd
|
- Install SteamCMD: just --unstable get-steamcmd
|
||||||
SteamDeckGyroDSU:
|
|
||||||
description: Allows emulators and other applications to receive Steam Deck gyro motion data
|
|
||||||
default: true
|
|
||||||
packages:
|
|
||||||
- Enable SDGyroDSU Service: systemctl --user enable --now sdgyrodsu
|
|
||||||
SteamOS BTRFS Mount Flags:
|
SteamOS BTRFS Mount Flags:
|
||||||
description: Sets SteamOS BTRFS mount flags
|
description: Sets SteamOS BTRFS mount flags
|
||||||
default: true
|
default: true
|
||||||
|
@ -18,10 +18,6 @@ enable-desktop-autologin:
|
|||||||
systemctl enable --now plasma-autologin
|
systemctl enable --now plasma-autologin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set-steamos-kargs:
|
|
||||||
echo 'Setting kargs...'
|
|
||||||
rpm-ostree kargs --append="amd_pstate=active" --append="amd_iommu=off" --append="amdgpu.gttsize=8128" --append="spi_amd.speed_dev=1" --append="audit=0" --append="initcall_blacklist=simpledrm_platform_driver_init" --delete-if-present="nomodeset"
|
|
||||||
|
|
||||||
get-decky:
|
get-decky:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
|
export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6)
|
||||||
@ -47,7 +43,6 @@ enable-system76-scheduler:
|
|||||||
echo 'Installing System76-Scheduler plugin for KDE...'
|
echo 'Installing System76-Scheduler plugin for KDE...'
|
||||||
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
|
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
|
||||||
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
||||||
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
|
|
||||||
kcmshell5 kcm_kwin_scripts
|
kcmshell5 kcm_kwin_scripts
|
||||||
rm -rf /tmp/kwin-system76-scheduler-integration
|
rm -rf /tmp/kwin-system76-scheduler-integration
|
||||||
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
|
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
|
||||||
|
@ -50,7 +50,6 @@ enable-system76-scheduler:
|
|||||||
echo 'Installing System76-Scheduler plugin for KDE...'
|
echo 'Installing System76-Scheduler plugin for KDE...'
|
||||||
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
|
git clone https://github.com/maxiberta/kwin-system76-scheduler-integration.git --depth 1 /tmp/kwin-system76-scheduler-integration
|
||||||
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration
|
||||||
systemctl --user enable --now com.system76.Scheduler.dbusproxy.service
|
|
||||||
kcmshell5 kcm_kwin_scripts
|
kcmshell5 kcm_kwin_scripts
|
||||||
rm -rf /tmp/kwin-system76-scheduler-integration
|
rm -rf /tmp/kwin-system76-scheduler-integration
|
||||||
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
|
elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user