Jump to content

Inject Display Info into DSDT


banini_jeque
 Share

1 post in this topic

Recommended Posts

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
Share on other sites

 Share

×
×
  • Create New...