osx - How can display driver version be obtained on the Mac? -
How can programmatically get the display driver version on the Mac?
Related:
Specifically, you would like to search IOKit for devices with the name 'Display' and you will get a device node so that you can drag data. Use the IORegistryExplorer application to see which features are available from that object and what kind of data are there, etc.
Comments
Post a Comment