Class FreeBsdGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.common.platform.unix.freebsd.FreeBsdGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics Card info obtained from pciconf
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GraphicsCard> public method used byAbstractHardwareAbstractionLayerto access the graphics cards.Methods inherited from class AbstractGraphicsCard
createStatsSession, getDeviceId, getName, getVendor, getVersionInfo, getVRam, toStringModifier and TypeMethodDescriptionOpens a newGpuStatssession for sampling dynamic GPU metrics.Retrieves the card's Device IDgetName()Retrieves the full name of the card.Retrieves the card's manufacturer/vendorRetrieves a list of version/revision data from the card.longgetVRam()Retrieves the Video RAM (VRAM) available on the GPUtoString()Returns a string representation of this graphics card including any available dynamic metrics.
-
Method Details
-
getGraphicsCards
public method used byAbstractHardwareAbstractionLayerto access the graphics cards.- Returns:
- List of
FreeBsdGraphicsCardobjects.
-