컴퓨터/노트북/인터넷
IT 컴퓨터 기기를 좋아하는 사람들의 모임방
원래 mac-pixel-clock-patcher라는 프로그램으로 사용가능하게 되었었는데 이번에 v2가 만들어졌네요.
원 사이트는 참조링크에 걸어놓았으니 구체적인 사용방법은 참조하시기 바랍니다.
한가지 유의해야 할 점은 System Integrity Protection(SIP)을 disable 시켜야 된다고 하는데요...
그건 clover configurator에서 다음과 같이 조작하시면 됩니다.
이렇게 조작하시고 재부팅하셔서 터미널에서 csrutil status라고 입력했을때 disabled라고 뜨면 되겠습니다.
영어가 짧아 원문을 그대로 보여드립니다.
What does this patch resolve?
- makes 4K/3840x2160/UHD/2560x1080/3440x1440 resolutions possible on older macs over both HDMI and DisplayPort. (other odd/high resolutions should also work)
- Enables HDMI2.0 on Nvidia Maxwell cards (Never tested this myself, for this you only need the IOKit patch not the Nvidia patch)
A few things to keep in mind
- Disable SIP (more info below)
- For Nvidia SIP needs to stay disabled for IOKit it can be enabled again after patching
- Nvidia patch needs IOKit patch to be effective (maybe not always)
- If using an adapter make sure this is not the problem.
- For different issue's first look trough open and closed issues on this repository and the original repository or open a new one.
- This list will get longer when i have time to gather all the regular issues.
This patch needs MD5's to identify IOKit and Nvidia driver files, if your version is not yet added to the script you can run "XXXX-patcher.command md5" and post them in a new issue, this way i can add them.
If you have a new version of IOKit or Nvidia driver that is not yet supported you can run the command and choose the patch version yourself. for Nvidia there are now 2 versions, so most likely you need v2 for IOKit there are 6 versions so for new IOKit's you most likely need v6. use the command like XXXX-patcher.command patch v6
Most of the time this will work, but use this function carefully.
How to use
- Download the patch you need
- run
chmod +x XXXX-patcher.command
(this makes it runable) - run the script
~/Downloads/XXXX-patcher.command
if you use~/Downloads/XXXX-patcher.command help
you will get a little bit of information about the script and the functions it has. (dragging the file into the terminal window will also work)
If you wan't to request new functions for this script feel free to open an issue with the request.
Some information on SIP
First make sure SIP (System Integrity Protection) is turned off for this to work. You can disable/enable this only when you boot into the recovery partition. If you booted into the recovery partition and open the terminal you use csrutil disable
to disable, csrutil enable
to enable and csrutil status
to check the status of SIP you can also check the status on your normal system. the changes to SIP are only visible in the terminal after a reboot, so it will still notify you that SIP is on when you disable it and run csrutil status
right after it.
SIP can safely be enabled after the patch of the IOKit, if you also want to use an Nvidia/AMD driver that has been patched you need to keep SIP disabled. this is because SIP will not allow you to run drivers which have a broken or no codesignature. by patching the driver we obviously break the codesignature. kernal extensions are not signable by anyone but apple and trusted parties. so SIP needs to be off for them to load. IOKit is not a kernel extension and therefore must be codesigned to run, this is done with the wildcard certificat, unique to everyone. even with SIP disabled the IOKit will not run without this new codesignature. the script takes care of the codesigning of the IOKit.
사용법은 How to use를 참조하시면 되시구요...xxxx-patcher.command가 첨부화일에 있는 IOKit-patcher.command라고 보시면 됩니다.
유용하게 쓰시고 궁금하신 점은 댓글로 달아주시면 제가 아는 껏 답변해드리겠습니다.