this post was submitted on 28 Feb 2024
434 points (96.4% liked)

linuxmemes

27282 readers
543 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    Yes, I made it using a laptop's trackpad, how could you tell?

    [Image description: Panel 1: Young man confidently walking, his vest bears the Wayland logo. Behind him is a grunt with the Gnome logo on his face holding a katana. The young man says: "It's high time you retire, old man!" Panel 2: An old man with a long beard and the Xorg logo on his chest is sitting on a throne and petting a rat, the XFCE mascot. He says: "It's still a hundred years too early for you to defeat me!" ]

    top 50 comments
    sorted by: hot top controversial new old
    [–] KISSmyOS@feddit.de 68 points 2 years ago (1 children)

    Today, X is like the horse and buggy proponents, claiming the car isn't feasible cause you can't get gasoline in every town.

    [–] bruhduh@lemmy.world 59 points 2 years ago (1 children)
    [–] independantiste@sh.itjust.works 57 points 2 years ago* (last edited 2 years ago) (10 children)

    Wayland gets so many more of the basics so much better than X11 it's not even funny anymore. X11 is stuttery, unsecure, unmaintaned, can't really be updated for new features that are pretty important in 2024 (VRR, HDR). For now with my usage, the only big disadvantage I saw from Wayland is that you can't restart it like X11 when something goes wrong, but that's the thing, I haven't had to restart it like I had to often with X11. Even on Nvidia Wayland is better now, except maybe for gaming but that's Nvidia for you.

    [–] Rustmilian@lemmy.world 33 points 2 years ago (1 children)

    You absolutely can restart Wayland. The command to do so is just specific to whichever DE or WM you're using as they have their own Wayland Compositor implementation.

    [–] Pantherina@feddit.de 10 points 2 years ago (2 children)

    DEs should implement good commands for that

    • start session from tty (example startplasma-wayland)
    • logout (example qdbus org.kde.ksmserver /KSMServer logout 0 3 3)
    • restart wayland server (example kwin_wayland --replace)

    Some of those are completely undiscoverable

    load more comments (2 replies)
    [–] Aganim@lemmy.world 3 points 2 years ago* (last edited 2 years ago) (2 children)

    X11 is stuttery

    Not for me

    unsecure

    Source?

    unmaintaned

    Received a number of commits just last week: https://gitlab.freedesktop.org/xorg

    can't really be updated for new features that are pretty important in 2024 (VRR, HDR).

    VRR is supported, at least on AMD: https://wiki.archlinux.org/title/Variable_refresh_rate

    For HDR you have a point, afaik.

    Wayland gets so many more of the basics so much better than X11 it's not even funny anymore.

    And yet X11 works rock solid for me, while Wayland still crashes whenever I so much as look at it wrong. The amount of time and work I've lost because of Wayland crapping out on me isn't even funny anymore. On AMD by the way, so no blaming Nvidia's crappy Linux support.

    Wayland will probably be the better product one day, but this day is not that day, at least not for every use-case. Great that it works fantastically for you, I genuinely advise you to keep using it, but keep in mind that 'mileage may vary' from person to person. Personally for now I'll stick to X11, as I need to get work done and unfortunately don't have time to muck around with Wayland's antics.

    [–] Rustmilian@lemmy.world 14 points 2 years ago* (last edited 2 years ago)

    Not for me

    Source?

    The Xorg devs have literally stated as much themselves.

    Received a number of commits just last week: https://gitlab.freedesktop.org/xorg

    The vast majority of those commits are literally because of Xwayland.

    VRR is supported, at least on AMD: https://wiki.archlinux.org/title/Variable_refresh_rate

    Barely, it has numerous issues. The Wayland VRR implementations address much of those issues.

    For HDR you have a point, afaik.

    HDR literally can't be added to Xorg without rewriting the entire stack. They've been trying to get HDR working for something like around 10yrs before they gave up completely.
    Wayland on the other hand has been designed from the ground up to be completely expandable, directly addressing the largest problem with Xorg, maintainability.

    ...at least not for every use-case... ...β€˜mileage may vary’ from person to person...

    Yes, that's true. What would reduce edge cases however, is if you reported those bugs.

    Wayland will probably be the better product one day...

    That day is coming sooner then later.

    Personally for now I’ll stick to X11...

    That's fine, however you should switch as soon as it becomes viable to do so.

    [–] Pantherina@feddit.de 7 points 2 years ago (1 children)

    X11 is insecure. Any program can read any keystroke, any windows contents, can input anything anywhere etc.

    The concept of separate apps basically doesnt exist.

    [–] WaterWaiver@aussie.zone 3 points 2 years ago* (last edited 2 years ago) (1 children)

    Those security features are misleading.

    A second app can already read all of your files, modify the first app, modify $PATH to replace your display server and do anything it wants as your user. Running wayland instead of Xorg provides no tangible benefits in security.

    [–] Pantherina@feddit.de 6 points 2 years ago

    Yes and wayland is a puzzle piece of fixing that.

    The other one is containerized apps that use a trusted system portal to get opt-in filesystem access to actually needed directories.

    load more comments (8 replies)
    [–] psmgx@lemmy.world 21 points 2 years ago

    Okay now do one with systemd

    [–] dannoffs@lemmy.sdf.org 20 points 2 years ago (1 children)

    It's the systemd drama all over again

    [–] nxdefiant@startrek.website 22 points 2 years ago* (last edited 2 years ago) (10 children)

    No.

    System D was/Is a philosophical debate.

    Wayland vs X is a mortal attempting to summit Mt. Everest naked. Everyone is cheering Wayland on, no one believes it'll succeed.

    Even the X people are like "Honestly it'd be a relief if you pulled this off, we're so tired, please end us"

    [–] Cris_Color@lemmy.world 32 points 2 years ago (2 children)

    No one thinks it'll succeed? Obviously you and I exist in very different parts of the linux sphere, cause I'm pretty sure X11 is all but dead as a project and its kinda just a question of how long it takes for Wayland to be feature complete enough to reach a critical mass of adoption. And its kinda feeling like we're currently on the cusp of being there with the major DEs moving towards discontinuing X11 support πŸ˜…

    [–] azertyfun@sh.itjust.works 10 points 2 years ago (1 children)

    This software has been in development for a long time and still doesn't work for my niche usecase and this therefore UNUSABLE and DOOMED TO FAIL

    • Actual Linux users, completely oblivious to the irony of that sentence
    [–] acockworkorange@mander.xyz 3 points 2 years ago (1 children)

    That's a weird take. You have a software that you use and suits your needs. It's showing its age, but still tricks along. Then there's this other software that's gaining spotlight, but it does not suit all your needs. You point out the regression. Some rando makes fun of your valid point.

    [–] azertyfun@sh.itjust.works 4 points 2 years ago (1 children)

    I agree with what you're saying, but you're shifting the goalpost.

    Everyone is cheering Wayland on, no one believes it’ll succeed

    That parent comment (and other comments like it in these threads) are what I take issue with. You can make the exact same argument why people should stick with Windows and not bother with Linux.

    load more comments (1 replies)
    [–] nxdefiant@startrek.website 9 points 2 years ago (1 children)

    X is 36 years old. Wayland is 15. Wayland was not the first attempt at unseating that throne and for the sake of all our sanity, I hope it's the last. I don't want Wayland to win because it's better, I want Wayland to win because I'm tired of trying to use it and having to go back to X because it broke something.

    [–] Holzkohlen@feddit.de 4 points 2 years ago

    Sounds like a skill issue to me

    [–] Kusimulkku@lemm.ee 20 points 2 years ago

    Everyone is cheering Wayland on, no one believes it'll succeed.

    Uhhmm. I think by now most see it inevitable with distros and DEs switching on increasing pace

    load more comments (8 replies)
    [–] Siegfried@lemmy.world 18 points 2 years ago
    [–] MeanEYE@lemmy.world 12 points 2 years ago

    Except X.org should be frail and have tubes running out of every orifice on their body. They are on life support and receiving updates only related to Xwayland.

    [–] FrostyCaveman@lemm.ee 10 points 2 years ago (1 children)

    Is that the C++ mascot rat? As famously illustrated by rms?

    [–] Revan343@lemmy.ca 16 points 2 years ago (2 children)

    I choose to believe that's the Xfce rat. The C++ one is fatter

    [–] Rozauhtuno@lemmy.blahaj.zone 7 points 2 years ago

    No one asked but, the mascot's name is Xue btw.

    [–] Kusimulkku@lemm.ee 5 points 2 years ago (1 children)

    Can't be Xfce. No vsync line in the middle

    [–] chemicalwonka@discuss.tchncs.de 9 points 2 years ago (2 children)

    Nice reference as Xfce still not implemented Wayland support as far as I know.

    [–] spookedbyroaches@lemm.ee 24 points 2 years ago (1 children)

    Yeah duh. It's called X fce??!?

    so when they finish Wayland implementation will be Wfce? lol

    [–] Pantherina@feddit.de 6 points 2 years ago

    They are working on it, while keeping the xorg session alive

    [–] FluffyPotato@lemm.ee 7 points 2 years ago (3 children)

    Very true. Like I would love it if something worked as solidly as X but Wayland has had like 15 years to get it's shit together and it's still not there. There are plenty of people for who it does work too but 2 out of the 3 computers I use regularly have issues with Wayland.

    load more comments (3 replies)
    [–] possiblylinux127@lemmy.zip 6 points 2 years ago

    Honestly it will never die but it will be a terrible idea to use it. I wouldn't be surprised if all of the major software drops support eventually

    [–] backhdlp@iusearchlinux.fyi 5 points 2 years ago

    At this rate, maybe 10

    [–] fjordbasa@lemmy.world 5 points 2 years ago

    A hundred years to early

    [–] TotalSonic@lemmy.world 4 points 2 years ago

    As far as tablet usage goes - with Ubuntu 23.10 running the latest "Surface Linux" kernel on my Surface Go gen 1, Wayland is finally buttery smooth. Screen rotation with Wayland is near instant, where as on xorg takes a couple seconds.

    I can't say the same for my dual boot desktop that has an Nvidia 1050ti in it going to a 55" tv monitor via HDMI though - had to hook up a second monitor from dvi just to be able to login - which was not the case on Xorg.

    Oh well, baby steps, but Wayland is definitely growing up fast and getting closer to being daily dtiver ready for nearly all use cases.

    [–] rollmagma@lemmy.world 4 points 2 years ago

    This is good stuff right here.

    [–] Corr@lemm.ee 4 points 2 years ago

    One of the main issues blocking me from going to Wayland is an app (cursr) that lets me move my cursor between different resolution displays only runs in X. Is there a solution in Wayland for this? I can post elsewhere but thought this seemed like a decent first step

    load more comments
    view more: next β€Ί