mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 18:19:10 +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
1 changed files with 1 additions and 1 deletions
2
inxi
2
inxi
|
@ -4915,7 +4915,7 @@ get_graphics_card_data()
|
|||
IGNORECASE=1
|
||||
busId=""
|
||||
}
|
||||
/vga compatible controller|display controller/ {
|
||||
/vga compatible controller|display controller|3D controller/ {
|
||||
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
||||
gsub(/,/, " ", $NF)
|
||||
gsub(/^ +| +$/, "", $NF)
|
||||
|
|
Loading…
Add table
Reference in a new issue