From 691dc9bad4c1192da300c16ef616c21ca915136b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 30 Nov 2016 07:06:34 +1100 Subject: [PATCH] GPU: [Linux] lspci, look for 'Display' --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 8e357583..83dd8745 100755 --- a/neofetch +++ b/neofetch @@ -927,7 +927,7 @@ get_gpu() { if [[ -f "/tmp/neofetch/gpu" ]]; then source "/tmp/neofetch/gpu" else - gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')" + gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/Display|3D|VGA/ {print $3 " " $4}')" case "$gpu" in *"advanced"*)