Live data from Hacker News

Wayland is growing up. and now we don't have a choice

fireborn.mataroa.blog

31–40 of 134 posts

Re: Wayland is growing up. and now we don't have a choice

#31

More and more people are using GPT for editing. I admit to sometimes using AI to help me too. To be fair, I'm not sure what to think of this particular slick style quite yet.

What in particular drove you to leave this comment? I am just curious. This doesn't strike me as Gen AI slop like other posts I see sometimes.

Re: Wayland is growing up. and now we don't have a choice

#32
post #14
post #9

Earlier quoted context omitted.

Can you elaborate more on discussions about XLibre being banned on here? Are accounts that mention it getting banned? Is there just mass downvoting by partisans with some kind of agenda? I get that X11 has security issues, but NVIDIA drivers and Wayland still seem to have no support now and no support planned for the future, so Wayland is a non-negotiable non-option for many (most?) Linux desktop users, including mys…

> Can you elaborate more on discussions about XLibre being banned on here? Are accounts that mention it getting banned? Is there just mass downvoting by partisans with some kind of agenda? YC moderators are hiding the articles from the front page. x11libre got 2 active discussions here according to https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que... and both got removed from the front page - https://news.…

The [flagged] indicator on a submission usually indicates user flagging. Moderators and algorithms just quietly downweight submissions without any visible indicator. So this isn't an HN moderator position, the question to resolve is why users would flag it.

In this case, I'd have flagged them too if I saw them. The "long live" post is an aggressive tirade that reflects poorly on the author and led to a poor-quality discussion. The second is a link to a git commit history, which is weird in its own right and provides no explanation, and the context provided in the comments shows that a generally dislikable figure with extreme political views is now leading a fork of X11 that has yet to prove itself viable. So I'd probably have flagged that one too as pointless drama until proven otherwise.

Re: Wayland is growing up. and now we don't have a choice

#33
post #21
post #18

Earlier quoted context omitted.

While I find the moderation on HN a bit heavyhanded at times: When the originator of the XLibre fork decided to push a heavily partisan political stance right there in the README, he made a choice that ensured that the project will be controversial. He can fix that very easily if he wants to. As someone who detest Wayland, I would very much like to see Xlibre be sucessful, but I'm not surprised a lot of people will r…

I don't think it is a good reason or even an acceptable reason to actively censor the news about the project, and prevent people to communicate about it. While XLibre is unfortunately political at the moment, this is not an excuse for what the HN staff is doing.

[deleted]

Re: Wayland is growing up. and now we don't have a choice

#34

Earlier quoted context omitted.

Really? As of a couple months ago I nearly totally hosed my Debian installation trying to get Wayland GDM working under Nvidia.

Nvidia under Linux has had a long and hard history. For most purposes, including gaming, it is best to avoid Nvidia hardware. Using Intel for laptops and AMD for dedicated GPUs is kinda the best general approach if you are planning on using Linux. Of course if you have a need for CUDA then Nvidia is the only game in town, but that is a different issue then Wayland support. For a while Nvidia was fighting the Xorg/Way…

> The reality is that Nvidia doesn't care about consumer Linux desktop. Their primary focus is on Enterprise users in terms of people needing graphically accelerated desktops.

What does this actually mean in terms of technology? What is Nvidia providing that works for RHEL but doesn't work for Fedora, or whatever?

Re: Wayland is growing up. and now we don't have a choice

#36
post #9

XLibre talk is banned here, we DO have a choice.

Can you elaborate more on discussions about XLibre being banned on here? Are accounts that mention it getting banned? Is there just mass downvoting by partisans with some kind of agenda? I get that X11 has security issues, but NVIDIA drivers and Wayland still seem to have no support now and no support planned for the future, so Wayland is a non-negotiable non-option for many (most?) Linux desktop users, including mys…

[flagged]

Re: Wayland is growing up. and now we don't have a choice

#37
post #13

Earlier quoted context omitted.

Wayland supports nvidia cards, that they are not supported is FUD at this point in time.

Really? As of a couple months ago I nearly totally hosed my Debian installation trying to get Wayland GDM working under Nvidia.

I've been totally breaking Linux installs trying to get Nvidia to work for 15 years now, and that's on X11. On the other hand I recently did the first OS upgrade that I've ever done successfully without breaking Nvidia and that was running Wayland.

Nvidia is just really really bad on Linux in general, so it's always a coin toss if you'll be able to boot your system after messing with their drivers, regardless of display server.

Re: Wayland is growing up. and now we don't have a choice

#38
post #10

TLDR (non-AI): The author raises very valid points about accessibility under Wayland. The "And Now We Don’t Have a Choice" subtitle seems to address that only Gnome seems to have usable accessibility under Wayland right now but can easily be misunderstood as "we have no alternative to Wayland". The author also mentions X11 sucked in many ways and that this transition also is a moment to rethink what proper accessibil…

Wayland is a perfect example of the second system effect and the sunk cost fallacy. X11 had problems, but instead of fixing them, developers threw the baby out with the bathwater, designed something completely byzantine and weird. Time was invested, so no stopping now or ever. The design of wayland introduces more problems than it solves, only by plastering over with yet another extra protocol that you have to implem…

> X11 had problems, but instead of fixing them

You can't fix a protocol that simply isn't designed for how modern graphics hardware works. Both macOS and Windows have upgraded their display stacks over the decades, but it was seamless because unlike Linux, nearly all applications dynamically link the system library which they can upgrade. Linux is late to the party here because everyone wants to make their own toolkit.

X was designed for multiple remote terminals receiving drawing commands over a network, not locally hardware accelerated graphical interfaces and functions that rely on close coordination between the hardware and display server (e.g. hardware planes, vrr, hdr).

Fixing X would require a new protocol to the point that it isn't X anymore, aka Wayland. There are arguments that not having a reference display server has led to problems though.

Re: Wayland is growing up. and now we don't have a choice

#39
post #13

Earlier quoted context omitted.

Wayland supports nvidia cards, that they are not supported is FUD at this point in time.

I have an RTX 4060 Ti with latest drivers installed, KDE on Debian. On the login screen, I can select X11 or Wayland. Selecting X11 lets me log in fine, selecting Wayland and logging in results in a black screen and the only thing I can do to get any video out at all is switching to another TTY.

And I am running a 4060 Ti 16Gb perfectly on my Fedora setup with wayland and KDE.

Re: Wayland is growing up. and now we don't have a choice

#40
post #10

TLDR (non-AI): The author raises very valid points about accessibility under Wayland. The "And Now We Don’t Have a Choice" subtitle seems to address that only Gnome seems to have usable accessibility under Wayland right now but can easily be misunderstood as "we have no alternative to Wayland". The author also mentions X11 sucked in many ways and that this transition also is a moment to rethink what proper accessibil…

Wayland is a perfect example of the second system effect and the sunk cost fallacy. X11 had problems, but instead of fixing them, developers threw the baby out with the bathwater, designed something completely byzantine and weird. Time was invested, so no stopping now or ever. The design of wayland introduces more problems than it solves, only by plastering over with yet another extra protocol that you have to implem…

Do you mean dbus as the other protocol? Because that's an intentional choice to separate out the protocol for drawing windows and responding to events and "desktop stuff" that's not related to being a window on the screen. They're not plastering over anything, that stuff is intentionally out of scope for Wayland.

The advantage is that anything can use the desktop stuff (cli tools) just by talking to dbus instead of having to be a wayland client despite having no windows.

Post reply on HN