GPU: Added initial support for AIX
This commit is contained in:
2
neofetch
2
neofetch
@@ -1121,7 +1121,7 @@ get_gpu() {
|
|||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"BSD" | "Solaris" | "MINIX")
|
"BSD" | "Solaris" | "MINIX" | "AIX")
|
||||||
case "$kernel_name" in
|
case "$kernel_name" in
|
||||||
"FreeBSD"* | "DragonFly"*)
|
"FreeBSD"* | "DragonFly"*)
|
||||||
gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"
|
gpu="$(pciconf -lv | grep -B 4 -F "VGA" | grep -F "device")"
|
||||||
|
|||||||
Reference in New Issue
Block a user