GPU: Added initial support for AIX
This commit is contained in:
parent
367a5c83b6
commit
f419c1c50e
1 changed files with 1 additions and 1 deletions
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")"
|
||||||
|
|
Loading…
Reference in a new issue