Contribute
Register

[solved] Black Screen on Boot / HD3000

Status
Not open for further replies.
Black Screen on Boot / HD3000


That one is the snb-platform-id typically used for mobile HD3000.

You're not using it.

Here's what you have:
Code:
                {
                    "AAPL,snb-platform-id", 
                    Buffer (0x04)
                    {
                        0x00, 0x30, 0x10, 0x00
                    },
 
Black Screen on Boot / HD3000

That one is the snb-platform-id typically used for mobile HD3000.

You're not using it.

Here's what you have:
Code:
                {
                    "AAPL,snb-platform-id", 
                    Buffer (0x04)
                    {
                        0x00, 0x30, 0x10, 0x00
                    },

Now i have that:

Code:
                {
                    "AAPL,snb-platform-id", 
                    Buffer (0x04)
                    {
                        0x00, 0x00, 0x01, 0x00
                    },

But noting changed... :( :banghead:
 
Black Screen on Boot / HD3000

Now i have that:

Code:
                {
                    "AAPL,snb-platform-id", 
                    Buffer (0x04)
                    {
                        0x00, 0x00, 0x01, 0x00
                    },

But noting changed... :( :banghead:

Did you get rid of AAPL,DualLink yet?
 
Black Screen on Boot / HD3000

Did you get rid of AAPL,DualLink yet?

Solved with DualLink=NO in config.plist/Graphics/

Thank you for help :)
 
Status
Not open for further replies.
Back
Top