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 Quote 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 Quote ASUS N53Jq • CPU: Intel Core i7-740QM 1.73GHz • RAM: 6,0GB • HD: 500GB • GPU: GeForce GT 425M 1GB 1920x1080 • OS: OS X 10.8.4 • Linux Mint 15 • Windows 8 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. Quote Link to comment Share on other sites More sharing options...