this post was submitted on 26 Mar 2024
93 points (94.3% liked)

Linux

45513 readers
3128 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 27 comments
sorted by: hot top controversial new old
[–] dinckelman 83 points 3 months ago (3 children)

The comment section there is unbearable to read. I totally get that Wayland is a growing protocol, and sometimes things aren’t implemented yet, but pretending like Xorg hasn’t had a whole mountain of issues of the past 40 years is hilarious

[–] [email protected] 43 points 3 months ago* (last edited 3 months ago) (1 children)

X11 was originally built when computer monitors were commonly monochrome. It’s quite amazing it has lasted this long.

[–] [email protected] 11 points 3 months ago

If you're not using "vampire taps" to connect your X-Server to your computer, you're doing it wrong.

[–] [email protected] 27 points 3 months ago* (last edited 3 months ago) (4 children)

Phrononix's forum is known for having some of the most toxic individuals in the open-source ecosystem, with flame wars, pointless complaining and arguing happening usually starting within the first 10 comments.

I have no idea why or how it got so bad there specifically, but it's bad. Though oddly enough, in-between all the negativity, will be developers of major systems, like AMD driver engineers, calmly talking with other big movers in the industry.

I guess it's one of the few sites that is dedicated to reporting on such things, but boy howdy is it an odd mix of spiteful users and developer networking.

[–] [email protected] 20 points 3 months ago

It's kind of hilarious though, when I'm bored I sometimes just browse the comment of some controversial topic on phoronix, to watch users get into the most vicious, time consuming arguments over pointless things. The fact that it's interspersed with random engineers from AMD or whatever makes it even better

[–] dinckelman 9 points 3 months ago

Fascinating, isn’t it? I genuinely just don’t understand the elitism, or whatever else you’d call it. These things don’t really mean anything, in the grand scheme of things. Like one compositor over another? Great, moving on now

[–] LupertEverett 6 points 3 months ago* (last edited 3 months ago)

The reason it is so shit is that because there is NO moderation whatsoever (nor there is any care for having it, as there wouldn't be cases like someone that had done ban evasion twice still being active on the forums otherwise). And I think I can safely say that it is just like the same as other social media:

More heated and stupid arguments = more page clicks and views = more ad revenue (Michael definitely inserts some ads into the forums, like come on now)

I have absolutely no regrets using adblockers on there (or internet-wide), and Michael has the GALL to call his subscription service "Premium"... unbeknownst to him that a golden coated excrement is in the end... still a piece of excrement. :V

[–] [email protected] 4 points 3 months ago

Phrononix’s forum is known for having some of the most toxic individuals in the open-source ecosystem

I think the quality of a discussion platform correlates with the quality of it's users, and the forums are not as good as reddit and lemmy.

[–] [email protected] -5 points 3 months ago

Don't be so sensitive, there is very few troll in this topic and lot of interesting remarks in both pros and cons.

[–] [email protected] 65 points 3 months ago (1 children)

Wayland is the future. It has already surpassed X11 in many ways. My favourite comment on Phoronix was “When is X11 getting HDR? I mean, it was released 40 years ago now.”

That said, the fact that this pull request came from Valve should carry some weight. Perhaps Wayland really is not ready for SDL.

I do not see why we need to break things unnecessarily as we transition. This is on the app side. Sticking with X11 for SDL ( for now ) does not harm the Wayland transition in any way. These applications will still work fine via Xwayland.

Sure, a major release like 3.0 seems like a good place to make the switch. In the end though, it is either ready or it is not. If the best path for SDL is to keep the default at X11 then so be it ( for now ).

[–] merthyr1831 2 points 3 months ago

Yup, I dont think this is valve shitting on Wayland because they also believe in Wayland being the future, but until their protocol suggestions are merged upstream it does hurt the Linux gaming ecosystem (and therefore valve) if games outside of Gamescope have technical issues.

That being said, I'm not sure what games I play use SDL, let alone Wayland SDL, so can't be sure what issues im affected by

[–] [email protected] 19 points 3 months ago (1 children)

I already force Wayland global for SDL games because the xwayland one has a horrible stutter while the native Wayland works flawlessly. Making it the default sounds reasonable to me. If specific programs don't work with it, they can override it

[–] [email protected] 5 points 3 months ago

Interesting. I've been developing a game with SDL2 and think I know the stutter you're referencing. I passed it off as an oversight in my rendering code, but maybe it's as you say. Forcing Wayland does appear to work on my test machine, but integer scaling is broken. Might require some more tinkering or proper support in SDL3, but that's the only thing that didn't work OOTB, so not bad.

[–] [email protected] 14 points 3 months ago

To have this laundry list of negatives get a reply basically saying "yeah, it's bad, but we need to impress the stakeholders by forcing a Wayland default even if it doesn't work correctly" is baffling.

I use SDL so this hits a bit closer to home. Hopefully they can arrive at a conclusion that isn't harmful to us devs. It's already kind of a tossup whether it's even worth it to provide a native Linux build when Proton works so well anyway. I can't imagine this will help.

[–] [email protected] 12 points 3 months ago

This feels like the same kind of issue mesa just had around the zlib update breaking downstream user programs (viewperf). If there are significant downstream issues for users you shouldn't upgrade, even if that is the end goal.

Projects that are big and important get old and bloated because they need to try and span legacy issues alongside their attempts at newer paradigms. It's just kind of the natural lifecycle of these projects.

[–] [email protected] 12 points 3 months ago (3 children)

one of the main reasons the linux kernel is where it is today: "never break userspace"

unfortunately not every project keeps to this principle.

[–] [email protected] 13 points 3 months ago (2 children)

There are good reasons to break userspace sometimes. If we would never do so, we would stuck on X11 forever.

[–] merthyr1831 2 points 3 months ago

Wayland is definitely on the side of not breaking userspace, though. The API design, xWayland compatibility layer, and recent focus on protocols to fix missing functionality from xorg are all designed to make Wayland a seamless transition.

Otherwise we'd have been using Wayland as the only option for years now.

[–] [email protected] 0 points 3 months ago (1 children)

Linus would like to have a word with you

[–] [email protected] 7 points 3 months ago

No, because the kernel has a different goal than most other software. Linux agrees that breaking the userspace from userspace is sometimes necessary.

[–] [email protected] 8 points 3 months ago

can claw my xkcd 1172 from my cold dead hands /sarcasm

[–] deathmetal27 4 points 3 months ago (1 children)

"never break userspace"

As Linus once, very articulately, reminded that one guy.

[–] [email protected] 2 points 3 months ago

That one guy, In fact, being many one guys.

[–] [email protected] 10 points 3 months ago* (last edited 3 months ago) (1 children)

Gnome has been running user space applications just fine for me on Wayland, Arch Linux.

There were some issues about 2 years ago. I have no complaints for last 12 months.

Wayland is today’s life for some.

  • Steam gaming , proton and native
  • visual studio code
  • qemu running windows
  • app interrupting work to relax eyes
  • old mysql dashboard ui

Basically, I have not seen app specific issues for my user flow.

[–] [email protected] 1 points 3 months ago

That's true only for AMD or Intel users.

[–] [email protected] 9 points 3 months ago

That's fine, we don't need to rush things