• YaBoyMax@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      16 days ago

      Better security, better fractional scaling, and proper support for mixed refresh rates and VRR, to name some of the bigger reasons.

      • binarytobis@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        16 days ago

        I started up Steam VR with my Vive a week ago, for the first time since installing Mint. Spent forever trying to get it to work. Eventually got it to connect sometimes when I start Mint in “software rendering” mode. I’m not linux literate enough to know what that means, but man do I see some fun new ways the OS breaks. Usually right after I turn off my headset, so it’s OK.

    • megopie@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      16 days ago

      X11 and Wayland are the bits that handle windows, mouse inputs and stuff around graphical user interfaces. They’re what makes GUIs work.

      X has been around since the 80s and is throughly decrepit and just does not support a lot of modern functionality. If you’ve had some issue with your windows and display being janky or monitors not working properly, it’s probably due to X11. It works for the most part, but there are just a lot of situations where it creates issues.

      Wayland fixes a lot off issues because it is built to handle modern situations better. If you want to see an easy example, if you’re on mint with X11, go to settings and set your UI scaling to some uneven value like 136%, you’ll probably see some weird buggy stuff happen. That’s the kind of thing Wayland fixes.