If intel gpu is detected change gpu to 'Intel Integrated Graphics'

This commit is contained in:
Dylan 2016-03-30 09:44:46 +11:00
parent b3dc18799c
commit 97f0b601c7
1 changed files with 1 additions and 12 deletions

View File

@ -984,18 +984,7 @@ getgpu () {
case "$gpu" in
intel*)
gpu=${gpu/Intel Corporation }
gpu=${gpu/Haswell-??? }
gpu=${gpu/?th Gen }
gpu=${gpu/Core }
gpu=${gpu/Processor }
gpu=${gpu/ Mobile}
gpu=${gpu/ Express}
gpu=${gpu/ Controller}
gpu=${gpu/Sky }
gpu=${gpu/Lake }
brand="Intel "
gpu="Intel Integrated Graphics"
;;
advanced*)