mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
Found another non handled gfx lspci, 3D controller, added that as well to gfx card
This commit is contained in:
parent
1d34526818
commit
76d9eb8397
2
inxi
2
inxi
|
@ -4915,7 +4915,7 @@ get_graphics_card_data()
|
||||||
IGNORECASE=1
|
IGNORECASE=1
|
||||||
busId=""
|
busId=""
|
||||||
}
|
}
|
||||||
/vga compatible controller|display controller/ {
|
/vga compatible controller|display controller|3D controller/ {
|
||||||
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
||||||
gsub(/,/, " ", $NF)
|
gsub(/,/, " ", $NF)
|
||||||
gsub(/^ +| +$/, "", $NF)
|
gsub(/^ +| +$/, "", $NF)
|
||||||
|
|
Loading…
Reference in a new issue