From 0d2d62d8decf9ccb72d1687c82eb447b8b8b0c15 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Fri, 8 Sep 2023 12:44:34 -0600 Subject: [PATCH] fix(hardware-setup): Disable sdgyrodsu on generic devices Spams journal with messages stating it doesn't work --- system_files/desktop/shared/usr/bin/bazzite-hardware-setup | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/desktop/shared/usr/bin/bazzite-hardware-setup b/system_files/desktop/shared/usr/bin/bazzite-hardware-setup index fb13b6a6..5051bf53 100755 --- a/system_files/desktop/shared/usr/bin/bazzite-hardware-setup +++ b/system_files/desktop/shared/usr/bin/bazzite-hardware-setup @@ -80,6 +80,7 @@ elif [[ $IMAGE_NAME =~ "deck" ]]; then systemctl disable --now jupiter-controller-update.service systemctl disable --now ryzenadj.service systemctl disable --now batterylimit.service + systemctl --global disable sdgyrodsu.service fi if [[ $IMAGE_FLAVOR = "nvidia" ]]; then