diff --git a/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml b/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml index 2e3e8fa4..43dc7a4a 100644 --- a/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml +++ b/system_files/deck/shared/usr/share/ublue-os/firstboot/yafti.yml @@ -58,11 +58,6 @@ screens: default: true packages: - 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: description: Adjust ZRAM and configure deckswap default: false @@ -79,11 +74,6 @@ screens: default: true packages: - 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: description: Sets SteamOS BTRFS mount flags default: true diff --git a/system_files/deck/shared/usr/share/ublue-os/just/custom.just b/system_files/deck/shared/usr/share/ublue-os/just/custom.just index 95f97242..a10599c5 100644 --- a/system_files/deck/shared/usr/share/ublue-os/just/custom.just +++ b/system_files/deck/shared/usr/share/ublue-os/just/custom.just @@ -18,10 +18,6 @@ enable-desktop-autologin: systemctl enable --now plasma-autologin 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: #!/usr/bin/env bash export HOME=$(getent passwd ${SUDO_USER:-$USER} | cut -d: -f6) @@ -47,7 +43,6 @@ enable-system76-scheduler: 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 kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration - systemctl --user enable --now com.system76.Scheduler.dbusproxy.service kcmshell5 kcm_kwin_scripts rm -rf /tmp/kwin-system76-scheduler-integration elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then diff --git a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just index d78dc2c9..f444961f 100644 --- a/system_files/desktop/shared/usr/share/ublue-os/just/custom.just +++ b/system_files/desktop/shared/usr/share/ublue-os/just/custom.just @@ -50,7 +50,6 @@ enable-system76-scheduler: 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 kpackagetool5 --type=KWin/Script -i /tmp/kwin-system76-scheduler-integration - systemctl --user enable --now com.system76.Scheduler.dbusproxy.service kcmshell5 kcm_kwin_scripts rm -rf /tmp/kwin-system76-scheduler-integration elif [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then