4

Linux用のCに、BIOSVerisonDigitalIDなどのGPU情報を取得するためのライブラリはありますか...

4

2 に答える 2

3

ライブラリではなく、BIOS バージョンほど詳細な情報ではありませんがlshw、少なくとも製造元とモデルを特定できるものがあります。

私の現在のPC:

       *-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
         ...
于 2010-03-19T00:34:13.950 に答える
1

CPU を gpu と読み間違えました、すみません。おそらくgfxinfoを実行しますか?

于 2010-03-19T00:00:00.103 に答える