-
Notifications
You must be signed in to change notification settings - Fork 150
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
USB-C source input support? #76
Comments
I guess it's the same issue as mentioned here (issue #67) which seems to indicate it's not supported. Happy to help contribute to get this issue resolved. Will look through the code when I get some time. |
I have been able to change the input source to USB-C on my Dell U3818DW with
When switching back to DP, it returns
|
I've found it definitely takes experimentation and I imagine the issue is likely specific to the monitor's firmware. For example, my specific USB-C monitor reports it supports DP1, DP2, HDMI1, HDMI2 capabilities even though it only has 1xDP, 2xHDMI, 1xUSB-C. Instead, its implementation appears to consider the physical DP as DP2 and USB-C as DP1 when using DDC/CI. |
Same here with an LG 4k 32" monitor connected to a Mac mini via USB-C (2 x HDMI, 1 x display port, 1 x USB C)
|
@lgo that is because USB-C is using DP "behind the scenes" just with different connector. From the viewpoint of the device it is "regular Display Port". |
Hi,
System is a Mac mini 2018 with macOS Mohavi (10.14.6) connected to a Dell U3818DW (M3B106 Firmware) via DisplayPort input (USB-C/TB3 to DP adapter).
I've compiled ddcctl on my Mac mini and am able to successfully switch between DisplayPort and HDMI 1 / 2 inputs with source selection 15, 17, 18 etc. However, I'm unable to switch to the USB-C input on the Dell monitor to which I also have a separate MacBook Pro connected via USB-C as there is no input source type listed in the table.
Here are the Dell U3818DW input types supported:
Dell U3818DW Input / ddcctl source input
USB Type-C / ???
DP / 15
HDMI 1 / 17
HDMI 2 / 18
I've tried pretty much all the input options as well with no luck. Other ddcctl functions like contrast/brightness al seems to work via the DP inputs as well on the U3818DW.
Is USB-C source input type switching not supported?
Thanks.
The text was updated successfully, but these errors were encountered: