This is great, but why use raspberry pi? Seems like the same functionality would be easier and more robust using an embedded-type system like Arduino. Teensy boards in particular can act as USB hosts.
DeskHop – Fast Desktop Switching
111–120 of 285 posts
Re: DeskHop – Fast Desktop Switching
#112Re: DeskHop – Fast Desktop Switching
#113Re: DeskHop – Fast Desktop Switching
#114Earlier quoted context omitted.
Some dell monitors also allow switching video input via keyboard + mouse using the Dell Display Manager utility. You can set custom hotkeys for each input. I have a dell monitor as my daily driver and its my central monitor in a multi display setup simply because of the display input switching capability. Beats having to buy a expensive DisplayPort KVM.
That's pretty interesting, how long does the switch take?
Re: DeskHop – Fast Desktop Switching
#115Re: DeskHop – Fast Desktop Switching
#116Earlier quoted context omitted.
I have a saying “nothing sucks like synergy but they all do”. Not a single one of these technologies is reliable. But synergy is the one that has multiple times made even the connected keyboard stop working to the point where the machine needs to be power cycled to become responsive.
Thing is, I used the old OSS Synergy some 15-20 years ago, across Linux, Windows and I believe OSX as well (although I am not 100% certain about the latter). It worked absolutely flawlessly for several years while I used it and I loved it dearly. Fast forward (I had no need for a software kvm until last year) and I use Barrier now and it barely works. Autostart on Windows doesn't work at all, the installer failed to…
Re: DeskHop – Fast Desktop Switching
#117I use a cheap 4-way USB port 2.0 sharing switch (for printers) that can be found on eBay for $10. I even used two chained together with another 2-way switch when I had 12 computers around me. You just press a single button corresponding to a single computer and all your keyboard/mouse events are going there.
Re: DeskHop – Fast Desktop Switching
#118I have a similar project inspired by another similar project ( https://github.com/jfedor2/screen-hopper ). My own version of this consists of two programs. One program runs on a Linux desktop and listens to input events from the Linux input subsystem (evdev). When you press a specific key, it will start consuming all events and sending them over USB serial to a RPI Pico. Pressing the key again will toggle back into p…
Re: DeskHop – Fast Desktop Switching
#119I have a similar project inspired by another similar project ( https://github.com/jfedor2/screen-hopper ). My own version of this consists of two programs. One program runs on a Linux desktop and listens to input events from the Linux input subsystem (evdev). When you press a specific key, it will start consuming all events and sending them over USB serial to a RPI Pico. Pressing the key again will toggle back into p…