C for Linux中是否有任何库可以获取gpu信息,例如BIOS Verison DigitalID ...
答案 0 :(得分:3)
虽然不是库,而不是BIOS版本的详细信息,但lshw
至少能够识别制造商和型号,例如
我现在的电脑:
*-display UNCLAIMED
description: VGA compatible controller
product: GeForce 8500 GT
vendor: nVidia Corporation
...
旧电脑
*-display
description: VGA compatible controller
product: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
vendor: Intel Corporation
...
答案 1 :(得分:1)
我误读了CPU的CPU,抱歉。也许exec gfxinfo?