Jump to content

Recommended Posts

Posted

Asus P8H67-I Deluxe/patched, rename GFX0 to IGPU. the following patch misses one line:

7529 Scope (\_SB.PCI0.GFX0)


The patch:

into device label GFX0 set_label begin IGPU end;
into scope label _SB.PCI0.GFX0 set_label begin _SB.PCI0.IGPU end;
into_all all code_regex GFX0 replaceall_matched begin IGPU end

How do I get DSDT Editor to get the last instance of GFX0?

test.aml.zip

Posted
into scope label \_SB.PCI0.GFX0 set_label begin \_SB.PCI0.IGPU end

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
into scope label \_SB.PCI0.GFX0 set_label begin \_SB.PCI0.IGPU end

Thought I tried that. You solution worked. Thanks again.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...