startrax Posted May 16, 2013 Share Posted May 16, 2013 HP G6-1b35ca Intel core I3 370M 2.4ghz graphics intel hd 3000 Mountain Lion 10.8.3 Everything works fine except graphics. i have been trying for sometime to try to get some kind of graphic acceleration on.Please can someone help me out in editing something in dsdt to enable some kind of graphics. attached is a copy of what my dsdt look like extracted. Device (GFX0) { Name (_ADR, 0x00020000) Method (PCPC, 0, NotSerialized) { } Method (PAPR, 0, NotSerialized) { Return (Zero) } Method (_DOS, 1, NotSerialized) { Store (And (Arg0, 0x07), DSEN) If (LEqual (And (Arg0, 0x03), Zero)) { If (CondRefOf (HDOS)) { HDOS () } } } Method (_DOD, 0, NotSerialized) { If (CondRefOf (IDAB)) Quote Link to comment Share on other sites More sharing options...
pernacabeluda Posted May 16, 2013 Share Posted May 16, 2013 If your CPU is Intel Core i3 370M (1st gen) your video is Arrandale and not HD 3000. Arrandale does not have support in OS X, the max you can get is this http://Olarila.com/forum/viewtopic.php?f=28&t=2961 Quote Donation with Paypal | Mercado Livre | Premium and Donators Users | Installation GUIDE Donation with BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 Donation with PicPay @danielnmaldonado Donated? Send me PM with files or use DSDT Patch Requests Link to comment Share on other sites More sharing options...
startrax Posted May 17, 2013 Author Share Posted May 17, 2013 Thanks i was able to get native resolution using the guide you provided.Although the only screen that has any acceleration is the laptop monitor.VGA port not working. Any possible way to enable a VGA ?Add it in the kext ? maybe edit the kext AppleIntelHDGraphicsFB.kext? Quote Link to comment Share on other sites More sharing options...