Tuesday, May 21, 2019

【how to】fix the 2k/4K resolution for hdmi

  • sudo perl -pi -e 's|\xB8\x01\x00\x00\x00\xF6\xC1\x01\x0F\x85|\x33\xC0\x90\x90\x90\x90\x90\x90\x90\xE9|g' /System/Library/Frameworks/CoreDisplay.framework/Versions/Current/CoreDisplay
  • sudo codesign -f -s - /System/Library/Frameworks/CoreDisplay.framework/Versions/Current/CoreDisplay
  • 【how to】enable intel GPU on the Mojave

    10.14 18A391:
    Haswell 4th:AppleIntelFramebufferAzul.kext
    1. Kext: com.apple.driver.AppleIntelFramebufferAzul
    2. Find: 763548FF 05C51C05
    3. Repl: EB3548FF 05C51C05
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14_18A391 (based on Austere.J patch by Ricky)
    复制代码
    Broadwell 5th :AppleIntelBDWGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelBDWGraphicsFramebuffer
    2. Find: 762D48FF 05563706
    3. Repl: EB2D48FF 05563706
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14_18A391 (based on Austere.J patch by Ricky)
    复制代码
    Skylake 6th:AppleIntelSKLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelSKLGraphicsFramebuffer
    2. Find: 764048FF 05FDEE07
    3. Repl: EB4048FF 05FDEE07
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14_18A391 (based on Austere.J patch by Ricky)
    复制代码
    Kabylake 7th:AppleIntelKBLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelKBLGraphicsFramebuffer
    2. Find: 764648FF 05FC6B08
    3. Repl: EB4648FF 05FC6B08
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14_18A391 (based on Austere.J patch by Ricky)
    复制代码
    Coffelake 8th:AppleIntelCFLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelCFLGraphicsFramebuffer.kext
    2. Find: 764648FF 05F86508
    3. Repl: EB4648FF 05F86508
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14_18A391 (based on Austere.J patch by Ricky)
    复制代码


    10.14.1 DB1 18B45d
    Haswell 4th:AppleIntelFramebufferAzul.kext
    1. Kext: com.apple.driver.AppleIntelFramebufferAzul
    2. Find: 763548FF 056D2005
    3. Repl: EB3548FF 056D2005
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.1 db1 (based on Austere.J patch by Ricky)
    复制代码
    Broadwell 5th :AppleIntelBDWGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelBDWGraphicsFramebuffer
    2. Find: 762D48FF 05063906
    3. Repl: EB2D48FF 05063906
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.1 db1 (based on Austere.J patch by Ricky)
    复制代码
    Skylake 6th:AppleIntelSKLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelSKLGraphicsFramebuffer
    2. Find: 764048FF 05F5F007
    3. Repl: EB4048FF 05F5F007
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.1 db1 (based on Austere.J patch by Ricky)
    复制代码
    Kabylake 7th:AppleIntelKBLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelKBLGraphicsFramebuffer
    2. Find: 764648FF 05E46F08
    3. Repl: EB4648FF 05E46F08
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.1 db1 (based on Austere.J patch by Ricky)
    复制代码
    Coffelake 8th:AppleIntelCFLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelCFLGraphicsFramebuffer.kext
    2. Find: 764648FF 05306A08
    3. Repl: EB4648FF 05306A08
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.1 db1 (based on Austere.J patch by Ricky)
    复制代码

    10.14.4 18E226
    Haswell 4th:AppleIntelFramebufferAzul.kext
    1. Kext: com.apple.driver.AppleIntelFramebufferAzul
    2. Find: 763548FF 05A22005
    3. Repl: EB3548FF 05A22005
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.4 (based on Austere.J patch by Ricky)
    复制代码
    Broadwell 5th :AppleIntelBDWGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelBDWGraphicsFramebuffer
    2. Find: 762E48FF 05778907
    3. Repl: EB2E48FF 05778907
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.4  (based on Austere.J patch by Ricky)
    复制代码
    Skylake 6th:AppleIntelSKLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelSKLGraphicsFramebuffer
    2. Find: 764048FF 05008F07
    3. Repl: EB4048FF 05008F07
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.4 (based on Austere.J patch by Ricky)
    复制代码
    Kabylake 7th:AppleIntelKBLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelKBLGraphicsFramebuffer
    2. Find: 764648FF 05132009
    3. Repl: EB4648FF 05132009
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.4 (based on Austere.J patch by Ricky)
    复制代码
    Coffelake 8th:AppleIntelCFLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelCFLGraphicsFramebuffer.kext
    2. Find: 764648FF 051F1B09
    3. Repl: EB4648FF 051F1B09
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.4  (based on Austere.J patch by Ricky)
    复制代码
    10.14.5 18F132
    Haswell 4th:AppleIntelFramebufferAzul.kext
    1. Kext: com.apple.driver.AppleIntelFramebufferAzul
    2. Find: 763548FF 059A2105
    3. Repl: EB3548FF 059A2105
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.5 (based on Austere.J patch by Len)
    复制代码
    Broadwell 5th :AppleIntelBDWGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelBDWGraphicsFramebuffer
    2. Find: 762E48FF 05778A07
    3. Repl: EB2E48FF 05778A07
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.5  (based on Austere.J patch by Len)
    复制代码
    Skylake 6th:AppleIntelSKLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelSKLGraphicsFramebuffer
    2. Find: 764048FF 05889A07
    3. Repl: EB4048FF 05889A07
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.5 (based on Austere.J patch by Len)
    复制代码
    Kabylake 7th:AppleIntelKBLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelKBLGraphicsFramebuffer
    2. Find: 764648FF 05CF3F09
    3. Repl: EB4648FF 05CF3F09
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.5 (based on Austere.J patch by Len)
    复制代码
    Coffelake 8th:AppleIntelCFLGraphicsFramebuffer.kext
    1. Kext: com.apple.driver.AppleIntelCFLGraphicsFramebuffer.kext
    2. Find: 764648FF 052B3B09
    3. Repl: EB4648FF 052B3B09
    4. Comment: Disable minStolenSize less or equal fStolenMemorySize assertion, 10.14.5  (based on Austere.J patch by Len)
    复制代码