Jump to content
2 posts in this topic

Recommended Posts

I'm trying to get my both graphics cards working by just using a patched DSDT.aml file, so I won't need EFI strings. In order to do so I have to add the device path entry in DSDT.dsl file.

gfxutil tells me the device path is

DevicePath = PciRoot(0x1)/Pci(0x3,0x0)/Pci(0x0,0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)

 

The entry needed to add to DSDT.sdsl should look like

Name (_ADR, 0x00010000)

 

I spend hours browsing the web to find out how to translate these strings but to no avail.

 

Could someone please point me to the right direction?

 

Thanks in advance

×
×
  • Create New...