Class LinuxGraphicsCard

java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.platform.linux.LinuxGraphicsCard
All Implemented Interfaces:
GraphicsCard

@Immutable final class LinuxGraphicsCard extends AbstractGraphicsCard
Graphics card info obtained by lshw
  • Constructor Details

    • LinuxGraphicsCard

      LinuxGraphicsCard(String name, String deviceId, String vendor, String versionInfo, long vram)
      Constructor for LinuxGraphicsCard
      Parameters:
      name - The name
      deviceId - The device ID
      vendor - The vendor
      versionInfo - The version info
      vram - The VRAM
  • Method Details