mirror of
https://gitlab.com/prism7/archery.git
synced 2026-04-28 01:17:35 +02:00
Add: AMD Graphics > 'radeon' module has been added to the 'MODULES' array
Change: Prompts have been edited for aesthetic reasons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user