this post was submitted on 26 Mar 2024
96 points (94.4% liked)

Linux

45574 readers
901 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@lemmy.world 80 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

[–] magic_lobster_party@kbin.run 42 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.

[–] rotopenguin@infosec.pub 10 points 3 months ago

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

[–] ProdigalFrog@slrpnk.net 26 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.

[–] morrowind@lemmy.ml 19 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@lemmy.world 8 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@lemmy.world 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

[–] wiki_me@lemmy.ml 3 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.

[–] Drito@sh.itjust.works -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.

[–] LeFantome@programming.dev 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@lemmy.world 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

[–] Supermariofan67@programming.dev 18 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

[–] 0x0@social.rocketsfall.net 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.

[–] 0x0@social.rocketsfall.net 13 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.

[–] this_is_router@feddit.de 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.

[–] mogoh@lemmy.ml 12 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@lemmy.world 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.

[–] this_is_router@feddit.de 0 points 3 months ago (1 children)

Linus would like to have a word with you

[–] flying_sheep@lemmy.ml 6 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.

[–] mactan@lemmy.ml 8 points 3 months ago

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

[–] deathmetal27@lemmy.world 3 points 3 months ago (1 children)

"never break userspace"

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

[–] drwankingstein@lemmy.dbzer0.com 1 points 3 months ago

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

[–] WalnutLum@lemmy.ml 11 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.

[–] Kualk@lemm.ee 9 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.

[–] Berny23@lemmy.sdf.org 1 points 3 months ago

That's true only for AMD or Intel users.

[–] possiblylinux127@lemmy.zip 8 points 3 months ago

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