-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
On windows I got this data about graphic card:
reveal
{
"address": "VideoController1",
"index": 0,
"pci": {
"driver": "31.0.101.3802",
"address": "PCI\\\\VEN_8086\u0026DEV_4C8B\u0026SUBSYS_7D221462\u0026REV_04\\\\3\u002611583659\u00260\u002610",
"vendor": {
"id": "Intel Corporation",
"name": "Intel Corporation"
},
"product": {
"id": "Intel(R) UHD Graphics 730",
"name": "Intel(R) UHD Graphics 730"
},
"revision": "",
"subsystem": {
"id": "unknown",
"name": "unknown"
},
"class": {
"id": "unknown",
"name": "unknown"
},
"subclass": {
"id": "unknown",
"name": "unknown"
},
"programming_interface": {
"id": "unknown",
"name": "unknown"
}
}
}
In vendor.id and product.id I expecting hex-encoded PCI_ID, but got duplication of vendor.name and product.name.
No other gpus installed on machine. Just this integrated gpu.
Metadata
Metadata
Assignees
Labels
No labels