Jump to content
122 posts in this topic

Recommended Posts

and there goes nothing two more re install and update to 10.13.2 successful... now the only thing missing is my files that are in another hdd... the culprit was really lilu...

Thanks anyway...

post-2128562-0-74929500-1512615981_thumb.jpg

​Sleep issue fixed for AMD cards?

 

 

Sleep is broken. Display shuts down, everything else keeps running, can't get the display up again...

 

 

Rx 580 still have sleep issue. Screen turns off but system is still on have to reboot to use again

 

Read here

https://github.com/vit9696/WhateverGreen/commit/5ce193a713b432995e42af6f83cfe42e1b8b51b4

  • Like 1

Good to see upgrading may be possible, Thanks for the post MaLd0n I'm sure I will need that file. :)

 

Edit:

Update went smooth as silk, just installing the new kext for web drivers now.

post-1006983-0-47786300-1512637631_thumb.png

 

Something a bit funny... I seem to have full acceleration still, but...

post-1006983-0-21708400-1512637883_thumb.png

 

Also, something seems a bit wrong here...

post-1006983-0-50683200-1512638709_thumb.png post-1006983-0-15103900-1512638734_thumb.png

Update went smooth after downloading three times from app store   :wallbash:

I did not remove EmuVariable, I have rc scripts, all i did prior to update was run NvWeb_Patcher to modify NVDARequiresOS to 17C88

Clover 4334 is the winner!

post-1083558-0-15188700-1512639869_thumb.png

post-1083558-0-69135700-1512639879_thumb.png

  • Like 4

Update went smooth after downloading three times from app store   :wallbash:

I did not remove EmuVariable, I have rc scripts, all i did prior to update was run NvWeb_Patcher to modify NVDARequiresOS to 17C88

Clover 4334 is the winner!

attachicon.gifScreen Shot 2017-12-07 at 8.11.20 pm.png

attachicon.gifScreen Shot 2017-12-07 at 8.13.07 pm.png

 

sorry for the stupid question.. where can I get the r4334? I tried to find it here but I was not able to. Thanks

sorry for the stupid question.. where can I get the r4334? I tried to find it here but I was not able to. Thanks

Look in downloads section for build_clover.command and you can build it :-)

 

Sent from my SM-G930F using Tapatalk

https://yadi.sk/d/JxcXeRVC3QP4dr

 

나의 LG-F800S 의 Tapatalk에서 보냄

 

thanks a lot

 

edit: just succeeded in installing the update. 

Why every new update I must move my primary kexts (FakeSMC, IntelGraphicFixup, and Lilu) S/L to Clover/Others? Otherwise, I am getting this type error;

 

When I move these three kexts to Clover/Others Folder I can update without any problem.

 

post-803029-0-80350100-1512646236_thumb.jpg

Finally made it working! RX560 with Sleep and HDMI-Audio without Whatevergreen. I modified @Toledo's AMD-HDMI-SSDT and @MorkvomOrks's Controller kext. You have to use newest Clover that support Radeon deinit. Feel free to try!

SSDT-HDMI-AMD-PEG0.aml.zip

AMD9xxxControllerPatcher.kext.zip

  • Like 3

Hi

 

I update apfs.efi to 10.13.2 version. Is there any way to disable the verbose boot that apfs.efi chucks out before the Clover boot menu. I don't have this issue with previous version (but I delete it)

 

Thanks

Well. Follow the link and read carefully about CFG,CFG_FB_LIMIT

And test your case

iMac-2:~ slice$ ioreg -lw0 | grep CFG_FB_LIMIT
    | |   |   | |   "CFG_FB_LIMIT" = 0
    | |   |   | |     "aty_config" = {"CFG_NO_HDCP"=No,"CFG_INTERNAL_1080P"=Yes,"CFG_CAIL_CAPS"=0,"CFG_NO_PP"=No,"CFG_CAA"=0,"CFG_INT_SSPC"=25,"DALUseUrgencyWaterMarkOffset"=0,"CFG_USE_STUTTER"=No,"CFG_GEN_FLAGS"=0,"CFG_GRPH_CONTROL_DIS"=40964,"CFG_SURFACE_INFO_DIS"=1703936,"CFG_USE_FBC"=No,"CFG_FB_LIMIT"=0,"DALReadDelayStutterOff"=4}

  • Like 1

Okay, this is my story! Up to 13.1 SU, I have always had graphic acceleration and always with DP 4K connection! From the moment I installed the first 13.2 beta and until the final 13.2, even with the latest Nvidia Web Driver, I can only have black screen. I did not change anything in DSDT or plist config. Although all the updates are done without any errors, something has gone wrong with the graphics or graphics card or the Web Driver...

Next step is to replace the DSDT with an SSDT All and if it does not work, I send my GTX to the trash and buy an AMD...

 

And test your case

 

My case 

116:~ serj$ ioreg -lw0 | grep CFG_FB_LIMIT
    | |   |   | |   "CFG_FB_LIMIT" = <03000000>
    | |   |   | |   "CFG,CFG_FB_LIMIT" = <03000000>
    | |   |   | |     "aty_config" = {"CFG_INT_SSPC"=25,"CFG_USE_SRRB"=No,"CFG_NO_MSI"=No,"CFG_NO_SLS"=No,"CFG_FORCE_MAX_DPS"=No,"CFG_USE_DPT"=Yes,"CFG_NO_HDCP"=No,"CFG_CAA"=0,"CFG_APER_MODE"=1,"CFG_PULSE_INT"=Yes,"CFG_FB_LIMIT"=<03000000>,"CFG_USE_FEDS"=Yes,"CFG_USE_STUTTER"=Yes,"CFG_PAA"=0,"CFG_USE_FBC"=No,"DALUseUrgencyWaterMarkOffset"=0,"CFG_NODM"=Yes,"DALReadDelayStutterOff"=4,"CFG_USE_LPT"=No,"CFG_USE_REGAMMA"=Yes,"CFG_USE_AGDC"=Yes,"CFG_GEN_FLAGS"=0,"CFG_FORCEMAXDPM"=No,"CFG_TRANS_WSRV"=Yes,"CFG_NO_MST"=No,"CFG_NO_PP"=No}

This problem is only in AMD9500Controller for now. Probably they tried to fix connector detection on certain cards.

10.13.1

if ( AtomBiosProxy::getConnectorsInfo(bios,…) != SUCCESS)
      bios->connectorNum = 0;

if (bios->connectorNum > 0) {
…
   result->connectorNum = bios->connectorNum;
...
}

10.13.2

if ( AtomBiosProxy::getConnectorsInfo(bios,…) != SUCCESS)
     bios->connectorNum = 0;

if (bios->connectorNum > 0) {
…
  result->connectorNum = 6;
...
}

And in addition in 10.13.2

if (bios->connectorNum > 0) {
…
 result->connectorNum = 6;
...
} else {
  result->connectorNum = 1;
}
×
×
  • Create New...