banini_jeque Posted November 11, 2009 Share Posted November 11, 2009 So I'm learning how to do stuff with DSDT, and I know how to inject data for my graphics, but now I want to also do that with my display. For graphics you can do like "@0,name", Buffer (0x0F) { "NVDA,Display-A" }, and then that shows up as the name in IORegistryExplorer under .../NVDA,Display-A@0. I want to be able to change the "DisplayVendorID" property in .../NVDA,Display-A@0/NVDA/display0/AppleDisplay. Is that possible? I tried stuff like "@0@0@1@0,DisplayVendorID", Buffer (0x02) { 0x06, 0x10 } but that didn't work. Also the vendor id needs to be a number, not data, so I need something like Buffer (Number) or something. Thanks a ton if you can help. - Banini Link to comment https://www.insanelymac.com/forum/topic/197028-inject-display-info-into-dsdt/ Share on other sites More sharing options...
Recommended Posts