Jump to content

How to resolve "Transcript Offline - Buffer Pool Allocate [181000] failed"


HaseeMac

Recommended Posts

"Transcript Offline - Buffer Pool Allocate [181000] failed"

 

It seems that this topic is a hot issue, but i can't find any answers for that in OSXLatitude

forum. Now I am using Lion 10.8.4 and I have HD3000 + GT540 shipped on my laptop.

And I have disabled the GT540 by using the DSDT.

 

 

How can resolove this? I just remember some guys said the below code can fix this:

                 Device (IGP0)
                  {
                     Name (_ADR, 0x00020000)
                     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)
                  }

 

It may need the enable the GT540 first.

 

Can someone help this?

 

Link to comment
Share on other sites

"Transcript Offline - Buffer Pool Allocate [181000] failed", error is because of HD3000 GPU VMem allocation but i don't know any fixes for this and its not related to DualLink (needed for resolutions greater than 1366x768) dsdt patch which you mentioned above as far as i know. However, this error doesn't seems to be affecting anything.

Link to comment
Share on other sites

"Transcript Offline - Buffer Pool Allocate [181000] failed", error is because of HD3000 GPU VMem allocation but i don't know any fixes for this and its not related to DualLink (needed for resolutions greater than 1366x768) dsdt patch which you mentioned above as far as i know. However, this error doesn't seems to be affecting anything.

Thanks for your DinEsh's confirm. If no effect, I give up this. :)

Link to comment
Share on other sites

×
×
  • Create New...