toleda Posted August 6, 2012 Share Posted August 6, 2012 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 Link to comment Share on other sites More sharing options...
Cassio Posted August 7, 2012 Share Posted August 7, 2012 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 Link to comment Share on other sites More sharing options...
toleda Posted August 16, 2012 Author Share Posted August 16, 2012 into scope label \_SB.PCI0.GFX0 set_label begin \_SB.PCI0.IGPU end Thought I tried that. You solution worked. Thanks again. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now