GPU: Add brand

This commit is contained in:
Dylan Araps 2016-10-26 23:16:57 +11:00
parent 0177837f69
commit b2d17711f9
1 changed files with 2 additions and 2 deletions

View File

@ -997,11 +997,13 @@ getgpu() {
gpu="${gpu/'[AMD]' }"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="AMD $gpu"
;;
nvidia*)
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="NVIDIA $gpu"
;;
*virtualbox*)
@ -1119,8 +1121,6 @@ getgpu() {
gpu="${gpu/NVIDIA}"
gpu="${gpu/Intel}"
fi
gpu="${gpu}${count}"
}
# }}}