WAYLAND in 2023: how GOOD (or BAD) is it? Apps, GPUs, desktops, gaming...

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 731

  • @TheLinuxEXP
    @TheLinuxEXP  Рік тому +28

    Head to squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code thelinuxexperiment

    • @deepin2u
      @deepin2u Рік тому

      What os are you using in this Wayland video please? Thanks in advance

  • @JeffGeerling
    @JeffGeerling Рік тому +836

    Considering Raspberry Pi just swapped over to Wayland in Pi OS 12 (Debian Bookworm), I think there will be a large chunk of new users who have no idea they're using Wayland running into some incompatibilities... and hopefully getting them resolved!

    • @TheLinuxEXP
      @TheLinuxEXP  Рік тому +192

      Yeah, the more users there are, the more likely devs will work on fixing these remaining problems!

    • @tonysheerness2427
      @tonysheerness2427 Рік тому +15

      I have a 3.5 inch screen that will not work on bookworm.

    • @ernestuz
      @ernestuz Рік тому +7

      @@tonysheerness2427 Hi, for what I know Wayland talks to the graphic driver et al. in the kernel, I am not doubting you by any means, but can you elaborate why it won't work?

    • @tonysheerness2427
      @tonysheerness2427 Рік тому

      You load the drivers and nothing happens, but works with the previous release. Other people are experiencing the same thing as I googled the problem. @@ernestuz

    • @aeaeaeaeoaeaeaeaeae
      @aeaeaeaeoaeaeaeaeae Рік тому +15

      Had that issue just about a week ago, all of a sudden the option to enable underscan was gone! (Im using a CRT)
      Edit: important thing to note is raspi config makes it easy to switch back to X, really handy!

  • @that_leaflet
    @that_leaflet Рік тому +296

    6:04 Portals also have a few other uses. They allow for software to better integrate onto the system. For example, Firefox used to use the GTK filepicker even on KDE. But with portals, Firefox calls to the file picker portal and it will use the GTK filepicker if you're using a GTK-based environment like Gnome or the QT filepicker if you're using KDE. Portals are also used for sandboxing. An app can have no access to your filesystem, but using portals, they can be temporarily granted access to specific files or folders.

    • @TheLinuxEXP
      @TheLinuxEXP  Рік тому +62

      True!

    • @talkysassis
      @talkysassis Рік тому

      What lib I import to use portals? portals.h?

    • @summerishere2868
      @summerishere2868 Рік тому +25

      that's a great feature, it always annoyed me that some programs would use the gtk picker on kde.

    • @merthyr1831
      @merthyr1831 Рік тому +15

      Portals allow Flathub and other apps to integrate seamlessly with minimal dev effort. I hope they become the standard for Linux app programming!

    • @charliesumorok6765
      @charliesumorok6765 Рік тому

      Another way to do sandboxing is namespaces.

  • @WilburJaywright
    @WilburJaywright Рік тому +85

    “XWayland works fine. You won’t notice it at all. But actually, you will, and on NVidia it completely fails.”

    • @alexhajnal107
      @alexhajnal107 Рік тому +10

      I personally haven't experienced any XWayland bugs but that's due to Wayland not running at all on any of my machines.

    • @Grapevin
      @Grapevin 8 місяців тому +3

      This is the entire video lol, he lists out so many major issues and then he's like "but if that doesn't affect you it's great!" I have no idea why this is shipping default now as if it's even remotely ready

    • @lucass8119
      @lucass8119 8 місяців тому +7

      @@Grapevin Because if it doesn't ship now then it never will. There needs to be users to actually resolve issues. We can't stay on X11 forever.

    • @BaremetalFlesh
      @BaremetalFlesh 8 місяців тому

      F*** you, Nvidia
      -Torvalds

    • @notbdour
      @notbdour 7 місяців тому

      @@lucass8119I semi-agree but they need to make some changes, quick. For example, fractional scaling is basically unusable on it for any apps that were built for X11.

  • @drawerganizer785
    @drawerganizer785 Рік тому +102

    The unmaintainable aspect of X11 is, to me, one of the most damning things about it. I do fpga development for a living. I've very often just straight up deleted chunks of code and rewritten them from scratch because I didn't want to deal with them. And the other engineers are surprisingly not upset when I do that. They'll tell me how much of a pain those functions were to integrate and update, and how they spent months getting it to work after trying to shoehorn a simple feature into it, and were constantly finding bugs with it, and nobody really knows how it works or wants to touch it. And it takes me all of about a week to rewrite it, it's a fraction of the size of the old code, and it works perfectly save for a few minor obvious bugs.
    It's not viable to fix bad code. You'll spend so much time trying to understand how it works, and so much time discovering and fixing random bugs, and fixing those bugs is like playing jenga where your fix is going to make the code even more fragile and might break something else. It's much less effort to take what you've learned and start from scratch.

    • @aziskgarion378
      @aziskgarion378 11 місяців тому

      X11 is what we call legacy system. Having a new display server is way over due.

    • @escapetherace1943
      @escapetherace1943 9 місяців тому

      @@aziskgarion378 the fact xorg is still a thing just shows how incompetent the devs behind Linux really are

    • @lucass8119
      @lucass8119 8 місяців тому +4

      @@escapetherace1943 Lol, Linux is the kernel. X11 is userland. The people who write userland software aren't "linux devs". X11 also runs on BSD and other Unix systems.

    • @escapetherace1943
      @escapetherace1943 8 місяців тому

      @@lucass8119 I'm aware of that genius but you didn't think that because they are separate modules of something they don't have any crossover? The point stands xorg has been bad for so long with nobody caring to use something else. Wayland has been taking almost 2 decades now, it's a joke

  • @Soundwave142
    @Soundwave142 Рік тому +191

    As you said, it is not meant for modern hardware. It's true that X11 is old, too old even but even though it is a system made for computers back in 1987 it actually impressive that it has lasted this long and has not been decommissioned already. But, yes a successor is necessary for modern systems and it is surprising that one has not been developed and implemented already. I hope Wayland support for Nvidia will have a complete arrival soon.

    • @cameronbosch1213
      @cameronbosch1213 Рік тому +17

      Considering the fact that even Linus Torvalds hates working with them and that they ONLY would use EGLStreams when every other open source GPU driver (in Mesa) used GBM until Nvidia eventually gave in and switched to GBM (and KDE Plasma subsequently dropped EGLStreams support once this happened), I'm honestly not surprised why it's taken so long.

    • @lsatenstein
      @lsatenstein Рік тому +20

      My Fedora 38, 39 systems, with Waland, crash and provide the black screen death. I switched to using xorg, and all is well. Today, Wayland is, in my opinion, not reliable. It just doesn't work for me as a well proven xorg replacement. Perhaps it will, by 2025, replace xorg.

    • @thelakeman2538
      @thelakeman2538 Рік тому +5

      The problem is more that no one wants to maintain it, than it being old per se. It being old is a reason for that (since that means there's tons of legacy code that no one wants to touch for the fear of breaking something), the reason why it has lasted this long is because of developers hacking together something that works for a modern system, but the project itself has been on life support with some occasional security/bug fixes for many years at this point.

    • @aladdin8623
      @aladdin8623 Рік тому +15

      Here we go again with nvidia owners failing on wayland and blaming the latter for it. Because hey it is a sacrilege and capital sin to blame nvidia's drivers for their wayland problems. Nvidia can't be the issue right? Fact is even very old amd and intel gpus run very well with wayland. Only nvidia causes issues after issues with their obstinate behavior. And the community can nothing do about it due to closed drivers. Instead of blaming wayland, it would really help if way more nvidia owners got more critical towards nvidia and demanded them to improve their wayland compliance. A linux standard that exists for more than ten years now while nvidia only started to support it about two years ago in a mediocre manner.

    • @cptive
      @cptive Рік тому +8

      ​@@aladdin8623It's not just Nvidia, there are plenty of issues and missing features in Wayland. Developer actively not implementing necessary features for YEARS because his ego refused to admit it was necessary... You're trying to tell me that's the future?

  • @nintendowiids12
    @nintendowiids12 Рік тому +121

    I'm pretty hyped out for Plasma 6 / Qt 6.6, SO many Wayland fixes/features that are sorely needed.

    • @MrQuay03
      @MrQuay03 Рік тому

      Plasma 6 will be buggy for at least 2 years. Can't really looking forward to it anytime soon

    • @catto-from-heaven
      @catto-from-heaven Рік тому +2

      @@MrQuay03 The whole point of plasma 6 is bringing stable wayland support for plasma

    • @MrQuay03
      @MrQuay03 Рік тому +3

      @@catto-from-heaven my freaking NVIDIA sucks with Wayland. I'll buy only AMD

    • @catto-from-heaven
      @catto-from-heaven Рік тому +1

      @@MrQuay03 👍

    • @cameronbosch1213
      @cameronbosch1213 Рік тому

      ​@@MrQuay03Nvidia can go 🖕 themselves. The ONLY reason I use Nvidia on my desktop is because at the time AMD's Radeon 7900 XTX was announced but not out yet.

  • @enzokaradok
    @enzokaradok Рік тому +13

    What impress me the most is that the videos you and other linux chanels do, the great content and information is not just on the minutes of recording, but also in the comment section, where are several different information and discussion that always tends to get a more complete vision on the topic. Very nice and thanks for the videos you do, can't believe this world where me in Brazil, watch videos in English from a guy at France with several people from different continents participate on comments and other things

  • @shizuvoice
    @shizuvoice Рік тому +51

    As someone who tried Wayland with an NVIDIA GPU and live streaming, there are few issues I encountered that makes my display (1080p165Hz) runs at 60fps where my OBS frame rate is set to. This is not an issue with X11 and I fallback to it just to avoid that annoying locked FPS when using OBS and streaming a competitive game.
    But for normal use, this is completely fine.

    • @uzefulvideos3440
      @uzefulvideos3440 Рік тому +3

      I didn't know OBS worked with Wayland now...

    • @ssokolow
      @ssokolow Рік тому +3

      @@uzefulvideos3440 Yeah. I remember hearing mention that it has screen-sharing portal support now, though I can't remember if it's native or via a plugin.

    • @alvallac2171
      @alvallac2171 Рік тому +1

      *makes my display […] run (bare infinitive, because of "makes")

    • @shizuvoice
      @shizuvoice Рік тому

      @@uzefulvideos3440 It works right now thanks to PipeWire which handles both audio and video streams. It does its job capturing video but in some instances it breaks when I try to capture a specific game.

  • @Czarmzy
    @Czarmzy Рік тому +55

    Can't wait for full wayland support in wine.
    I play osu so its very latency sensitive. Sticking to X for now but already ricing a river based wayland setup for when it's ready for me. HDR and better hdpi handling are an icing on the cake. Feels like linux desktop is gonna be a lot better in the next 5 years to what it is now.

    • @m4sterred853
      @m4sterred853 Рік тому

      @drunkrhythmgamingSoonTM

    • @shizuvoice
      @shizuvoice Рік тому

      @drunkrhythmgaming I use osu!lazer, kinda tired of farming pp and I'm enjoying lazer

  • @Sonic6293
    @Sonic6293 Рік тому +96

    I use Wayland with very little issues, but i do use an AMD GPU, and I do wish there was a good application or utility to control resolution and scaling for window managers like Sway.

    • @un_tizio_a_caso2701
      @un_tizio_a_caso2701 Рік тому +1

      You may be looking for wdisplays

    • @flarebear5346
      @flarebear5346 Рік тому +4

      Have you tried wayland-displays? Atleast it provides a gui for monitor related stuff

    • @Sonic6293
      @Sonic6293 Рік тому

      @@flarebear5346 I couldn't find a program called that, but I did find one called wdisplays, which does provide a GUI, but none of the changes stick! I'm going to have to dig into it some more.

    • @ironfist7789
      @ironfist7789 Рік тому +4

      I tested wayland again with wine/world of warcraft and all I can get is a black screen with the "improved" nvidia 545 drivers, whereas x11 works. It seems to have gotten worse. 6 months ago I was able to use it but just with some weird visual issues and flashing.

  • @MikhailT
    @MikhailT Рік тому +25

    System76's upcoming Pop release with Cosmic is going to be wayland-only with xwayland.
    It will be interesting to see what they can do to help with Nvidia situation as they use these GPUs in their hardware.

  • @vram1974
    @vram1974 Рік тому +18

    It's not like I could do better, but it's kinda nutz that Wayland as a replacement for x11 hit 1.0 back in 2012 and we're in 2023 and it's still not fully replaced it. Even more surprising is there isn't 8 different alternatives to Wayland in competition with each other like snaps, flat packs, appimages, etc.

    • @johnwayne-kd1pn
      @johnwayne-kd1pn Рік тому +1

      There were a few actually, but they didn't quite make it.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 Рік тому +2

      Well, there was MIR but that's mostly because Ubuntu/Canonical suffers from a very strong NIH syndrome and can't stand the idea of contributing code/resources to something that they don't control or benefit the most. And by most accounts, MIR was a knee jerk reaction from them not understanding Wayland design goals. Once they realized it was a dead end and that they failed to attract attention from the X11 developers to get it going, they quickly tossed it aside.

    • @vram1974
      @vram1974 Рік тому +1

      @@johnwayne-kd1pn I meant alternatives in active competition with Wayland.

    • @АлексейГриднев-и7р
      @АлексейГриднев-и7р 10 місяців тому +1

      Well, no one wants to invest money in such an alternative given how much it would cost and how little Linux desktop actually matters. If there was any money in Linux desktop, I guarantee you there would already have been a server/protocol/whatever which would actually work and provide compatibility with both X11 or Wayland apps.

  • @AcidHotpocket
    @AcidHotpocket Рік тому +24

    Have to use X11 because I like to play video games and have an nvidia card. I initially tried Wayland when I set up my new system, but I was getting a lot of after images moving stuff around, while X11 just werks. I hope nvidia decides to make some more updates for Wayland compatibility sooner rather than later. Lesson learned: do all the research!

    • @Makzevu
      @Makzevu Рік тому +1

      This is exactly my experience on Wayland, unfortunately. I'm fairly new to Linux; I've been running Kubuntu on my gaming rig for over 2 months after running Kubuntu on my laptop for 2 months prior. My laptop has basically no issues (other than the fact that Discover likes to crash after updates, but it tends to fix itself later). My desktop on the other hand has this exact same display issue, and it's jarring sometimes. However, the system fundamentally works, and I can still play games, so I'm still sticking with it.

    • @comrade171
      @comrade171 Рік тому

      well if you think wayland is bad with the nvidia drivers take a look at wayland with the nouveau drivers, totally fucked!

  • @SkyyySi
    @SkyyySi Рік тому +6

    As for my personal use, there are two reasons why I won't be using it any time soon:
    1. I use AwesomeWM, which does not, and most likely never will, support Wayland. Having a simple, imperative window manager like it under Wayland is tough to say the least.
    2. While I tried to switch to a DE (at least on my Laptop), the blurring issues with fractional scaling made immediately leave them. You tend to call this a little bit of blur, but to me, this is totally unusable. It feels like I try to read a far away road sign while having forgotton to put on my glasses. On Xorg, I've configured it to use 150% scaling and it's all super crisp.

  • @Watchandlearn91
    @Watchandlearn91 Рік тому +10

    One of the biggest issues with Wayland (which is not the fault of Wayland itself) is the blurry text when using fractional scaling with XWayland apps. I use the Jetbrains suite of apps for my development needs (mainly IntelliJ, PyCharm, and CLion) and they still have not been updated to work with Wayland natively. This means that using fractional scaling in a wayland session leads to blurry text on those apps. I noticed the same thing in FF until I set the experimental property to enable wayland support. I ended up having to revert to X11 and simply can't use Wayland on a 2560x1440p laptop screen until they fix that.

    • @_ianjms
      @_ianjms Рік тому

      I recently switched to KDE and just found out that they have (mostly) fixed this problem already. In Plasma 5.27 Display Settings, you can allow xwayland applications (notably IntelliJ apps like Android Studio, PHP Storm, Web Storm etc.) to scale themselves without being forced by the system. I am using 125% scaling and the text look crisp and it has been a good experience for me so far!

    • @sashimisub8536
      @sashimisub8536 Рік тому

      Same

  • @pyp2205
    @pyp2205 Рік тому +10

    Ever since the Fedora Project announced the removal of X11 in a future release of Fedora, I moved to Wayland. So far it's good, the only issue I had was my '/etc/profile' containing paths of programs was not being read. But I fixed it by having the file read when ~/.profile is read.

  • @novantha1
    @novantha1 Рік тому +16

    I'd just like to note that I think this take is a bit *too* pro Wayland, at least in the introductory X11 vs Wayland part.
    Wayland has less code...Because they're offloading a bunch of functionality from the Display server to other projects. This is causing a huge schism where there's plenty of scientific software that requires certain functionality afforded by X11, that literally cannot be ported to Wayland in any practical sense. This could drive many researchers and professionals who used to use Linux to Windows.
    Wayland *fixes* screen tearing...By forcing Vsync, which eliminates the latency advantage you mentioned. This one is baffling to me, personally, as plenty of people with high refresh rate monitors accept screen tearing for the lowest possible latency.
    And yes, X11 has a lot of legacy code. But the thing about big projects with lots of legacy bits of code is that people think "oh, we're going to make a new standard and it'll be better", but they end up having to engineer a very similar looking end piece of code because those legacy bits of code *were there for a reason*. Those asterisks that make the code look unreadable aren't there because the developers were stupid, they're there because they fixed a problem that probably took hundreds of engineering hours to sort out, and will take hundreds of engineering hours to sort out in the new protocol.
    Also, I would absolutely not agree the Gnome has excellent Wayland support. Gnome was one of the first adopters of Wayland, but an issue with that is that plenty of features they adopted were then adopted differently by most other projects looking at Wayland (try playing a VR game in Gnome. I'll wait.), so they're in a weird spot of being mature but in all the wrong areas, and a great deal of their implementation is overdue a fundamental re-write.
    Beyond that, this is not something covered in the video, but in my experience X has had better hardware support in my individual case, as when I've had to install a distro with a Wayland session by default in my setup (I use a 4k monitor, but drive it at 1440p for cost of GPU reasons, and currently have to convert from mini displayport to HDMI), it's caused a massive issue where certain distros literally will not boot without adjusting certain parameters related to the initial splashcreen that displays before the login manager starts. I literally cannot log in on distros that use Wayland by default. I spent almost an entire day trying to get an Arch Linux installation working (I was guided by someone more experienced with the distro) but the script they gave me to run installed Wayland by default, but I gave up and just installed a distro that used X by default instead, and I only found out the issue was with Wayland after the fact. That's a horrible and frustrating experience that could seriously prevent someone with a similar setup from installing Linux for the first time in the future.
    But all of the above are just bellyaching. They're reasons that a person might be a bit put off by Wayland, but not necessarily a reason to throw the baby out with the bathwater. My primary issue with Wayland:
    The developers are way too opinionated about "what a display server should be" and are focused on implementing their vision, and dragging the entire ecosystem with them kicking or screaming. This is absolutely not an attitude I can condone, because it's causing massive issues with adoption of Linux apps on Wayland and might drive certain important sectors from Linux to Windows. Linux is already on shaky footing and I don't really think we have the political clout in the software world to be breaking backwards compatibility in such a dramatic way. It's possible that in ten years Linux would have a strong enough adoption and community that moving to a more modern protocol would be viable, but I think we're right on the edge of being a viable option, and I don't want to throw that out because a few developers jumped the gun way too early and in too opinionated a manner.

    • @johnwayne-kd1pn
      @johnwayne-kd1pn Рік тому

      Well, the good thing is that Wayland is built with Xorg compatibility, not only can you run Xorg stuff inside Wayland, but also separate from Wayland (at the same time).

    • @alexhajnal107
      @alexhajnal107 Рік тому +1

      @@johnwayne-kd1pn XWayland is far from being complete.

  • @Alexander-ix2jp
    @Alexander-ix2jp Рік тому +1

    Danke!

  • @gokhanyildirimlar
    @gokhanyildirimlar Рік тому +27

    I want to make a small correction about Deepin. Deepin is working towards v23 release and beta version of it has actually Wayland support. So we probably will see Wayland in Deepin v23 even though I am not sure if it will be the default one.

  • @JoshuaStrobl
    @JoshuaStrobl Рік тому +21

    Small correction to what you said: Per the quote on the Buddies of Budgie blog post, Magpie "v1" and later releases (which will be the wlroots-based Wayland compositor) will be used in both Budgie 10.x and Budgie 11, in the case of Budgie 10.x it is as soon as porting of Budgie 10 from X11-specific code to libraries like libxfce4windowing which supports both X11 and Wayland, and of course when Magpie v1 is actually released. At that point in time, Budgie 10 will be Wayland-only, and Budgie will continue being Wayland only going into the future and all parts of 11 are designed with Wayland-only in mind.

  • @powderypastor1242
    @powderypastor1242 Рік тому +6

    I've been running Sway in VMs for a year or so until I got the new AMD Framework 13. Haven't tested everything that's known to cause issues but so far it's very stable and does everything I need it to. I might try Hyprland later but I don't need the extra features and I love Sway's minimalism!

  • @ozonegamedev
    @ozonegamedev Рік тому +23

    As a new Linux user, I have never even touched the X11 session on my PC. From my experience I can say that Wayland is suitable for daily use and even gaming. I only had one major issue, because kwin crashed once, but it wasn't too serious.

    • @nguyennguyenkhang5800
      @nguyennguyenkhang5800 Рік тому

      Wayland can only suitable for average american. If you are japanese or chinese and need inputmethod. Throw away wayland after few hours play with wayland

    • @alexhajnal107
      @alexhajnal107 Рік тому +1

      You should try running KDE under Xorg instead of Wayland. Such crashes are pretty-much unheard of under X11.

  • @stefmyt5062
    @stefmyt5062 Рік тому +11

    Migrated from DWM to Hyprland a few weeks ago, and it's honestly working much, MUCH better than I thought. I even get more FPS when gaming, which was definitely a surprise.

    • @archgirl
      @archgirl Рік тому +4

      Hyprland has changed everything for me. I’d never used a TWM before, but my experience with Hyprland has completely killed the traditional desktop paradigm for me.

    • @NerdistRay
      @NerdistRay Рік тому +1

      Hey, I've been using DWM for a couple of years now and also thinking of switching to Wayland and Hyprland makes the most appealing choice.

    • @cephi_sui
      @cephi_sui Рік тому +1

      ​@@NerdistRayHyprland is by far my favorite choice. It looks super clean out of the box and it's really easy to configure!

  • @ubercorey
    @ubercorey Рік тому +1

    You rock! I learned a lot about linux in general, but everything about the past, present and our future was really clear. Thank you!

  • @peterschmidt9942
    @peterschmidt9942 Рік тому +13

    I ended up having to go back to X11 for a couple of reasons. Mouse movements on Wayland were sketchy and I was also having screen tearing. The big selling point of Wayland was that it could scale up or down (down being my preference). However when you do this, fonts weren't rendered correctly and looked blurry. This might be a KDE thing, but in the end it's not working too well. I look forward to seeing what happens with Plasma 6

    • @johnwayne-kd1pn
      @johnwayne-kd1pn Рік тому +1

      Probably it is a KDE issue.. From what I gather Wayland doesn't really do much aside from the basics, which is display server and protocol for things like KDE.
      I had some mouse behaviour issues with KDE on Wayland too, which made it unsuitable for daily use for me.. I think it had something to do with touchpad and tapping not working, so I had to click the button instead, and after decades of not using Windows, I just can't handle crappy design and inconvenient desktop use like that. I get sore just thinking about double clicking in Windows.

    • @peterschmidt9942
      @peterschmidt9942 Рік тому +1

      @@johnwayne-kd1pn Thats the way I felt about Linux for 20 yrs LOL. I finally switched over a couple of years ago when I found KDE distros and thought this is great, Linux has come so far over the last few years. Then they introduce Wayland and it feels like many steps back.
      Although, I find it interesting that its supposed to be the future of Linux, yet they started it back in 2008 (15yrs ago) and its still not up to scratch. While I'd love to swap over 100% to Linux, its just not possible for some things and I'm resigned to the fact it probably never will.

    • @johnwayne-kd1pn
      @johnwayne-kd1pn Рік тому

      @@peterschmidt9942 For quite awhile decades ago, I was dualbooting GNU/Linux and Windows. But you don't have to abandon Windows fully to really move to GNU/Linux.
      I moved fully to GNU/Linux and started using Windows only as a virtual machine with Virtualbox, and eventually I've stopped using Windows alltogether. You don't need Virtualbox, you can use the native KVM/QEMU for virtual machines.
      Virtual machine is very convenient if you still need Windows for some things, as you don't need any reboots, and you have quick access to Windows on your GNU/Linux desktop.

    • @tux_the_astronaut
      @tux_the_astronaut Рік тому

      Might be a driver issue or kde depending on what version. im on nobora/fedora and kde works great on wayland for me

    • @Goodwarrior12345
      @Goodwarrior12345 Рік тому +1

      I was trying Wayland with KDE not too long ago, can confirm the part about mouse movements being sketchy. I don't think it's a KDE thing to have issues with Wayland, because before trying KDE I was using Gnome with Wayland and that worked far worse for me - lots of outdated frames being rendered in applications when scrolling or navigating through them. It's just not ready yet, at least on Nvidia

  • @lnklnx
    @lnklnx Рік тому +6

    I cut over to Wayland for my everything -- gaming included -- and have been pleasantly surprised at how little disruption there has been. Like others a lot of this may go back to the fact that I choose AMD graphics whenever I can, but I also think it demonstrates how much work has been done by the Wayland developers.

    • @tux_the_astronaut
      @tux_the_astronaut Рік тому +1

      Ye every since i got a new computer with AMD gaming on wayland has been pretty seamless only thing i spend extra time configuring is forcing apps or games to use wayland instead of preferring X like for example making unity unreal and source games use wayland with the SDL environment variable to force wayland

  • @jacekpoz2203
    @jacekpoz2203 Рік тому +15

    I agree that hyprland is the fastest moving wayland tiling compositor, at this pace it will overtake gnome in approximately 3-4 months

  • @wenderajade
    @wenderajade Рік тому +9

    Recently had to switch to Wayland for real because of my current game obsession that for some reason only runs well in Wayland.
    My one big issue so far is that Krita doesn't work at all and just crashes immediately 😭
    Other than that, I will occasionally get some weird refresh rate issues with UA-cam , but nothing major. Not like just earlier this year when Wayland would randomly crash the whole computer every session.

    • @cameronbosch1213
      @cameronbosch1213 Рік тому +1

      For me, KDE Plasma 5.27.0 would constsistantly be unusable upon log in, but as of Plasma 5.27.6, it now mostly works. (And yes, I'm using an Nvidia GPU because of CUDA.)

  • @totoshampoin
    @totoshampoin Рік тому +7

    You have been claiming that Wayland is ready for months (or years, idk)... So I am glad you FINALLY put the spotlight on the parts where it's not (especially Nvidia, which is still very widespread, especially in the laptop market (even with Tuxedo))

  • @Wampa842
    @Wampa842 Рік тому +7

    Speaking for myself, I've had a significantly improved gaming experience on Wayland (Hyprland) compared to X (KDE and Qtile). My main issue on X was the massive input latency introduced by the compositor (Kwin and picom respectively), so any time I wanted to play a game without a 50-100 ms delay on the mouse, I just had to deal with screen tearing.

    • @baumkuchen6543
      @baumkuchen6543 Рік тому

      Same here. Cyberpunk2077 works for me a lot better under wayland. X11 gave me a horrible screen tearing.

    • @Durayne
      @Durayne Рік тому +3

      Well I just turned of the compositor, because i dont care for fancy desktop effects.

    • @tux_the_astronaut
      @tux_the_astronaut Рік тому

      Same here even with vsync on games running natively on wayland i have much less input lag than on x with vsync off

  • @ToyKeeper
    @ToyKeeper Рік тому +3

    No keylogging, and no network transparency, are two of the main reasons I don't use Wayland. It gives drop shadows and slightly higher frame rates, but it doesn't provide core features I rely on every day for basic computer use.

  • @BiserAngelov1
    @BiserAngelov1 Рік тому +6

    So the X11 Killer Feature, that Wayland can do exclusively, is still just rotating windows? It's a such an important feature. Rotating windows versus remote desktop!
    What a joke!

  • @John223
    @John223 Рік тому +6

    I run wayland on all of my machines except for a media server connected to a projector. For some reason a 1080Ti with 16Gb of ram is not enough to project a movie and it stutters on wayland, but X11 works because it allows the screen to tear and keeps the video smooth.

    • @TheLinuxEXP
      @TheLinuxEXP  Рік тому +4

      Probably an Xwayland + nvidia drivers issue :/

    • @turtleidiot3324
      @turtleidiot3324 Рік тому +1

      That's due to the fact that wayland does not allow for screen tearing at all as of now but i think it's being worked on. brodie robertson made a video about it iirc

    • @John223
      @John223 Рік тому +1

      There is a proposal to add screen tearing to wayland, but until that's added I'm keeping at least one machine on X11

    • @cameronbosch1213
      @cameronbosch1213 Рік тому

      Linus Torvalds: Nvidia, 🖕 you!

    • @riskin620
      @riskin620 Рік тому

      Pretty sure the 1080Ti topped out at 11gb (I have one) and I agree that tearing is unacceptable.

  • @dnlov4
    @dnlov4 Рік тому +3

    As fractional scaling is still considered experimental in GNOME 45, there is a big trouble with Xwayland apps. All of scaled X applications are blury, and I'm still looking for solution. If the app doesn't support Wayland natively (like Chrome does), there is no way to solve that. Workaround I've found is not to scale the whole interface but just the text using GNOME Tweaks or Accessibility settings. For my 14-inch 1080p laptop it makes text bigger keeping all the other UI smaller, so there is more useful content on the screen. But if there are any ways to use fractional scaling in a proper way, I'll be glad to read your replies on that, guys!

  • @mausmalone
    @mausmalone Рік тому +4

    I really wish I could get Visual Studio Code to work with with fractional scaling in Wayland. Every time I try the assorted command line options to try and force ozone to use wayland, VS Code just crashes on startup instead.

  • @ukaszpalczewski7588
    @ukaszpalczewski7588 Рік тому +5

    Thx for the update on Wayland. I am using it on nvidia and I see some issues with soma app like for example Discord going black when it is not focused and on the non main screen... But generally I like it.

  • @AstralPhnx
    @AstralPhnx Рік тому +1

    Currently running Fedora 38 on my Laptop and Desktop, both on Wayland, both full AMD. Brilliant experience. I've needed to tweak a few things here and there but overall my experience with Wayland has been extremely comfortable and performance with it and XWayland is really great. Games run fine, scaling between my two monitors works great and it all just works quite well. Of course it still has some jank here and there but it's making fast progress!

  • @charliesumorok6765
    @charliesumorok6765 Рік тому

    3:30 Keylogger protection can be implemented by extending grabs to have an option to also report to parent windows.

  • @FrankJonen
    @FrankJonen Рік тому +3

    I hope the x11 network view comes to Wayland. Working directly on the renderfarm with the full GUI would be amazing.

  • @SeralyneYT
    @SeralyneYT Рік тому +2

    10:40 - Aand this is where I'm a bit stuck up, I guess. I refuse to make my hardware fit my software - I'd rather do it the other way around.

  • @cameronbosch1213
    @cameronbosch1213 Рік тому +4

    3:25 And that's how XEyes works! 👀

  • @trevorford8332
    @trevorford8332 Рік тому +2

    I didn't notice i was running Wayland, until it was downloading the other day. Shows how much I pay attention. 😊

  • @cheebadigga4092
    @cheebadigga4092 Рік тому +1

    Finally! Cinnamon with Wayland is the only thing I'm missing on Linux. Switched to Gnome in the meantime, but just temporarily.

  • @alanraftel5033
    @alanraftel5033 Рік тому +3

    Whenever I choose Wayland, I get a black screen on my hybrid GPU laptop (5800h/3070 mobile)

    • @alexhajnal107
      @alexhajnal107 Рік тому

      Same for me on an Nvidia 3050 desktop and an Intel laptop.

  • @vadymmudryi7978
    @vadymmudryi7978 Рік тому +1

    I’m still struggling with virtualbox under wayland on hidpi display.
    Almost all electron apps (discord, telegram, Skype, chrome) require changes to startup options.
    IDK 🤷‍♂️ how to fix it.

  • @cjcox
    @cjcox Рік тому +2

    Is Wayland ready? No. Back in 2019 when I gave an assessment of Wayland and compositors at the time, I was community crucified for saying it was at least 2 years off. And here we are, more than 2 years later, likely still looking at least at another 2 years. Anyway, it's good to see the progress. I'm just not going to "sugar coat" it. In all fairness, I should have been crucified for saying "at least 2 years off" because I was so so so very wrong. I should have said 5 to 6 years off (and even that in 2019 would likely still not have been enough). No shortage of work to do. Remember, Wayland + compositors isn't Xorg/X11, not even close. The fact that Xwayland works mostly is pretty amazing. We're not talking about two different kind of cars, gas combustion engine vs. battery electric. More like two modes of transportation, one being "house cat" and the other being "aircraft carrier". That is, while there is a way of looking at the two for similarity, they are pretty radically different. And this is the biggest reason why it's taking this long. So, no harm, no foul to the (evil) crucifiers from 2019, but there is a realistic view that needs to be kept in mind. And yes, there will absolutely positively be loss and some of that loss will be permanent (never fixed/done in Wayland + Compositors). At the same time, there are certain things that will make more sense using Wayland + compositors, but since that's not the "here and now", it's not something we get "mad about", because it's something yet unseen. Anyway, nothing that hasn't been stated, just they way it is when making a radical change, which is what this move is. So, try it out, realize there's still more work to do. Realize that not everything "of old" will still work moving forward.

  • @FelixianFox
    @FelixianFox Рік тому +1

    The problem I have when running Wayland is on KDE with an NVIDIA gpu. Upon logging in, everything technically works for abaout 15 minutes, then the taskbar freezes, and once it's frozen, it can't be unfrozen without restarting. Then, if it goes to sleep, I wake it up only to find that the login screen is glitched. Then the whole desktop freezes with no ability to unfreeze without shutting off and turning back on. So, I'm convinced Wayland is still not ready.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      Wow, Wayland runs *way* better on your system than it does on mine. On the current Wayland release I only ever got a black or corrupted screen.

  • @yasminesteinbauer8565
    @yasminesteinbauer8565 Рік тому +5

    Hopefully, with the switch to Wayland, we'll get better RDP support at some point.😊

    • @alexhajnal107
      @alexhajnal107 Рік тому

      I'd doubt it. They've dabbled with (and then abandoned) screen-scraping network support something like four times now. They seem to have no interest in actually implementing remote application support. In fact, per the Wayland developers, the currently-recommended method for running remote Wayland applications is to tunnel them over X11!

  • @movax20h
    @movax20h Рік тому +3

    I will try Wayland next decade. It is getting there, but progress is super slow. Since like 2008, I do try to use Wayland every few years, and it essentially was always a disaster. It is now finally usable, but I still cannot switch on most of the systems (some older Laptops I have, with Intel graphics; and some remote VMs, etc), because it just does not work, or not support what I need. Also my favorite desktop manager does not support Wayland. They are working on it, but the most favorite feature of that desktop manager is being reworked and essentially removed, because it cannot be easily supported on Wayland.
    So no. I will continue using X11 for very long time.

    • @RogerioPereiradaSilva77
      @RogerioPereiradaSilva77 Рік тому

      Same.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      A few years ago Wayland at least used to run (and then promptly crash) on my machines. Currently it won't even start on any of them.

  • @CookiLover311
    @CookiLover311 Рік тому +2

    While I don't use any such tools myself, I have heard a few times that accessibility tools like screen readers are basically unusable on Wayland, which makes Wayland completely unusable for some people with disabilities

  • @emanuelemorozzi8123
    @emanuelemorozzi8123 Рік тому +1

    Thank you for what you do. I have been using linux as desktop os for almost 20 years. Currently I have been running PopOS for the last 3 years more or less.
    After the video I have tried to enable Wayland and logged in using the proper session type, but unfortunately it does not work very well, I have tried gaming and the experience is awful and also the fractional scaling with the configuration I normally use is not working.
    The positive thing is that all this can only improve 😅

  • @d.wolfin152
    @d.wolfin152 Рік тому +2

    I run hyprland on my laptop, and you used to be able to set your screen to 125% size in the config file and it would scale perfectly (while using the scaling variable for the exact same thing would make text blurry). A shame they “fixed” it with an update and now the display just becomes bigger than the screen.
    It wasn’t a bug, it was a feature 😭

  • @user-qv7rw7dq1d
    @user-qv7rw7dq1d Рік тому

    Wow! At the 9:00 mark What was that graphic at the right that looked like bars on the terminal?

  • @Martin4982
    @Martin4982 Рік тому +1

    My laptop is about 10 years old and relatively low spec. But I never had issues with Linux, until recently I tried Ubuntu 23.04... Fresh install and at first login I started experience issues, software would take longer to launch, apps will not render correctly and or become distorted when moved. At first I thought something else was at fault, but after reboots, drivers up to date, it still was doing the same. Then I remembered it starts by default in a Wayland session. So I restarted in Xorg session and all issues were gone... Maybe my computer is to old for Wayland? But seems I'll have to Xorg as long as I can. BTW, my laptop does not have a NVIDIA GPU of any sorts, it's a basic laptop...

  • @Emc-it4lg
    @Emc-it4lg Рік тому +9

    Wayland is unusable for me, it just doesn't work. I have been using Linux as my desktop system since 2013. I have tried again and again to switch to Wayland, but it just doesn't work. It's slow, some applications don't open at all, it crashes. With Nvidia it does not work for me at all! I recently switched from OpenSuse to Debian and there Wayland crashes completely. If Gnome and Plasma 6 completely abandon X11, I will look for an alternative desktop environment. You can't do away with something as long as the new thing doesn't really work! I would be happy if Wayland would work, but it does not work for me! For 10 years I try to switch! Just the name Wayland triggers me, because I have only made bad experiences with it!

    • @alexhajnal107
      @alexhajnal107 Рік тому +2

      This. The current version of Wayland won't even start on any of my systems. This is in contrast to a few years ago when at least Wayland would run (albiet very poorly). With the recent push by Redhat to ditch X I've been looking in to Wayland's architecture and from what I've seen it's really bad. It's really not clear exactly what Wayland is trying to achieve or what problems they're trying to solve. It really feels like it was thrown together without any real plan beyond fixing DRI's shortcomings (ironically, DRI2 fixed DRI's issues and was released before Wayland was). Beyond that it seems to have been cobbled together on the fly.

  • @turculaurentiu91
    @turculaurentiu91 Рік тому +2

    THe only pain I have on wayland + tuxedo OS is the slack app... it's not supported and I cannot share anything other than XWayland windows, so I have to enter from the browser if I want to share my screen.

  • @lionking10222
    @lionking10222 Рік тому

    Great overview for wayland in october 2023. Thanks a lot for this!

  • @RiDOU-p2g
    @RiDOU-p2g Рік тому +1

    small correction, the lack of screensharing support for wayland isn't related to the app supporting wayland natively or not
    supporting wayland screensharing is another thing, for example there are xwayland only apps that support wayland screensharing (signal desktop for example), and wayland native apps that do not support wayland screensharing

  • @Romaoplays
    @Romaoplays Рік тому +1

    Still waiting for it to support my hybrid graphics Gtx 1060 laptop. As soon as that happens I’ll be all in on wayland

  • @kuhluhOG
    @kuhluhOG Рік тому

    4:33 "a bit"
    you mean: "a lot"
    even the Wayland creators themselves said that this is the biggest project Linux has ever undertaken
    it was not small effort, but a big one

  • @gwgux
    @gwgux Рік тому

    I was a holdout for the longest time. Then a kernel update started causing some weird lockup issue where if I moved the mouse over a video playing in my browser, the whole desktop would lock up. I troubleshot, and even distro hopped, and then decided to give Wayland a shot and the issue was gone. This was about a month ago and I haven't looked back to X11 since.
    I've been running Linux for over 20 years and remember having to write config files just to get X running and if I can jump on the Wayland bandwagon, I think everyone else will eventually too. It's not perfect (far from it), and I do notice the performance hit in gaming, but for me, it's time to move forward. It's probably still about 5 years out before it's really "ready" for prime time IMO, but what we have now is working really well.
    Graphics are complicated, and that's why it's taking so long, but I think Wayland is probably in a state that's "good enough" for a lot more people than it used to be.

  • @donchisciottev
    @donchisciottev Рік тому

    In the last year and a half I had the same experience you describe with Wayland. I use Ubuntu 22.04 LTS with a hybrid graphic hardware with Intel and Nvidia graphic cards almost without problems.
    Your video are really interesting, clear and well organized. Your english is very understandable and nice to listen. Keep it up, Nick! 👍‍

  • @jasonwilson9446
    @jasonwilson9446 9 місяців тому

    I left LTS for Ubuntu Studio 23.10 for the Wayland support and I absolutely love it. I was actually going to hop to a new distro but took a chance on 23.10 and now I'm not going anywhere for a while.

  • @armanillo4695
    @armanillo4695 Рік тому +1

    can we hope for remote desktop support in wayland in the future? or is it just at odds with wayland's core?

  • @gloriouschoices
    @gloriouschoices Рік тому +3

    Wayland needs multitouch support. Can't use any three-finger, four or five, gestures in my workflow.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      The issue may be due to the compositor you're using. Unlike with X there are many different servers with vastly different (and disjoint) sets of capabilities. Yet another example of a superficially good idea failing spectacularly once the details and ramifications come to light.

  • @EHKvlogs
    @EHKvlogs Рік тому

    why kde is unable to open fonts under wayland?

  • @connivingkhajiit
    @connivingkhajiit Рік тому +3

    Only two reasons i still care about X: nvidia, and the ability to forward x11 over ssh so i can copy and paste across two machines with ranger and xclip.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      I'd add stability and having a sane, non-brittle architecture to that list.

  • @michadybczak4862
    @michadybczak4862 Рік тому

    Today, at work, I had to plug in another screen, and it was horrible - it was blurry and the picture was jumping visibly, while some lines were distorted. I switched to Wayland - all issues went away. The screen had crisp image. It shows that multimonitor support is superior on Wayland.

  • @walter_lesaulnier
    @walter_lesaulnier Рік тому

    The key to a great Wayland experience is using a distro that comes with it natively - the developers have already fixed most issues and made sure it works (with the occasional exception).

  • @apolopena
    @apolopena Рік тому

    Very informative and well presented! It was everything I wanted to know pretty much in the exact order of how I wanted to know it too Thank you.

  • @galangtirtayudha3973
    @galangtirtayudha3973 Рік тому +1

    I remember having borked system because of Kwin-wayland crashing during update. And it was like 4-5 months ago, very recent. Now, I rarely, if ever, having any crash at all. True testimonial of how fast the development.

  • @RandomGeometryDashStuff
    @RandomGeometryDashStuff Рік тому

    03:24 that's also disadvantage tho, example: on screen keyboard can't show which keys are pressed

  • @iodreamify
    @iodreamify Рік тому

    Great summary, thanks for keeping us uptodate!

  • @MyReviews_karkan
    @MyReviews_karkan Рік тому +8

    I've been using Wayland on kde on and off for a while now. It has been great so far. Literally the single issue that is preventing me from using it full time is that virtualbox doesn't work with it out of the box. I have to run it from terminal with a command. 😂
    I'm just too lazy.

    • @lodriguez
      @lodriguez Рік тому

      I don't remember ever having a problem with wayland/plasma/vbox.

    • @jan-lukas
      @jan-lukas Рік тому

      On my Kubuntu machine with Wayland and yes vbox I have no problems at all. Been using Wayland now since it became an option directly on the login screen

    • @MyReviews_karkan
      @MyReviews_karkan Рік тому

      ​@@lodriguezon my end, I can open it and run the VM but then I can't click on anything anymore. The whole thing just freezes and nothing can be clicked. I'd have to end it from system monitor. It's so weird. Are you doing anything special to make it work, or just out of the box?

    • @MyReviews_karkan
      @MyReviews_karkan Рік тому

      ​@@jan-lukasIs it an arch thing then? I run endeavourOS

  • @mhasadi78
    @mhasadi78 Рік тому

    Great video. I get excited whenever a Wayland related video show up on my feed and what is better than Nick's video? :)

  • @RussTeeTrombone
    @RussTeeTrombone 9 місяців тому

    What desktop environment is being used in the demo here: 3:59 ?

  • @lorduggae
    @lorduggae Рік тому +2

    running Wayland on Gnome with an AMD gpu...... pretty much smooth sailing. I can feel a difference in responsiveness of my desktop if I switch to a x11 session

  • @k024x
    @k024x 6 місяців тому

    For the gaming topic: Wayland doesn't give me just a "small performance impact" - nearly every game tends to stutter or lag using wayland instead of x11. Even older ones and sometimes even simple 2D games. On my PC which has a mid range graphics card from nvidia it was no smooth experience, but it's even worse on my laptop with onboard AMD graphics: some games that work great with x11 tend to lag and crash with wayland.
    Gnome with wayland got unbootable multiple times on fedora and ubuntu in my case and my nvidia pc can't even start a wayland session anymore since the upgrade from Kubuntu 23.10 to 24.04.
    I like to use and test new or at least newer stuff that seems to have benefits, but in case of wayland I think it still needs a year or two before it really works without randomly breaking.

  • @keit99
    @keit99 Рік тому +2

    I Switched my Main Session over to wayland recently but when I play retro games with retroarch I Start an Session because nvidia optimus, wayland and retroarch Do Not go together currently

    • @TheLinuxEXP
      @TheLinuxEXP  Рік тому +1

      Nvidia is still the weak link for Wayland

    • @keit99
      @keit99 Рік тому +1

      @@TheLinuxEXP yes, but the next major driver Version will Apparently Support native Vulkan offloading (the only optimus Thing Not working currently)

  • @kilgoretrout6810
    @kilgoretrout6810 11 місяців тому +9

    Any decade now..

  • @pewgarpolls
    @pewgarpolls Рік тому

    9:05 what is that wave program

  • @SaHaRaSquad
    @SaHaRaSquad Рік тому +1

    What I would like to know is how resource usage looks. For example if I want to run a lightweight Linux system on old hardware with 512MB RAM, how does e.g. Wayland and Sway compare to X11 and DWM?
    In other situations I don't really care as long as global keyboard shortcuts work, I've already used Fedora with Wayland and it's fine.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      If you're running any X applications then probably Wayland would be worse in that configuration since it would involve running two display servers (Wayland and Xorg) instead of one (Xorg). Another advantage for Xorg is that it can be run without a compositor; this would dramatically reduce the memory footprint.

  • @wujcio1491
    @wujcio1491 Рік тому +1

    As a nvidia hybrid graphics user with plasma 5. It's far from ready. Some wayland apps are crashing (today it was gitg), some xwayland apps like unity editor are laggy or tend to freeze. And as mentioned in video, if wayland in plasma crashes, everything is gone. From the other hand, wayland video playback don't stutter when you move cursor over it and touchpad gestures are just amazing. Can't wait for plasma 6 to polish things out

    • @alexhajnal107
      @alexhajnal107 Рік тому

      If you aren't doing so already you should try the proprietary drivers (under X) instead of nouveau. Using them literally gives a 50× speed improvement which could solve the stuttering issues.

  • @enzokaradok
    @enzokaradok Рік тому +1

    My metric for switching to Wayland it's when it gets shipped in xfce, I think that they will only put that as an option when bugs aren't everywhere and nvidia cards don't cause so much trouble. (sry for bad English)

    • @Francehelder
      @Francehelder Рік тому +1

      I use MATE and it has not Wayland session yet.

  • @esra_erimez
    @esra_erimez Рік тому +4

    It seems to me that Wayland is a good example of the Dunning Kruger effect. They didn't know what they were getting themselves into and never really got their act together. Maybe its time to start a new replacement.

    • @dragofx_5472
      @dragofx_5472 Рік тому +1

      Most of the Wayland people came from the X11 development team, I think the one who doesn't know what they're talking about is you...

    • @esra_erimez
      @esra_erimez Рік тому +1

      @@dragofx_5472 I have to admit that I do not know what I'm talking about. If the development team did come from X11, then why are they still playing catch up on basic features? But as someone that's been a Linux user for over 10 years, it *appears* to me that Wayland is never quite ready.

  • @paimonbutter
    @paimonbutter Рік тому +1

    The BIGGEST issue is that if you try to change the volume of an app it will change the volume of the audio stream an app created, not the actual app volume, so when you click another video in a browser or skip 30 seconds for example, it will reset the app volume to 100%, which makes per app volume controls completely unusable

  • @MegaManNeo
    @MegaManNeo Рік тому +4

    It's still X11 for me but we getting much closer faster and faster.

    • @alexhajnal107
      @alexhajnal107 Рік тому +2

      The closer I look at Wayland's architecture and implementation(s) the more I realize that Wayland's future on desktop Linux looks rather bleak. It's really not designed for general-purpose use (its main use seems to be in automotive applications, i.e. the embedded space, for which it seems reasonably well suited).

  • @haariger_wookie5646
    @haariger_wookie5646 Рік тому

    I am using Hyprland for a couple of months now and I am very happy with wayland.
    Especially after switching to an AMD GPU.

  • @charliesumorok6765
    @charliesumorok6765 Рік тому

    5:00 Network transparency allows you to use a program on a computer, without that computer having the resources to render that program, which could occur if you are editing video.

    • @alexhajnal107
      @alexhajnal107 Рік тому +1

      Or to run a graphical editor or management tool on a headless server. Or to run an application on your laptop with the input/display on your desktop (or vice-versa).

  • @ethanrushbrook3314
    @ethanrushbrook3314 Рік тому +2

    Half tempted to be the guy that fixes X11 😅

    • @alexhajnal107
      @alexhajnal107 Рік тому

      Honestly, I don't see what the big deal is. They keep saying that Xorg is irreparably broken but I've yet to see them spell out, in detail, precisely what is broken and why fixing it is intractable. It's especially baffling since they've included Xorg as part of Wayland so they still need to maintain it.

  • @happieplantnl
    @happieplantnl Рік тому

    I am running Fedora on a laptop with integrated AMD graphics and a NVIDIA gpu with Wayland and I have had a great experience!

  • @anafabula
    @anafabula Рік тому +3

    All windows being gone when the compositor crashes is not a KDE thing.
    That's true for all wayland compositors and even X11. If the X-server crashes, all windows die.
    I've been using KDE wayland for months and kwin has never crashed for me. (Plasmashell has crashed, but it just restarts and all windows are unaffected.)
    On the other hand, I've had significant performance problems with Cyberpunk & Control under XWayland, which play fine under X11 (+~50% fps)

    • @szymonagiewka4513
      @szymonagiewka4513 Рік тому +2

      This. What we get in the video is misrepresentation of the state of things. KDE folks (mainly David Edmundson) taking care of this in KWin AND in toolkits will benefit ALL desktops. As all desktops share the issue.

    • @alexhajnal107
      @alexhajnal107 Рік тому

      Yes, but when's the last time your X server crashed? Last time I saw it happen was years ago. With Wayland it's apparently a commonplace occurrence. (The -KDE- edit: Qt folks have even put in extra code to try to recover from Wayland crashes, something that was never needed under X.)

    • @alexhajnal107
      @alexhajnal107 Рік тому

      @@szymonagiewka4513 Because of how Wayland is designed each desktop has its own code base. Fixes in one desktop's compositor *are not* carried over to other compositors; any fixes need to be manually applied by each compositor's developers. With Xorg though, when a bug is fixed in the X server all desktops automatically benefit (no per-desktop coding required).

  • @linuxgameplayxp6246
    @linuxgameplayxp6246 Рік тому +3

    I'll stick to X11 for now for a few more years and let the Wayland users beta test it some more.

    • @alexhajnal107
      @alexhajnal107 Рік тому +1

      Wayland's not even in beta state yet. I reckon it probably won't be for at least 5 years.

  • @pirog-x
    @pirog-x 9 місяців тому

    Hi, how I can do scale 125% on the Wayland without blur applications?

  • @tux_the_astronaut
    @tux_the_astronaut Рік тому

    I recently got a new computer with AMD so i can now fully use wayland and its been a lot smoother than my experience on X11 was dont get weird graphical glitches or random freak outs with my multiple monitors anymore and games now have much less input latency. its not perfect but so far its been stable for me

  • @user-dz3ph7dl4m
    @user-dz3ph7dl4m Рік тому +2

    Wayland will be able to go beyond x11's limitations!! Do everything easier and can do things x11 wasn't built for .. oh yeah except remote desktop. who uses remote desktop?? ahhh yes use it everyday... thanks for the video didn't know this was for certain til now :(

  • @Alexander-ix2jp
    @Alexander-ix2jp Рік тому +1

    In what state are the new Nvidia open module gpu drivers rn; are these out of alpha state yet, do they support more cards and how do these perform with Wayland and gaming via proton?

  • @summerishere2868
    @summerishere2868 Рік тому +1

    Thanks for the video Nick. Great explanation on wayland (and also x11). Unfortunately wayland still has its issues but hopefully soon it will be great for most people.

  • @Nobody-No
    @Nobody-No Рік тому

    but why OBS is not supported by Wayland on Ubuntu? or is there something wrong with my setup?
    the screen capture shows only black screen on wayland.