mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removed display controller, need more data before using that
This commit is contained in:
parent
1325cb6574
commit
18dfe1ec25
4
inxi
4
inxi
|
@ -4915,8 +4915,8 @@ get_graphics_card_data()
|
||||||
IGNORECASE=1
|
IGNORECASE=1
|
||||||
busId=""
|
busId=""
|
||||||
}
|
}
|
||||||
# not using 3D controller yet, needs research: |3D controller
|
# not using 3D controller yet, needs research: |3D controller |display controller
|
||||||
/vga compatible controller|display controller/ {
|
/vga compatible 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