Class LinuxGraphicsCard.Attrs

java.lang.Object
oshi.hardware.common.platform.linux.LinuxGraphicsCard.Attrs
Enclosing class:
LinuxGraphicsCard

public static class LinuxGraphicsCard.Attrs extends Object
Parsed graphics card attributes used to construct concrete subclass instances.
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • getDeviceId

      public String getDeviceId()
      Gets the device ID.
      Returns:
      the device ID
    • getVendor

      public String getVendor()
      Gets the vendor.
      Returns:
      the vendor
    • getVersionInfo

      public String getVersionInfo()
      Gets the version info.
      Returns:
      the version info
    • getVram

      public long getVram()
      Gets the VRAM in bytes.
      Returns:
      the VRAM in bytes
    • getDrmDevicePath

      public String getDrmDevicePath()
      Gets the DRM device path.
      Returns:
      the DRM device path
    • getDriverName

      public String getDriverName()
      Gets the driver name.
      Returns:
      the driver name
    • getPciBusId

      public String getPciBusId()
      Gets the PCI bus ID.
      Returns:
      the PCI bus ID