ronl0 Posted July 8, 2010 Share Posted July 8, 2010 Okay so I have been searching all day to try to get this fixed but no luck. I am stuck with 1024X768 and my display was running 1280 × 1024 when I ran leopard before. I cant get this fixed. Heres my graphics info. Intel GMA 950: Chipset Model: GMA 950 Type: GPU Bus: Built-In VRAM (Total): 64 MB of Shared System Memory Vendor: Intel (0x8086) Device ID: 0x2772 Revision ID: 0x0002 ROM Revision: OpenGL Engine activated via EFI String Displays: Display: Resolution: 1024 x 768 Pixel Depth: 32-Bit Color (ARGB8888) Main Display: Yes Mirror: Off Online: Yes PLEASE HELP! Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/ Share on other sites More sharing options...
Onixs Posted July 8, 2010 Share Posted July 8, 2010 Okay so I have been searching all day to try to get this fixed but no luck. I am stuck with 1024X768 and my display was running 1280 × 1024 when I ran leopard before. I cant get this fixed. Heres my graphics info. Intel GMA 950: Chipset Model: GMA 950 Type: GPU Bus: Built-In VRAM (Total): 64 MB of Shared System Memory Vendor: Intel (0x8086) Device ID: 0x2772 Revision ID: 0x0002 ROM Revision: OpenGL Engine activated via EFI String Displays: Display: Resolution: 1024 x 768 Pixel Depth: 32-Bit Color (ARGB8888) Main Display: Yes Mirror: Off Online: Yes PLEASE HELP! Here Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1507078 Share on other sites More sharing options...
Nghia Developer Posted July 13, 2010 Share Posted July 13, 2010 I have GMA 0x2772 too, and I don't need any extra kexts because SL already has Just modify your DSDT and it will works 100% Resolution+QE+CI Method (DTGP, 5, NotSerialized) { If (LEqual (Arg0, Buffer (0x10) { /* 0000 */ 0xC6, 0xB7, 0xB5, 0xA0, 0x18, 0x13, 0x1C, 0x44, /* 0008 */ 0xB0, 0xC9, 0xFE, 0x69, 0x5E, 0xAF, 0x94, 0x9B })) { If (LEqual (Arg1, One)) { If (LEqual (Arg2, Zero)) { Store (Buffer (One) { 0x03 }, Arg4) Return (One) } If (LEqual (Arg2, One)) { Return (One) } } } Store (Buffer (One) { 0x00 }, Arg4) Return (Zero) } Device (PEGP) { Name (_ADR, 0x00020000) Device (GFX0) { Name (_ADR, Zero) Method (_DSM, 4, NotSerialized) { Store (Package (0x1A) { "device_type", Buffer (0x08) { "display" }, "model", Buffer (0x07) { "GMA950" }, "built-in", Buffer (One) { 0x01 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } Demo: you can open DSDT.dsl to see where to put 2 blocks of code, DO NOT USE MY DSDT IT MIGHT WORKS FOR YOU BUT THE SYSTEM IS NOT STABLE, CREATE YOUR OWN FOR YOUR MB SPECIFICATIONS DSDT.zip Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1510148 Share on other sites More sharing options...
crazyJAT Posted August 8, 2010 Share Posted August 8, 2010 Can you please explain a little more where in the DSDT this should go? I don't have any of these lines in my dsdt. Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1526642 Share on other sites More sharing options...
riws Posted August 8, 2010 Share Posted August 8, 2010 The hole Method (DTGP, 5, NotSerialized) you add at the beginning of your DSDT. For the Method (_DSM, 4, NotSerialized) search VGA, LCD, IGP and add it into the main device of these devices. Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1526656 Share on other sites More sharing options...
mtest Posted August 9, 2010 Share Posted August 9, 2010 Guys, Excuse my interruption, I'm also running SL on a GMA950, and I would like to know if there is a way to adjust the default brightness through DSDT editing. Could you please help me on that ? Thank you. Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1527303 Share on other sites More sharing options...
Mauzer Posted October 2, 2010 Share Posted October 2, 2010 Guys, does anybody have an idea how to make GMA950(AE) to boot up normaly on DVI with resolution 1920x1200 (only less than 1600x1200 is possible for me). VGA on the same board (Intel D945GSEJT) does not have this problem. When I set two monitors, I can make both DVI and VGA to work full 1920x1200 when both monitors are attached, but only VGA can boot with that resolution, doesn't matter which is primary, or extended (DVI got black screen when boot up). I have Snow 10.6 4, and have tested a lot of kexts so far... Have Chameleon2 RC3. Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1558114 Share on other sites More sharing options...
xofop Posted November 21, 2010 Share Posted November 21, 2010 VGA on the same board (Intel D945GSEJT) does not have this problem. Sorry to change the subject, but I'm interested in the D945GSEJT mobo. What did you use to get SL onto it? I haven't found much info for this model, and the ones I found have very little information. Link to comment https://www.insanelymac.com/forum/topic/224274-display-resolution-on-gma950-and-snow-leopard/#findComment-1588476 Share on other sites More sharing options...
Recommended Posts