From cb7d9b174377af5c47514ecb34627aabd51f0207 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Thu, 4 Dec 2025 19:40:35 +0200 Subject: [PATCH] Add: AMD Graphics > 'radeon' module has been added to the 'MODULES' array Change: Prompts have been edited for aesthetic reasons --- Amelia.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index c7e2328..4d63676 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 1.1.3 +# Version: 1.1.4 set -euo pipefail ################################################################################################### @@ -497,7 +497,7 @@ ${magenta}###${nc}--------------------------------${magenta}[ ${bwhite}Internet ---------------------------------------------------------------------- - ### ${nc}A connection to ${yellow}'www.archlinux.org' ${nc}could not be established ${red}### + ### ${nc}A connection to ${yellowl}'www.archlinux.org' ${nc}could not be established ${red}### ---------------------------------------------------------------------- " failure @@ -7216,7 +7216,7 @@ set_vars() { # MultiGfx with Intel [[ "${vendors}" =~ "Intel" ]] && MODULES+=(i915) # MultiGfx with AMD - [[ "${vendors}" =~ "AMD" ]] && MODULES+=(amdgpu) + [[ "${vendors}" =~ "AMD" ]] && MODULES+=(amdgpu radeon) # Disable GSP Firmware [[ "${nogsp}" == "y" ]] && gfx_bootopts+=(nvidia.NVreg_EnableGpuFirmware=0) @@ -7227,7 +7227,7 @@ set_vars() { # AMD if [[ "${vendor}" == "AMD" || "${vendors}" =~ "AMD" ]]; then if [[ -n "${islands}" && -z "${nvdprop}" ]]; then - MODULES+=(amdgpu) + MODULES+=(amdgpu radeon) fi # 'Southern Islands' support if [[ "${islands}" == "1" ]]; then