mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +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
|
||||
busId=""
|
||||
}
|
||||
# not using 3D controller yet, needs research: |3D controller
|
||||
/vga compatible controller|display controller/ {
|
||||
# not using 3D controller yet, needs research: |3D controller |display controller
|
||||
/vga compatible controller/ {
|
||||
gsub(/'"$BAN_LIST_NORMAL"'/, "", $NF)
|
||||
gsub(/,/, " ", $NF)
|
||||
gsub(/^ +| +$/, "", $NF)
|
||||
|
|
Loading…
Reference in a new issue