🖼️Graphics

Graphics Processing Unit (GPU)

This lists information about the graphics cards that are parsed by Inxi. You can use the below properties to learn more about its information.

Module name according to each operating system:

OSModule name

Linux

004#Graphics

Windows

Win32_VideoController

macOS

SPDisplaysDataType

You can call the module either by enumerating through the entire dictionary of the graphics cards, or you can use the graphics card name directly as follows:

HardwareInfo.GPU["NVIDIA GeForce RTX 3080 SUPER"].<property>

which <property> is:

PropertyTypeDescription

Name

String

Graphics card name

Driver

String

Driver used

DriverVersion

String

Driver version used

BusID

String

Device Bus ID

ChipID

String

Device ID

Compatibility notes:

  • Device bus ID property is not supported yet on Windows.

  • GPU driver, bus ID, and driver version properties are not supported yet on macOS

Last updated