• evergreen@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 months ago

    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?

    • ColdWaterOP
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

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

    • MotoAsh@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 months ago

      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@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 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.