• ZC3rr0r@piefed.ca
    link
    fedilink
    English
    arrow-up
    48
    ·
    4 days ago

    Finally! I really wanted to like Mint, but on multi-monitor setups with different scaling per monitor X11 was really struggling and eating up like 30-40% of my CPU.

    • northendtrooper@lemmy.ca
      link
      fedilink
      arrow-up
      16
      arrow-down
      1
      ·
      3 days ago

      Oh I didn’t know Wayland supported multi monitor. This makes me happy to see Mint finally getting it.

    • ilinamorato@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 days ago

      Yeah, I had to switch to Fedora because my three monitors with two different scaling factors and three different aspect ratios never played nice with Mint. I recognize that this was a bit excessive, but I’m still glad this is going to be fixed.

      • ZC3rr0r@piefed.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        I have a very similar setup, and ended up on Fedora as well. I’ll give Mint another go soon though, I still really like the simplicity of Debian’s package management and the design decisions by the Mint team.

    • Mereo@piefed.ca
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      3 days ago

      And it doesn’t support different refresh rates. The refresh rates needs to be the minimum that the monitor supports.

    • YaBoyMax@programming.dev
      link
      fedilink
      English
      arrow-up
      51
      ·
      3 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
        8
        ·
        3 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.

        • ohshit604@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          3 days ago

          Software rendering is slower than hardware rendering, this is certainly not a Linux exclusive.

          You’re essentially telling it “Hey! I have no graphical processor or that my graphical processor is so underpowered that I need my CPU to do the rendering at an attempt to speed things up.”

          Suggest you sort out your GPU and or GPU drivers because you should not be using software rendering.

          • Holla@feddit.org
            link
            fedilink
            arrow-up
            3
            ·
            3 days ago

            I think in this specific context software rendering actually means that SteamVR is having to coordinate with the window manger or whatever to draw the game to the headset’s screens rather than rendering directly to them

      • ElectroLisa@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        SteamVR as of today cannot do desktop capturing on Wayland, as opposed to X11

        SteamVR on Wayland environments requires a support for DRM leasing, which to my knowledge is supported by Plasma only (my knowledge here may be out of date though)

        • Dettweiler@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          3
          ·
          3 days ago

          First time I fired up my Index on Linux, I was on a fresh install of Zorin. The SteamVR app said it required a Plasma Wayland desktop session. Thankfully, it linked to a guide an moments later I understood a little bit more about the ease of Linux customization.

          Since Mint tends to advertise itself as being gaming friendly, or at least people say it is, it would be nice to see them add that desktop to Mint.

    • megopie@beehaw.org
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      3 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.

      • LincolnsDogFido@lemmy.zip
        link
        fedilink
        arrow-up
        1
        ·
        3 days ago

        I was shocked to learn a couple days ago when I installed Mint on my wife’s Surface laptop that the UI scaling only had 2 options for scaling in the basic settings. 100% and 200%. I had to click advanced settings, enable fractional scaling or something similar, go back and then I had options for 50, 75, 125, 150, etc. i don’t remember if I saw a box for custom values though.

  • friend_of_satan@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    arrow-down
    1
    ·
    3 days ago

    I recently loaded T2-Linux Mint Cinnamon onto a 2017 Macbook Pro and honestly it’s a really rad distro. I’d never used it before, but now I think I may give it to my dad to replace is shitty windows install that always gives him grief.

  • Lvxferre [he/him]@mander.xyz
    link
    fedilink
    arrow-up
    10
    ·
    3 days ago

    At those times I’m fucking glad I overengineered my autoclicker script. This means, once Wayland hits me, switching from xdotool to ydotool won’t cause me too much pain. (Most of the script stays as it is, only base functions like “Click” get remade. And yes, I’m lazy.)

    • The_Decryptor@aussie.zone
      link
      fedilink
      English
      arrow-up
      9
      ·
      3 days ago

      I’d call that plain engineering; you’ve separated out the independent logic from the point where it actually touches the system. That’s how stuff should be built and operate.

      • Lvxferre [he/him]@mander.xyz
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        2 days ago
        1. With mkvtoolnix-gui. I’m often editing anime episodes; adding/removing subtitles, removing non-native audio, removing those “ENCODED BY JOHN SMITH”, etc. Often the checkboxes I need to click are predictably placed, so I use an autoclicker to do it once instead of clicking multiple checkboxes 12~24 times in a row.
        1. Cheating on a shitty online gacha game I’ll never pour any money into.
    • megopie@beehaw.org
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 days ago

      Ah, I hadn’t even considered that Xdotool would be… well for X11. Thanks mentioning this, so I’ll know what the problem is next time I try to use my auto clicker script and it doesn’t work.

      • Lvxferre [he/him]@mander.xyz
        link
        fedilink
        arrow-up
        5
        ·
        3 days ago

        Yup.

        On a lighter side, apparently ydotool has a smarter design; instead of sending events to the X server like xdotool does, it emulates an input device. This means you can start using it before migrating to Wayland, and in case the Linux community eventually deprecates Wayland for something else, it should still work.

        Now I just need a Wayland equivalent to grabc. A lot of my autoclicker scripts relies on it for dynamic behaviour, like “keep clicking $pixel1 until $pixel2 changes colour”.

  • Valmond@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    3
    ·
    3 days ago

    Can someone please explain what a lambda user like myself will experience, or might experience?

    I’m on Mint Cinnamon, I have no clue about windows managers etc.

    • emergencyfood@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      2 days ago

      Ideally, nothing should change for you. The Linux Mint team tends to be conservative and responsible in their software choices. If they think Wayland is ready for public use, it probably is.

      But if something breaks, you can always go back to X.

    • ikidd@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 days ago

      If you use anything that depends on screen sharing or windows being able to talk to each other like a password manager that’s non-compliant, you might need to upgrade or change those applications. Otherwise, it should work better than X11, and be more secure.

  • Cardboardboxo@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 days ago

    Does this mean I can use HDR for games now? Its been the one thing from Windows I miss. I know there are ways to make it work or other distros but I don’t want to deal with all that.