Contribute
Register

HD3000 with QE/CI Lion 10.7-10.7.2 (dsdt mod free)

Status
Not open for further replies.
Alright, I have this working with just SMBIOS.plist, and I was wondering, have any of you gotten brightness working? I have it basically enabled, but it doesn't function correctly. The brightness goes from 0% to 80 to 90 to 100 then the last like 10 are 100.

I think if I can get the device properties and inject them via chimera, it will fix it. Any ideas on how?
 
chroniX said:
pauldmps said:
Change the other keys to the following:

<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro8,1</string>

Ok I tried changing the keys to that and still have the same issue. I've attached a screenshot to give you guys a better idea of the corruption:

Screen Shot 2011-08-11 at 2.17.24 PM (2).png

Which kext are you using ? - Original one or Tony's modified one ?

Try using the other one.
 
exoteg said:
Ouuu, yess! = )
The display started - problem was in DualLink.
In the DSDT section GFX0 added the following code:
Code:
            Method (_DSM, 4, NotSerialized)
            {
                Store (Package (0x02)
                    {
                        "AAPL00,DualLink", 
                        Buffer (0x04)
                        {
                            0x01, 0x00, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
Now Intel HD3000 fully working, except the external VGA.


Thanks x 1000000000000000

Your method worked I'm now having full QE/CI on HD3000!

You rock. I'm gonna start a new thread for everyone facing this problem with this solution. All credits, ofcourse, would go to you.
 
pauldmps said:
Thanks x 1000000000000000

Your method worked I'm now having full QE/CI on HD3000!

You rock. I'm gonna start a new thread for everyone facing this problem with this solution. All credits, ofcourse, would go to you.
This is not my merit... :)
Original here: http://www.insanelymac.com/forum/index. ... try1362685
I just found the correct entry in the driver, because "AAPL01" does not exist.
 
chroniX said:
pauldmps said:
Change the other keys to the following:

<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro8,1</string>

Ok I tried changing the keys to that and still have the same issue. I've attached a screenshot to give you guys a better idea of the corruption:

Screen Shot 2011-08-11 at 2.17.24 PM (2).png

Try this: viewtopic.php?f=15&t=28851&p=182593#p182593
 
exoteg said:
pauldmps said:
Thanks x 1000000000000000

Your method worked I'm now having full QE/CI on HD3000!

You rock. I'm gonna start a new thread for everyone facing this problem with this solution. All credits, ofcourse, would go to you.
This is not my merit... :)
Original here: http://www.insanelymac.com/forum/index. ... try1362685
I just found the correct entry in the driver, because "AAPL01" does not exist.

I have made a dedicated thread with step-by-step to this fix. viewtopic.php?f=15&t=28851

Hope it helps others too.
 
This in regards to what some people were posting on page 5.

I too was having an issue with my MSI H67MA-E35 mobo with my Lion USB installation drive. Would get to a point in verbose mode, and then freeze up. I was using VGA. Turned the computer off, unplugged the VGA cable, plugged in the DVI cable, and it went right into the installer. Full resolution, too! Using a Core i3-2100 (HD2000).
 
I successfully got my hd 3000 graphics working from tony's 2 kext's

but it is very laggy.
when i open launcher pad, and scroll between the application screens it flickers really bad.



any ideas?


thanks
 
Good news seem like update to 10.7.1 completely solved artifact/gliches/garbage. Now Intel HD3000 work perfectly with QE/CI.
 
sketcher said:
Good news seem like update to 10.7.1 completely solved artifact/gliches/garbage. Now Intel HD3000 work perfectly with QE/CI.

I wonder if it helps with the HD2000... Will experiment with some things shortly.
 
Status
Not open for further replies.
Back
Top