Not reading DDC HDMI Input source code correctly #4151
taprobane99
started this conversation in
General
Replies: 2 comments
-
Hi there - 17 is 0x11 (one is decimal, the other is hexadecimal representation), so the values match nicely. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My monitor has the following hardware inputs:
USB-C 1
USB-C 2
HDMI
In Linux ddcutil reports the following codes:
0f Displayport 1 (real = USB-C 1)
10 Displayport 2 (real = USB-C 2)
11 HDMI 1 (real = HDMI)
Switching works as expected.
BetterDisplay reads the following codes as active when I change input in the monitor menu:
15 Displayport 1
16 Displayport 2
17 HDMI 1
But when I try to switch to HDMI via Betterdisplay (i.e. sending code 17) I get no signal.
Why does Betterdisplay think HDMI is 17 when ddcutil thinks HDMI is 11?
Is it safe to tell Betterdisplay to send 11 to my monitor for HDMI?
Beta Was this translation helpful? Give feedback.
All reactions