Remove processor info from Intel GPUs
This commit is contained in:
parent
4f3c2e3b1f
commit
32110bc87e
2
fetch
2
fetch
|
@ -908,6 +908,7 @@ getgpu () {
|
||||||
intel*)
|
intel*)
|
||||||
gpu=${gpu/Intel Corporation }
|
gpu=${gpu/Intel Corporation }
|
||||||
gpu=${gpu/Haswell-??? }
|
gpu=${gpu/Haswell-??? }
|
||||||
|
gpu=${gpu/?th Gen Core Processor}
|
||||||
|
|
||||||
brand="Intel "
|
brand="Intel "
|
||||||
;;
|
;;
|
||||||
|
@ -986,6 +987,7 @@ getgpu () {
|
||||||
gpu=${gpu// OEM}
|
gpu=${gpu// OEM}
|
||||||
gpu=${gpu// Mars}
|
gpu=${gpu// Mars}
|
||||||
gpu=${gpu// Series}
|
gpu=${gpu// Series}
|
||||||
|
gpu=${gpu// Controller}
|
||||||
gpu=${gpu/\/*}
|
gpu=${gpu/\/*}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Reference in New Issue