Contribute
Register

Monitor goes to sleep after boot sequence. (black screen)

Status
Not open for further replies.
So, here are my observations:

  • I don't know whether you need ACPI/DSDT/DropOEM_DSM/NVidia enabled. If you're not sure yourself, try switching it to false.
  • I would disable Devices/UseIntelHDMI, since your integrated graphics is already disabled.
  • It looks like you're using the iMac17,1 system definition, which is known to have problems. Try getting things running with iMac14,2 first, then you've got a known working baseline to build on.
  • It's probably not relevant overall, but for ease of testing and iteration, I'd set SystemParameters/NoCaches to false, and only enable it in Clover during startup as needed.
 
You can always just add them in a text editor. Then again, if Clover Configurator isn't saving things properly, a) make sure you're writing to the correct file and b) consider starting a clean config file and porting over the changes you need.
 
Ok, I've added this code to my config.plist :
Code:
<key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v</string>
        <string>darkwake=0</string>
        <string>nvda_drv=1</string>
        <string>-no-zp</string>
    </dict>
Will it work?

(it won't)
 
Status
Not open for further replies.
Back
Top