Skip to content
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

Closed
ChewyJetpack opened this issue Jan 30, 2019 · 14 comments
Closed

Displayport issue #5

ChewyJetpack opened this issue Jan 30, 2019 · 14 comments

Comments

@ChewyJetpack
Copy link

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.

@jloisel
Copy link
Owner

jloisel commented Jan 30, 2019

so it worked before and it's not working anymore?

@ChewyJetpack
Copy link
Author

ChewyJetpack commented Jan 30, 2019 via email

@ChewyJetpack
Copy link
Author

I really appreciate any help on this! Your repo has been extremely useful for me :)

@jloisel
Copy link
Owner

jloisel commented Jan 30, 2019

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.

@jloisel jloisel closed this as completed Jan 30, 2019
@ChewyJetpack
Copy link
Author

ChewyJetpack commented Jan 30, 2019 via email

@jloisel
Copy link
Owner

jloisel commented Jan 30, 2019

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.

@jloisel jloisel reopened this Jan 30, 2019
@ChewyJetpack
Copy link
Author

ChewyJetpack commented Jan 30, 2019 via email

@ChewyJetpack
Copy link
Author

I have a fix here:

KextsToPatch:

AppleIntelFramebufferAzul - 01050900 00040000 87000000 - 01051200 00080000 87000000
AppleIntelFramebufferAzul - 02040900 00040000 87000000 - 02041290 00008000 08700000

@jloisel
Copy link
Owner

jloisel commented Feb 4, 2019

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).

@ChewyJetpack
Copy link
Author

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.

@jloisel
Copy link
Owner

jloisel commented Feb 5, 2019

Can you provide the entries from your config.plist directly? It would save me some time to update the repo.

@nsshub
Copy link

nsshub commented Feb 12, 2019

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....?

@ChewyJetpack
Copy link
Author

ChewyJetpack commented Feb 14, 2019

<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

@jloisel
Copy link
Owner

jloisel commented Feb 14, 2019

Okay thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants