-
Notifications
You must be signed in to change notification settings - Fork 165
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
Support for KVM - probably reconnecting issue #517
Comments
Thank you for reporting. |
Is it possible to provide operation.log within a few days? If not, this issue will be closed. |
This is operation log from one of the PC's. Second does not want to generate log. It claims "wait for more log to be registered". |
Desktop PC is sometimes able to recover (Nvidia graphics P2200). On a Dell Laptop (integrated Intel card) I did not see this behaviour. I need to restart app nearly each time I switch computers with KVM. p.s. (this is my private Github account) |
Ok. Got log from Dell laptop. |
Thank you for the logs. |
As a workround, you can use |
I am using 3 PC's with KVM (monitor, mouse and keyboard are switched between 3 connected PCs). On two of them I use Monitorian. Unfortunately when switched to different PC with Monitorian instance running and back to previous one it does not work. Restarting app does the trick. I did not checked sources yet but it is probably a matter of checking if connection is alive. For example if brightness is changed but "connection" is broken (other instance was initialized later) than changing brightness does not change its value. It is read correctly but changes are not applied - read value is unchanged. This could be used to detect the strange state. There might be easier more direct ways to check this.
The text was updated successfully, but these errors were encountered: