this post was submitted on 12 Mar 2024
72 points (100.0% liked)

Battlestations

1106 readers
1 users here now

Welcome to /c/Battlestations

A community for sharing your computer, gaming or work setups as well as discussion about anything related to such setups.

Lemmy World Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] evergreen 1 points 6 months ago* (last edited 6 months ago) (2 children)

That seems like a much better solution. How is Barrier different from using vnc or some other remote desktop sharing service?

Or I guess I should ask what is the key difference that would prompt you to use one over the other?

[–] [email protected] 2 points 6 months ago (1 children)

Barrier is much faster due to it's only sending mouse and keyboard information also easier to setup and seamless

[–] evergreen 1 points 6 months ago
[–] MotoAsh 1 points 6 months ago* (last edited 6 months ago) (1 children)

Mostly the use cases. Barrier or other KVM-like solutions are great if you don't literally 'need' only an extra monitor attached to a single PC. The biggest workflow issues I see with vietual KVM's are just what I mentioned (maybe in an edit): one app on both monitors is a no-go, drag and drop files is annoying, but otherwise it's nice to be able to fully utilize the remote system.

It's different from VNC/RDP/etc in that it doesn't actually feed video anywhere. The remote system still has to be connected to an actual display, like a laptop's own display. So they're all kind of tackling the problem in different ways.

VNC/RDP/etc: allow full remote access to a computer that doesn't need a monitor attached at all. Barrier/software input: Only let you wiggle the mouse and hit keys remotely. (but it does work for the login screen on Windows and Linux if it runs at startup) Software monitor: Removes the ability to drive the remote computer and turns it in to a very power hungry monitor, but it's a direct display.

The remote desktop ones also 'can' integrate well with the window manager which allows them to know what parts of the screen are updating, and send only updated regions. They tend to be quite a lot less overhead than a constant video stream. Though with hardware acceleration these days, a constant video stream is less of an ask than it used to be.

[–] evergreen 1 points 6 months ago

Ok that makes sense if I'm understanding correctly. Barrier is just sending control inputs to a headed machine, which are displayed on that machine's head only. VNC/RDP is sending display info from a possibly headless machine to the controlling machine's head, in addition to receiving control inputs.