Jump to content

Lion Benchmark (11A390)


miqlas
 Share

4 posts in this topic

Recommended Posts

  • 1 month later...

Add this to your dsdt file just above the HDEF section. It should also give hdmi audio output. Make sure to use Graphics Enabler = No

 

Device (PEGP)
           {
               Name (_ADR, 0x00030000)
               Name (_PRW, Package (0x02)
               {
                   0x09, 
                   0x05
               })
               Device (GFX0)
               {
                   Name (_ADR, Zero)
                   Name (_PRW, Package (0x02)
                   {
                       0x09, 
                       0x05
                   })
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x0C)
                           {
                               "@0,name", 
                               Buffer (0x0D)
                               {
                                   "ATY,Vervet"
                               }, 

                               "@1,name", 
                               Buffer (0x0D)
                               {
                                   "ATY,Vervet"
                               }, 

                               "@2,name", 
                               Buffer (0x0D)
                               {
                                   "ATY,Vervet"
                               }, 

                               "@3,name", 
                               Buffer (0x0D)
                               {
                                   "ATY,Vervet"
                               }, 

                               "model", 
                               Buffer (0x13)
                               {
                                   "ATI Radeon HD 5770"
                               }, 

                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }

               Device (HDAU)
               {
                   Name (_ADR, One)
                   Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x02)
                           {
                               "hda-gfx", 
                               Buffer (0x0A)
                               {
                                   "onboard-1"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }
               }
           }

Link to comment
Share on other sites

  • 2 weeks later...
How did you guys run Geekbench? I can't get it working, it crashes on start up.. everything else works fine though..

 

Update your bootloader, MBpro or iMac sandy bridge Ati drivers, GraphicsEnabler=Yes.

Link to comment
Share on other sites

 Share

×
×
  • Create New...