diff options
| author | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 22:28:12 +0200 |
|---|---|---|
| committer | Nippy <nippy@Nippy-Mac-mini.local> | 2026-09-19 22:28:12 +0200 |
| commit | c5ca121fde65cfa5c1729f779cf6b0f47b6ebb21 (patch) | |
| tree | ade5ca729f51cb849a6ec39ed45e21a9d8aa1af8 /raveos-welcome/gaming-optimize.sh | |
| parent | a95908de8949035c4b101500665cbddf7ac44e94 (diff) | |
| download | RaveOS-PKGBUILD-c5ca121fde65cfa5c1729f779cf6b0f47b6ebb21.tar.gz RaveOS-PKGBUILD-c5ca121fde65cfa5c1729f779cf6b0f47b6ebb21.zip | |
working fix/test
Diffstat (limited to 'raveos-welcome/gaming-optimize.sh')
| -rwxr-xr-x | raveos-welcome/gaming-optimize.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/raveos-welcome/gaming-optimize.sh b/raveos-welcome/gaming-optimize.sh index 1c23d18..a68f61a 100755 --- a/raveos-welcome/gaming-optimize.sh +++ b/raveos-welcome/gaming-optimize.sh @@ -66,20 +66,6 @@ EOF echo "[OK] io_sched alkalmazva" } -apply_ananicy() { - if ! pacman -Q ananicy-cpp &>/dev/null && ! pacman -Q ananicy-cpp-git &>/dev/null; then - if ! pacman -S --noconfirm --needed ananicy-cpp cachyos-ananicy-rules; then - echo "[FAIL] ananicy: pacman telepites sikertelen" - return 1 - fi - fi - if ! systemctl enable --now ananicy-cpp; then - echo "[FAIL] ananicy: systemctl enable --now sikertelen" - return 1 - fi - echo "[OK] ananicy alkalmazva" -} - apply_gamemode() { if ! pacman -S --noconfirm --needed gamemode lib32-gamemode mangohud lib32-mangohud goverlay; then echo "[FAIL] gamemode: pacman telepites sikertelen (multilib repo engedelyezve van?)" @@ -232,7 +218,6 @@ for arg in "$@"; do case "$arg" in sysctl) apply_sysctl || FAILED+=("$arg") ;; io_sched) apply_io_sched || FAILED+=("$arg") ;; - ananicy) apply_ananicy || FAILED+=("$arg") ;; gamemode) apply_gamemode || FAILED+=("$arg") ;; gpu_profile) apply_gpu_profile || FAILED+=("$arg") ;; amd_powercap) apply_amd_powercap || FAILED+=("$arg") ;; |