-
Notifications
You must be signed in to change notification settings - Fork 112
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
Linux support? #4
Comments
+1 Maybe for some of the popular distros first? |
the following might be helpful for the switching part under linux/ubuntu https://askubuntu.com/questions/860761/ubuntu-command-line-to-change-input-source-on-a-display-monitor |
Linux support should totally be possible, without too much hassle. I'll look into this. |
not really, if you're using c |
Here’s a quick KVM via USB switch proof of concept in bash that uses lsusb and xrandr for detection and monitor switching for a single monitor. Seems to work alright when testing on Fedora 32 boxes. https://gist.github.com/trauner/5ab3d5bb58dcb068e5332720fe7ef739 |
I'm currently trying to unify the codebase into just one language, not two (only Rust for all three platforms), once this is done I'll look into adding a proper Linux support. |
Hey, I've got some preliminary Linux support working: Please see the linked PR #22 for details. I'd appreciate if someone with a real Linux desktop could give it a try. |
as commented on the pull-request, seems to be working fine for me under ubuntu 20.04 :-) thanks for the work |
Yep works also also on KUbuntu 18.04. Thanks again for how much additional features this got! For documentation: it'll output
on my system, because it seems to try also changing the laptop display input.. But this doesn't break anything. |
This is an awesome project! Do you have any plans for Linux support?
The text was updated successfully, but these errors were encountered: