Jump to content

Enabling HD 3000 graphics on 7-Series Motherboards Without Kext Edit!


truemac
 Share

1 post in this topic

Recommended Posts

hi everybody, here is a DSDT code to Enabled HD 3000 on Z77 without kext edit. Works like a charm with Airplay, i Use it with a AMD 6870 works even without.                                            

Device (MEI)
	            {
	                Name (_ADR, 0x00160000)  // _ADR: Address
	                Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
	                {
	                    Store (Package (0x0C)
	                        {
	                            "device-id", 
	                            Buffer (0x02)
	                            {
	                                 0x3A, 0x1C
	                            }, 
	 
	                            "IOName", 
	                            Buffer (0x0D)
	                            {
	                                "pci8086,1c3a"
	                            }, 
	 
	                            "name", 
	                            Buffer (0x0D)
	                            {
	                                "pci8086,1c3a"
	                            }, 
	 
	                            "revision-id", 
	                            Buffer (0x04)
	                            {
	                                 0x04, 0x00, 0x00, 0x00
	                            }, 
	 
	                            "subsystem-vendor-id", 
	                            Buffer (0x04)
	                            {
	                                 0x86, 0x80, 0x00, 0x00
	                            }, 
	 
	                            "vendor-id", 
	                            Buffer (0x04)
	                            {
	                                 0x86, 0x80, 0x00, 0x00
	                            }
	                        }, Local0)
	                    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
	                    Return (Local0)
	                }
	            }
 
here is my DSDT For Z77-DS3H F10i
 
Good Luck

DSDT.zip

post-838043-0-13607300-1371310086_thumb.png

post-838043-0-11208000-1371310117_thumb.png

Link to comment
Share on other sites

 Share

×
×
  • Create New...