From f05e3aec96937702af3785350d317b46f6b790c1 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 9 Jan 2025 00:42:19 -0800 Subject: [PATCH] chore: Restore LGO custom scaling --- .../desktop/shared/usr/libexec/hwsupport/needs-100-scale | 2 +- .../desktop/shared/usr/libexec/hwsupport/needs-150-scale | 6 +++--- .../desktop/shared/usr/libexec/hwsupport/needs-200-scale | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/system_files/desktop/shared/usr/libexec/hwsupport/needs-100-scale b/system_files/desktop/shared/usr/libexec/hwsupport/needs-100-scale index fb78967ca7..64eb508553 100755 --- a/system_files/desktop/shared/usr/libexec/hwsupport/needs-100-scale +++ b/system_files/desktop/shared/usr/libexec/hwsupport/needs-100-scale @@ -2,7 +2,7 @@ SYS_ID="$(/usr/libexec/hwsupport/sysid)" -if /usr/libexec/hwsupport/valve-hardware || [[ ":83E1:ROG Ally RC71L:ROG Ally X RC72LA:G1618-04:G1617-01:G1619-05:AIR Plus:AIR 1S:AIR 1S Limited:AIR:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:AOKZOE A1 Pro:G1619-04:Win600:Loki Max:Loki Zero:Loki MiniPro:V3:ONEXPLAYER F1:ONEXPLAYER F1L:ONEXPLAYER F1 EVA-01:" =~ ":$SYS_ID:" ]]; then +if /usr/libexec/hwsupport/valve-hardware || [[ ":ROG Ally RC71L:ROG Ally X RC72LA:G1618-04:G1617-01:G1619-05:AIR Plus:AIR 1S:AIR 1S Limited:AIR:AYANEO GEEK:AYANEO 2:AYANEO 2S:AOKZOE A1 AR07:AOKZOE A1 Pro:G1619-04:Win600:Loki Max:Loki Zero:Loki MiniPro:V3:ONEXPLAYER F1:ONEXPLAYER F1L:ONEXPLAYER F1 EVA-01:" =~ ":$SYS_ID:" ]]; then exit 0 fi diff --git a/system_files/desktop/shared/usr/libexec/hwsupport/needs-150-scale b/system_files/desktop/shared/usr/libexec/hwsupport/needs-150-scale index 351241cdb6..1f8a6f5e55 100755 --- a/system_files/desktop/shared/usr/libexec/hwsupport/needs-150-scale +++ b/system_files/desktop/shared/usr/libexec/hwsupport/needs-150-scale @@ -3,8 +3,8 @@ SYS_ID="$(/usr/libexec/hwsupport/sysid)" # KDE Specific fractional scaling -#if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then -# exit 0 -#fi +if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then + exit 0 +fi exit 1 \ No newline at end of file diff --git a/system_files/desktop/shared/usr/libexec/hwsupport/needs-200-scale b/system_files/desktop/shared/usr/libexec/hwsupport/needs-200-scale index 3ffbfe2c0a..e996374c09 100755 --- a/system_files/desktop/shared/usr/libexec/hwsupport/needs-200-scale +++ b/system_files/desktop/shared/usr/libexec/hwsupport/needs-200-scale @@ -2,8 +2,8 @@ SYS_ID="$(/usr/libexec/hwsupport/sysid)" -#if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then -# exit 0 -#fi +if [[ ":83E1:" =~ ":$SYS_ID:" ]]; then + exit 0 +fi exit 1 \ No newline at end of file