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

Only one external display using dock #119

Open
Mattadur opened this issue Aug 22, 2022 · 2 comments
Open

Only one external display using dock #119

Mattadur opened this issue Aug 22, 2022 · 2 comments

Comments

@Mattadur
Copy link

Mattadur commented Aug 22, 2022

I'm using the dock (thinkpad pro 40a1) with a dvi -> hdmi and dp-> hdmi on two external 1920x1080 monitors (both are the same monitors, VG245 ASUS). One is displayed as an external while the other one is just black. They both can output but wont work if use simultaneously.

I see that index 1 (0x05) (hackintool, under patch -> connectors) isnt being used, is that the miniDP port? I switched between the DVI and DP on the dock and they only output using index 2 (0x04).

I also tried the vga port and that just ends up mirroring both external displays.

Am I missing something or doing something wrong? How did you manage to get the 2 external displays?

Thanks in advance!

@Mattadur Mattadur changed the title External displays (2) only showing one Only one external display using dock Aug 23, 2022
@Mattadur
Copy link
Author

I noticed that I can get dual external using the miniDP and the DP on the dock.

Is there a way to just use the dock for dual external displays?

@jestercore
Copy link

Try these clean DeviceProperties for HD 5500:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
	<dict>
		<key>AAPL,ig-platform-id</key>
		<data>BgAmFg==</data>
		<key>framebuffer-fbmem</key>
		<data>AACQAA==</data>
		<key>framebuffer-patch-enable</key>
		<data>AQAAAA==</data>
		<key>framebuffer-stolenmem</key>
		<data>AAAwAQ==</data>
	</dict>
</dict>
</plist>

So, it will look like this
image

I discovered it works the same without additional keys. Maybe it will be better for docking.

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

2 participants