• @AMDIsOurLord@lemmy.ml
      link
      fedilink
      182 years ago

      Ooooh how dare you? Dontyaknow Birdie from Phoronix is struggling to run a window manager from 1983 on a ATi Rage II with Wayland???!?!??

      • Aniki 🌱🌿
        link
        fedilink
        -72 years ago

        It’s here on Lemmy, too.

        I was down to like -50 on a thread about an X11 vulnerability and all I wrote was, “Imagine still running X.”

        • Atemu
          link
          fedilink
          302 years ago

          I’d downvote that comment too. It adds nothing to the discussion and is deliberately confrontative and superficial.

        • dditty
          link
          fedilink
          22 years ago

          I really think some of the Linux crowd on Lemmy are way too sensitive and liberal with downvoting. That’s a perfectly fine comment to make. I imagine a friend saying that to me in real life and obviously it’s just an inoffensive joke/jab that shouldn’t be taken at face value.

    • So, as it’s been stated, Wayland is still not universally better than X. There are still bugs in places. Gaming is still an issue. Kwin’s implementation still isn’t complete enough to be reliably introduced as the default.

      This is after years and years of work. Yes, making an entirely new display protocol is hard. However Wayland was introduced as the “eventual X replacement” when I was in high school. I’m 30 now. I’ve heard some variation of “Wayland is almost ready” since my senior year of college.

      At some point it becomes exhausting. At this point when someone says something along the lines of “in a year or two, Wayland will reach a point where X.org will be a thing of the past” my immediate reaction is to call bullshit.

    • @Kramt@lemmy.world
      link
      fedilink
      72 years ago

      My only issue with it currently is global hot keys. Push-to-talk on discord only seem to work when a xwayland window is in focus.

        • Atemu
          link
          fedilink
          62 years ago

          In the meantime (how many years did it take Discord to update their electron to a not-quite-as-ancient version the last time?), one thing I’d like to see here would be the option to allow listening to global keypresses for certain apps. Yes, that makes security slightly worse I guess but I’d rather have all the other benefits of Wayland working for me while this one isn’t working yet.

      • @pixelscript@lemmy.ml
        link
        fedilink
        English
        52 years ago

        My sticking point with Discord in particular is that, at the moment, it’s allergic to file drag and drop under Wayland. If I want to drag and drop a file attachment, I have to open the file explorer dialog and drag onto that.

        This is more of a Discord being sluggish to update problem than a Wayland being unstable problem, but it’s still extremely irritating.

    • @Petter1@lemm.ee
      link
      fedilink
      52 years ago

      What Remote Desktop tool works for you in Wayland? Found none Working well on Wayland (Maybe I did something wrong when I tried VNC and RDP)

      • Aniki 🌱🌿
        link
        fedilink
        32 years ago

        The only time I RDP is to my Windows machine for gaming and I’ve had great success with Remmina

        • @Petter1@lemm.ee
          link
          fedilink
          32 years ago

          Oh, yea, was thinking the other way around: I want my GNOME session streamed to an iPad, that I can use on the couch. (OpenSuse tumbleweed)

          • Aniki 🌱🌿
            link
            fedilink
            02 years ago

            Yeah, can’t help you there. I use Firefox tab sync to send browser sessions to other machines so I don’t feel the need to RDP into anything to keep a train of thought going.

            • @Petter1@lemm.ee
              link
              fedilink
              22 years ago

              I see, of course for browsing the web, I would still use a local browser on the iPad. I would use the remotes session for learning different linux/coding things, where SSH is not enough, while I’m not gone in the bureau for several hours but sharing the evening with the family.

      • @w2tpmf@lemmy.world
        link
        fedilink
        22 years ago

        This has been my first struggle with Wayland. Used to be able to enable remote desktop with a single check box in most distros, then VNC into it from a Windows PC no problem. It’s a real hassle now and glitchy at best once it’s up and going. I gave up and have been using Anydesk to remote access a machine, and even that wasn’t simple to get going.

    • Captain Aggravated
      link
      fedilink
      42 years ago

      I was perfectly confident that the Mint team would get around to Wayland support, when it was good and ready. By the time they get it implemented and set as the default, it’ll work great.

  • @M137@lemm.ee
    link
    fedilink
    72 years ago

    I often reread stuff while imagining I’m someone with no knowledge of the topic, the title of this post is a good example of how hilarious things become.

  • NX2
    link
    fedilink
    72 years ago

    This is important when windows inevitably dies (subscription-based Windows 12?!) and linux mint gets flooded. Better have the “new” thing from the start

  • @CodingCarpenter@lemm.ee
    link
    fedilink
    72 years ago

    Can someone explain to me what Wayland is? I don’t fully understand I read wikis on it but I’m still new to a lot of this

    • @gornius@lemmy.world
      link
      fedilink
      72 years ago

      The way for your desktop to communicate with the hardware.

      It used to be X11 - A server-client architecture, which meant your desktop was effectively just a client that told the server what to do. The server was the one doing the drawing

      Wayland is just a protocol, defining how programs and desktop should communicate with each other - without a middleman that was X11 server. The desktop does the actual drawing here.

    • @FrankTheHealer@lemmy.world
      link
      fedilink
      62 years ago

      Software that displays programs on screen. X11 goes way back and is inefficient. Wayland is the new standard but is seeing regular improvement and updates. I know Fedora have already moved to Wayland. I think Ubuntu have now too. Mint going this direction is good news.

      TLDR, software that displays apps on screen. X11 is old and awkward. Wayland is new and better but has been slowly becoming standard.

  • dblsaiko
    link
    fedilink
    52 years ago

    Anyone know where the sources for this are? I can’t find many references to Wayland in the main Cinnamon repo, at least using GitHub’s search.

    I wanted to check if they use wlroots for this or are writing yet another compositor from scratch.