Jump to content

Make a DSDT for me GMA950 Desktop


khalids19
 Share

5 posts in this topic

Recommended Posts

Hello all,

 

I am kindly asking for anyone to compile for me a working DSDT for Intel GMA 950 Desktop Edition because i have tried my best in compiling the DSDT myself but i couldn't get QE/CI to work ,my goal is to get QE/CI to be working for me.

 

I tried this using DSDT Editor:

# Insert device PEGP into device PCI0
#
into device name_adr 0x00020000 parent_label PCI0 remove_entry;
into device label PCI0 insert
begin
Device (PEGP)\n
{\n
   Name (_ADR, 0x00020000)\n
   Device (GFX0)\n
   {\n
    Name (_ADR, Zero)\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
	    Store (Package (0x06)\n
		    {\n
			    "device_type", \n
			    Buffer (0x08)\n
			    {\n
				    "display"\n
			    }, \n
			    "model", \n
			    Buffer (0x07)\n
			    {\n
				    "GMA950"\n
			    }, \n
			    "built-in", \n
			    Buffer (One)\n
			    {\n
				    0x01\n
			    }\n
		    }, Local0)\n
	    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
	    Return (Local0)\n
    }\n
   }\n
}
end

 

BUT IT DIDNT WORK!,

 

and different other Online DSDTs but they all never worked!

 

So am asking if someone can patch the DSDT for me?

 

if you need any more info, please let me know

Link to comment
Share on other sites

I have an Intel GMA 950 chip on my Asus P5LP-LE mobo. To get it to work in Snow Leopard (now on 10.6.7 since 10.6.8 doesn't play nice with my Ethernet, but I use a NETGEAR WG111V3 which uses the RTL8187B Realtek chip iirc) I used a DSDT patched to run on GMA 950 PERFECTLY.

 

I'm suggesting you try this one if you haven't. It works for GMA 950 on desktop machines. If you have a Gigabyte board, use v4.2. If it doesn't work on your Gigabyte mobo or you do NOT have a Gigabyte mobo (for example, you have Asus like me) use v3. This DSDT allows QE/CI to be used.

 

http://www.insanelym...howtopic=143340

 

If you need help on using the DSDT with your setup, PM me ;)

And let me know if you've used the linked DSDT or have used it before.

Link to comment
Share on other sites

  • 4 months later...
 Share

×
×
  • Create New...