4

Is there any library in C for Linux to get gpu information for example BIOS Verison DigitalID...

2 Answers 2

3

While not a library, and not as detailed information as BIOS version, there is lshw which at least is able to identify manufacturer and model, e.g.

my current pc:

       *-display UNCLAIMED
            description: VGA compatible controller
            product: GeForce 8500 GT
            vendor: nVidia Corporation
            ...

older pc

    *-display
         description: VGA compatible controller
         product: 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device
         vendor: Intel Corporation
         ...
Sign up to request clarification or add additional context in comments.

Comments

1

I misread CPU for gpu, sorry. Perhaps exec gfxinfo?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.