From 0c8174eb290922b4691607c4354e75132fafd655 Mon Sep 17 00:00:00 2001 From: Justin Gallagher Date: Wed, 24 Oct 2018 19:12:36 -0700 Subject: [PATCH] Revert to GPU Unknown when intel chip is not recognized --- screenfetch-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenfetch-dev b/screenfetch-dev index feb31ae..cff83f5 100755 --- a/screenfetch-dev +++ b/screenfetch-dev @@ -1642,7 +1642,7 @@ DetectIntelGPU() { #7th Kabylake #8th Cannonlake *) - gpu='Not Found' + gpu='Unknown' ;; #Unknown GPU model esac fi