-
Notifications
You must be signed in to change notification settings - Fork 7
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
HDMI through USB-C port #5
Comments
I have rebooted the system and hdmi output sound works. When having the lid closed and booting up the system it will work fine for a few seconds but then it will result in a glitchy green screen. To solved this I have to open the lid, wait for the image to go back on the external monitor, close the lid back again and works perfectly. |
Hello mate, glad to know that the USB-C port is linked to the iGPU, had my doubts but i have yet to purchase a type c > hdmi dongle. it might be possible that we need common iGPU patches for hdmi audio out, such as
Which is said to enable Audio output through the igpu video out, it can be added after this property @SkyrilHD extra Ideas are welcomed ill try and get my hands on an adapter to test out TypeC, it is a great alternative, Thanks for sharing your findings |
No problem I am looking forward to build this project properly, every time I encounter issues I am going to share for sure. |
Since I don't have any hacks with a Type C port, I cannot really comment about that. But I have a few ideas regarding my experience with my Broadwell hack with a physical HDMI port. To determine which connector needs to be patched, one can do so using IORegistryExplorer. Lastly, I want to note that the framebuffer-con1-type should be tested with <00 04 00 00> first, as it is the connector for DisplayPort (which Type C ports are internally). If it still does not work, setting to <00 08 00 00> (like the commit, I linked) might fix it, as it is used for HDMI. The ˙hda-gfx˙ property is not needed, as AppleALC injects it automatically. |
Hello @SkyrilHD , thak you for your suggestions to solve the problem, I have tried editing the config.plist (it's the same that can be found under this topic since IORegistryExplorer doesn't allow me to edit the string (it will let me select but when I try to change the values it goes back to original ones. I have no experience with this program btw). Instead after looking inside AppleIntelFramebuffer@1 the connector-type field is shown as being set to DisplayPort <00 04 00 00> Anyways I have tried solving the problem by using an external usb soundcard (Behringer UFO 202 to be more specific) but seems to be causing problems with the display, going out of sync when changing volume levels (may be a grounding problem, not software related since I had kind of the same issues with windows when multi displaying). Sorry for having been so long about this but I wanted to be really specific, thank you both in advance @SkyrilHD & @ananjaser1211 for your tough collaboration :-) . |
IORegistryExplorer only shows services about the system. You cannot modify anything, hence the editing does not work. That's why we use DeviceProperties patches to inject/modify a property into the OS. When I use an external display, my IODisplayConnectFlags is also set at <00 00 00 00>. Seems like this is normal. BTW, did you try with another display if the issue persists? |
I finally got to test another display and this time I still get a green screen on boot, I have to do the open and close lid procedure to "patch" the issue. This time around used a different keyboard and mouse which seems to have solved the freezing USB issue as well, I am very convinced it was my Logitech g215 keyboard to make it crash. I have still not figured out how to modify arguments with DeviceProperties ( I have never patched anything on macOS, just used @SkyrilHD EFI to boot and run the system). Therefore my question is, would it be possible for @SkyrilHD to patch this issue for me so that I can test it out and give feedback please? I don't want to be asking a lot but if 75hz refresh rate could be possible, could it please be enabled as well. Thank you very much again for all your help : ) . |
Hi there, I have similar HP model 15-cx0026nl with i7-8750h (Coffee Lake H) and UHD 630 running Ventura on OC 0.8.5 (note that my README doesn't look as good as yours yet). I recently discovered that USB-C is also a video output (you can check at HP page that this port is data only X D) and it works with my AORUS FI32U connected via Feel free to ask for IORegistryExplorer screenshots but tell me what to look for 😃 System report > Audio (in Polish):
|
So it works with a C to C cable? But does this disable the internal display? Or can you run both displays at the same time? |
Both displays are enabled as far as I remember. I don't have it anymore, so I can't test it, sorry... |
I have an HP Gaming 15-cx0007nl laptop and currently using your EFI's to boot.
Regarding the HDMI out issue it won't work through the physical hdmi out port but it will work with an usb-c to hdmi converter, so this explains that at least in my case (but I guess in all 15-cx0 platforms) the usb-c is linked to the igpu. Only issue know is trying to get sound working out of the hdmi.
I don't know if I am posting this in the right place (first time ever on github) but I can't thank you enough for sharing this.
The text was updated successfully, but these errors were encountered: