aboutsummaryrefslogtreecommitdiff
path: root/webui.sh
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-06-03 09:09:25 +0300
committerGitHub <noreply@github.com>2023-06-03 09:09:25 +0300
commit7fd53815d3e264041c2e8c00ffe65679293481d9 (patch)
tree5de07d73cd56a90a24f9734c7938a6b53426207b /webui.sh
parentb1fd2aaa8b427fcad38a6fd42dc6466d2f5a4cf6 (diff)
parent8d970a4a97147891265fd4f8cccf5719d958b125 (diff)
Merge pull request #10967 from waltercool/master
Added support for workarounds on Navi external GPU.
Diffstat (limited to 'webui.sh')
-rwxr-xr-xwebui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.sh b/webui.sh
index 607557b1..1e728813 100755
--- a/webui.sh
+++ b/webui.sh
@@ -112,7 +112,7 @@ then
fi
# Check prerequisites
-gpu_info=$(lspci 2>/dev/null | grep VGA)
+gpu_info=$(lspci 2>/dev/null | grep -E "VGA|Display")
case "$gpu_info" in
*"Navi 1"*|*"Navi 2"*) export HSA_OVERRIDE_GFX_VERSION=10.3.0
;;