-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displayport issue #5
Comments
so it worked before and it's not working anymore? |
Yes, it worked this morning in fact. I've tested with multiple monitors and
cables.
…On Wed, 30 Jan 2019, 10:19 Jerome Loisel ***@***.*** wrote:
so it worked before and it's not working anymore?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK4hF0y16_rcOohgmU9gnGho_knyXLmOks5vIXG3gaJpZM4aZ17b>
.
|
I really appreciate any help on this! Your repo has been extremely useful for me :) |
You should try to ask for help on hackintosh forums. I can't really help: if it worked before you obviously broke something which causes the issue now. |
I have investigated this further and discovered that actually nothing had
changed. It works with a mini display port to VGA adapter, however the
problem is present when using a mini display port to DVI or HDMI adapter.
In both of the latter cases, the laptop screen turns black and won't return
until the machine is restarted.
…On Wed, 30 Jan 2019, 12:20 Jerome Loisel ***@***.*** wrote:
Closed #5 <#5>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AK4hF4jf5TfBHTRwC85EYNNy1DnoW2Faks5vIY4QgaJpZM4aZ17b>
.
|
Not sure what can be done, maybe it requires further ACPI patching or a fix in WhatEvergreen kext. Ask on InsanelyMac, they may have solutions to this problem. If any solution is found, i'll integrate it here. |
Thanks, I will look into it
…On Wed, 30 Jan 2019, 19:33 Jerome Loisel ***@***.*** wrote:
Not sure what can be done, maybe it requires further ACPI patching or a
fix in WhatEvergreen kext. Ask on InsanelyMac, they may have solutions to
this problem. If any solution is found, i'll integrate it here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AK4hF0Rw0KDddb-Om096eC2pVO2nQo6cks5vIfOSgaJpZM4aZ17b>
.
|
I have a fix here: KextsToPatch: AppleIntelFramebufferAzul - 01050900 00040000 87000000 - 01051200 00080000 87000000 |
Where did you got it? From my understanding KextsToPatch is no longer viable in Mojave (at least for Skylake cpus and above). Most recommend using WhatEvergreen + Lilu (that's the case here). |
I was recommended to me on tonymac86 in the t440p thread. Given the t440p runs Haswell, Skylake compatibility shouldn't be an issue. I've tested it and it works flawlessly. Also, there were other entries in KextsToPatch already, so your current config is using it. |
Can you provide the entries from your config.plist directly? It would save me some time to update the repo. |
I also have problem with mini display port, on Mojave Thinkpad t440p. I did not display anything, and the OS freeze immediately and sometime got very lag . Can you help me to fix this problem ? Should I run patch code like above. or,... doing something to fix this....? |
<dict>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AQUJAAAEAACHAAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AQUSAAAIAACHAAAA
</data>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AgQJAAAEAACHAAAA
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>AppleIntelFramebufferAzul</string>
<key>Replace</key>
<data>
AgQSkAAAgAAIcAAA
</data>
</dict> Add inside KeysToPatch in config.plist |
Okay thanks! |
I had this running perfectly for a couple of days on my T440p. Tried to connect an external monitor via the mini-DP port and the laptop screen goes blank, no signal on external monitor, and signal on the laptop screen does not return even after the cable is disconnected. For the last two days, external DP monitors have been working fine.
The text was updated successfully, but these errors were encountered: