Hello all, I’m looking for a switch/kvm for my home setup. ive been through a few tries and none of them have worked for one reason or another.

I have two machines,

A windows 11 work laptop

  • USB-C out, both USB and display port.
  • HDMI out
  • USB 2.0 out

A Ubuntu based personal server

  • Displayport out
  • USB-C out (no Displayport)

For displays, I have a single double wide 4k monitor

Additionally I have a USB-C hub all my peripherals are connected to.

14 points
*

Anything that can do better than 1080p is insanely expensive or cheap and flakey. I gave up looking and just got a new monitor with a KVM built in.

Most have one USB-C with 65w+ PD which includes the keyboard and mouse and then add 1-3 more slots that have HDMI and/or DisplatPort + USB-A for the keyboard and mouse.

Keen to know what you’ve tried. Or if anyone has found something good that isn’t silly expensive or cheap and dodgy.

permalink
report
reply
3 points

Yeah that’s what ive been seeing as well, but honestly its hard to look up products and be sure they are real in the AI age (ironic, right?)

Currently I’m using my company supplied Dell WD19TB which I cannot recommend as it needed service already and doesn’t support Displayport in from my server. Before that I was using the built in one on my monitor, which so far is my best option but I was looking for a discreet box due to the monitor arm cabling.

permalink
report
parent
reply
2 points
*

The HP G5 thunderbolt docks are (currently, at least) pretty stable IMO, provided the firmware is up to date on it.

NOT the hp g4 thunderbolt dock, that one the team I’m on is at a level 3 support ticket with HP for monitor issues that render my laptop basically unusable.

permalink
report
parent
reply
4 points

One of them is a laptop, why ssh to the server isn’t an option? Set up tmux on the server so it always connects to the same session, so you can just continue where you left last time. If you need desktop support, rdp in gnome works really well.

E.g if you connect with this command, and tmux is installed on the server, it will start a new session named “main”. If a session with that name exists it will connect to that:

ssh -t pi@192.168.1.2 tmux new-session -A -s main

Add something to .bashrc on the server to always do the same if you work on that phisically:

if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
tmux new-session
fi
permalink
report
reply
3 points

I do plan to primarily ssh into my box but I’d still like plain old physical access, particularly while I get things like tailscale, DNS, and a reverse proxy setup.

Id also like to make sure my work PC and home PC are completely segregated for legal reasons, but I plan to to ssh into it from a different laptop anyway.

permalink
report
parent
reply
2 points

Use WSL on the laptop for ssh, that’s actually a VM. VM separation should work correctly, or we have a much bigger problem. Just reset WSL, everything should be wiped related to the ssh sessions. Work IT would maybe allow that.

permalink
report
parent
reply
1 point
*

Note that some issue devices have VT-x disabled and the bios locked down by Corp IT for one reason or another, so a VM may not actually be possible from the work issue device here.

permalink
report
parent
reply
5 points

I picked up one of these ugreen displayport KVMs a couple months ago and so far have been happy with it:

https://www.amazon.com/UGREEN-Displayport-Support-Monitor-Keyboard/dp/B0CFFFHFJT

The only issue I have had is that if I’m switched to computer B and computer A goes to sleep, I cannot wake it up through the switch. This was not a deal breaker for me because I have easy access to the power button of both computers. I wonder if this issue may be resolved by powering the switch with a USB-C power plug, since it otherwise requires USB power from both computer connections.

permalink
report
reply
1 point

Awesome :) does the input support display port over usb-c or will i need an hdmi to displayport adapter for the windows laptop?

permalink
report
parent
reply
2 points

I’m using this as well and came in to recommend it. One machine is thunderbolt to DP. One is DP to DP. Both Windows machines and both work well. I used this cable https://a.co/d/diTREUK however I’d look for a higher DP/thunderbolt revision now.

permalink
report
parent
reply
1 point

I don’t believe that the USB-C ports can take video input, so you would most likely need to use either and HDMI to DP or USB-C to DP adapter.

permalink
report
parent
reply
4 points

Make sure that, whatever switch you want to get, the switch supports simulating output (edit simulation/storing) and USB devices. Otherwise every switching action would cause disconnect and connect actions on the hosts.

permalink
report
reply
2 points

I have a similar setup and in the end just went for a cheap chinese („ESKEVE“) 4x HDMI 2.0 KVM switch that supports 4K60. No problems except HDR does not work properly, which is not useful on my monitor anyway. Laptops are on USB-C docks with HDMI 2.0 out, PC uses a passive DP to HDMI cable.

permalink
report
reply

Selfhosted

!selfhosted@lemmy.world

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Community stats

  • 4.8K

    Monthly active users

  • 3.5K

    Posts

  • 79K

    Comments