Jump to content

Recommended Posts

  • Administrators
Posted

add it in ur dsdt

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
          {
               If (LEqual (Arg2, Zero))
               {
                   Return (Buffer (One)
                   {
                        0x03                                           
                   })
               }
               Return (Package (0x0A)
               {
                   "AAPL00,DualLink", 
                   Buffer (0x04)
                   {
                        0x00, 0x00, 0x00, 0x00                         
                   }, 
                   "device-id", 
                   Buffer (0x04)
                   {
                        0x26, 0x01, 0x00, 0x00                         
                   }, 
                   "model", 
                   Buffer (0x18)
                   {
                       "Intel HD Graphics 3000"
                   }, 
                   "AAPL,snb-platform-id", 
                   Buffer (0x04)
                   {
                        0x00, 0x00, 0x01, 0x00                         
                   }, 
                   "hda-gfx", 
                   Buffer (0x0A)
                   {
                       "onboard-1"
                   }
               })
           }

 

i think in device 0x00020000

if u have resolution higher than 1600x900, set dual link to 1


use too slide=0

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

DSDT.Ahmed_shiko.zip

use slide=0 too, in clover


many people say, if u use 8 gb memory . or more, u dont have problems

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...