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

Failed to get current input for display (Support for DVI monitors) #25

Closed
erick-thompson opened this issue Sep 14, 2020 · 3 comments
Closed

Comments

@erick-thompson
Copy link

I'm trying to get this working with a Dell T2414H monitor hooked up by way of DP and DVI. I attempted to add DVI as a supported enum values, plus the raw value for DVI (0x03). In both cases, I get the following error.

19:25:10 [INFO] Display 'Generic PnP Monitor' #0 is currently set to 0x3
19:25:11 [INFO] Display 'Generic PnP Monitor' #1 is currently set to 0x3
19:25:11 [ERROR] Failed to get current input for display 'GP104-A/2147881091:Hdmi' #2: Ddc(InvalidChecksum)
19:25:11 [ERROR] Failed to get current input for display 'GP104-A/2147881092:Lvds' #3: Ddc(InvalidChecksum)

I'm not sure if this is an issue in display-switch or elsewhere.

Note - I can use other DDC based programs, so I don't think it's a hardware/supportability issue.

@haimgel
Copy link
Owner

haimgel commented Sep 14, 2020

@erick-thompson failure to get current input seems to be a display-switch issue. However: does it actually switch inputs, or do you get errors / failure to switch when it tries to switch as well?

@erick-thompson
Copy link
Author

It does not switch inputs. I can't get any other logs/error in either debug or release build, so I suspect this error is fatal. Anything I can do to help debug?

@haimgel
Copy link
Owner

haimgel commented Sep 22, 2020

I've updated the current master with the improvements in DDC handling code on MacOS. I'd appreciate a test whether there are any changes: does the app read the current inputs now? Can it change them?

@haimgel haimgel closed this as completed Sep 27, 2020
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