Thread: Asus K50IN
View Single Post
 
Old 10-22-2011, 06:11 AM
mindlessmissy mindlessmissy is offline
Jaguar
 
Join Date: Mar 2008
Posts: 35
Quote:
Originally Posted by ad_47incv View Post
man_of_the_oak have you go update lion on 10.7.2 , because, after update my screen is black ? what wrong

I don't have sleepenabler.I test different method but not win
IF you are using a dsdt edit to enable graphics, check to see if this line exits in your edit:

Code:
    "device_type",
    Buffer ()
    {
        "NVDA,GeForce"
    },
IF it does, change "GeForce" to "Parent" and re-compile like so:

Code:
    "device_type",
    Buffer ()
    {
        "NVDA,Parent"
    },
That should fix the black screen ...
Reply With Quote