Just wanted to share for the 10 people like me who has with an Nvidia + dual screen setup on ArchLinux (btw) with KDE Plasma desktop that since the new plasma 6 update I can finally use the Wayland session option!

The wayland should work has been around for the last 5 years and 5 years ago it was not even close, then 1 or 2 years ago it started not crashing but multi-screen was not OK (I tried all the kernel and driver parameters).

Now for me and my 5+ years-old setup (probably a lot of legacy plasma settings in my .config) it was finally seamless.

From previous tries I already knew that the desktop feels WAY smoother (true 60 fps everywhere, specially for the video players in web browser).

Feels great so far, discord screen-sharing is not there but can be done from Firefox if needed so OK for me.

I hope this post will be informative for some like me who tried several time over the years and didn’t had much hope.

PS : the cursor has a weirdly strong outline (too shiny to my taste) feels like unintended but not a big problem. I spent 30 mins in the options but couldn’t find anything about that.

  • edinbruh@feddit.it
    link
    fedilink
    arrow-up
    11
    ·
    4 months ago

    In the coming months, an important protocol will be merged to Wayland and xorg, and the next Nvidia driver release will have support for that protocol. This will make the Nvidia Wayland experience 100x better

      • orangeboats@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        4 months ago

        It’s the explicit sync protocol.

        The TL;DR is basically: everyone else has supported implicit sync for ages, but Nvidia doesn’t. So now everyone is designing an explicit sync Wayland protocol to accommodate for this issue.

      • SmoochyPit@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 months ago

        I’m not a hardware dev, but I’ve been following this issue for several months. Nvidia on Wayland does not implement implicit GPU synchronization currently for Xwayland. Other vendors do.

        This issue is related to how/when the framebuffer from the gpu is handed off to be displayed. Implicit sync isn’t a great solution, it’s just what’s been done for Linux in the past.

        Here’s a bit more detail if you’re interested:


        I believe this issue is more specific to Wayland because Wayland relies on the DRM, direct rendering manager, to facilitate communication between the graphics driver and Wayland clients (applications). Whereas Xorg kinda just covered everything along the pipeline.

        Implicit sync sounds like a bit of hack, where software (I assume the client? Or maybe the drm driver?) implicitly checks for the frame to be finished, rather than being signaled when the frame is ready.

        So instead, Nvidia has been arguing for, designing and developing an explicit sync Wayland Protocol (and one for Xorg), which will let the graphics driver explicitly signal when a frame is finished and ready to be displayed. This is how the graphics stack works on Windows.


        Right now on Nvidia, Xwayland clients will show previous frames, incomplete/corrupted frames or will fail to update when a new frame is rendered. Here’s the XWayland Merge Request. The issue is much worse on drivers > 535.xx after some optimizations worsened the issue. For now, rolling back can help!

        There will be benefits in general with explicit sync, but the major ones will be Xwayland functioning properly for Nvidia users, VRR and apps with inconsistent framerates.

        • Zenzio@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          4 months ago

          And apparently the plan is to have explicit sync ready for the next major driver version (v555).
          From the discussions on Github and Gitlab it seems the work for that to happen is done. The changes in the necessary packages (Xwayland, Mesa?) just need to be merged and the the Nvidia driver 555 needs to be released. It hasn’t been that long since the previous release 550. So I guess it is going to take a bit of waiting still.

    • Matty_r@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      I’d like to know what this is as well? I was hoping Plasma 6 was going to solve my Nvidia + Wayland issues for me, but it didn’t seem to make any difference.

            • PseudoSpock@lemmy.dbzer0.com
              link
              fedilink
              arrow-up
              0
              ·
              4 months ago

              Wayland could have been written to support NVidia, just as X11 does. They chose not to because they hate the driver being proprietary. Wayland had the option to be and do a lot of things that the devs refused.

              • edinbruh@feddit.it
                link
                fedilink
                arrow-up
                1
                ·
                edit-2
                3 months ago

                False, xorg isn’t written with support for Nvidia, when xwayland windows flickers on Nvidia it’s an effect of xorg not working Nvidia.

                The Nvidia driver is a closed source implementation of the xorg server written by Nvidia for Nvidia GPUs. Xorg was invented at a time when drivers were done like that.

                Now xorg uses glamor (except on Nvidia) which is a driver that implements the server over opengl, so you don’t need to implement the whole thing for every GPU. Except glamor doesn’t work on Nvidia because Nvidia doesn’t implement implicit sync, which is required by Linux, and that is what you see in xwayland (which uses glamor as well).

                Wayland doesn’t require writing a whole server, but it requires implementing GBM and implicit sync (as does everything on Linux, unless you are using Nvidia’s proprietary corgi server). Nvidia refused GBM until a few years ago, and still refuses to implement implicit sync. Which is why explicit sync will solve most issues.

  • GolfNovemberUniform@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    4 months ago

    I tried Plasma 6 + Wayland on Arch btw earlier today, ran into the first issues in like 3 minutes after installation and switched back to Xorg for good. Wayland never worked for me. Yes it’s much more smooth and has nice features but it just never works that well on my machines. Btw for all the Wayland bodyguards, it was on Intel integrated graphics, not on NVidia or anything like that

    • Kajika@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Damned, this is so frustrating when you cannot switch yet. Not like Wayland is perfect anyway but I felt the same with pipewire where the new system as some needed improvement but the switch is harsh.

  • LiiTheBaddie@beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    4 months ago

    I got to try out wayland with an nvidia card(cause it get set as the default with the KDE 6 update) and it was just horrible buggy feeling mess. Steam and websites would have parts of the page just blink out of existence, games would stutter. plus other random stuff going wrong.

    • fernandocarletti@lemmy.eco.br
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      I tried it with gnome recently and had the same behavior on steam and my browser, ended up rolling back to x11. I can tell I had less issues than the last time I tried it a year ago though :)

  • datavoid@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    My experience with this setup is generally:

    • login to a black screen
    • try to switch windows or desktops, then something appears with glitchy green animations
    • get annoyed
    • go back to x

    I’m sure I missed something stupid like installing drivers properly, but I’ve been too busy / lazy to fix it.