linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

RHOPKINS13, in 2 years on GNU/Linux - a retrospective attempt

My personal favorite is Debian. I'm the IT director at my job, and 90% of our machines, including end user workstations, are running some form of Linux.

One really nice thing is that most stuff is saved somewhere in your home directory. You can switch between all sorts of distros, and if you install the same software, browser, email client, etc. most of your stuff will automatically be there and work out of the box.

nephs, in Is Ubuntu deserving the hate?

Is Ubuntu trying embrace, extend, exterminate?

I just realised snaps kind of look like “extend”, after a long period of “embrace”.

Did anyone write about it, yet? Am I overthinking it?

Vorter, in What is wayland?

In short, Wayland is a protocol for graphics.

It’s somewhat similar to X, as its main purpose is the same, however the archivecture is very different, and Wayland is much simpler/barebone.

If X is going to die or not — only time will tell. For now it can be considered another competing standard.

jeremias, in What is wayland?
@jeremias@social.jears.at avatar

Wayland is a Display Server Protocol, meaning it is a specification of how a program wanting to display something like a window communicates with another program, the display server, which handles drawing to the screen.

It matters because it vastly simplifies and modernizes display server infrastructure.

X is huge, with many parts from the 80s and 90s that were simply not needed today, creating a fully compliant X Server with all extensions was pretty much impossible, which is the reason pretty much only X.org existed as a full implementation.

Some benefits for users are no screen tearing, VRR and support for more complicated setups like having multiple monitors all with a different refresh rate, which was a pain in the ass on X but is no problem on wayland.

X is going to die, especially with the fact that frredesktop and the two big DEs, GNOME and KDE are working on it. Some distros come with wayland by default already.

wfh,

X is not going to die, X is already dead.

(great write-up btw ;) )

Valmond,

Will this help VCN?

Petter1,

I think there is already a solution for that

github.com/KDE/xwaylandvideobridge Oh it’s for other kinds of screen mirror it seems.

After short DDGO i found this github.com/any1/wayvnc but I don’t know if that would work

take6056, in What is wayland?

Explained by someone that doesn’t know the technical side super well.

1: It’s a new protocol for displaying. The main difference from X11, as I understand it, is a simplification of the stack. Eliminating the need for a display server, or merging the display server and compositor.

2: Some things impossible (or difficult) with X11 are much better supported in Wayland. Their not necessarily available, as the Wayland protocol is quite generic and needs additional protocols for further negotiation. Examples are fractional scaling & multiple displays with differing refresh rates.

Security is also improved. X11 did not make some security considerations (as it is quite old, maybe justifiably so). In X11 it’s possible for any application to “look” at the entire display. In Wayland they receive a specific section that they can draw into and use. (This has the side-effect of complicating stuff like redshifting the screen at night, but in my experience that has fully caught up).

3: If you’re interested, are in desktop application development (but I have no experience in that regard) or have a specific need for Wayland.

4: I think X won’t die for a long long time if “ever”. I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

On the other hand, most of the complaints about Wayland I’ve heard were ultimately about support. At some point, when you’re a normal user, the distro maintainer should be able to decide to move to Wayland without you noticing, apart from the blurriness being gone with fractional scaling.

Vorter,

I’m not super familiar with desktop app development, but I don’t think it requires more work to keep supporting X.

It doesn’t depend that much on desktop application developers, but on GUI toolkit developers. It does need more work for GTK and Qt devs to support both. But the outcome will likely depend not that much on ammount of work as on “political” decisions. RedHat are now somewhat actively forcing Wayland in their distros. They also have their impact on GNOME, so it’s not impossible that due RedHat’s decision GNOME and then GTK (that is now developed mostly by GNOME developers, despite being GIMP Toolkit initially) will ditch X “just because”.

End user Application developers usually don’t deal much with Wayland or X — they just use toolkits (GTK or Qt for the majority), and toolkits do all the under the hoof work for them.

Toldry, in Firefox 121 Now Available With Wayland Enabled By Default
@Toldry@lemmy.world avatar

I asked chatGPT what Wayland is since the article contains no explanation

In this context, “Wayland” refers to a protocol and a display server protocol used in Linux operating systems. It’s an alternative to the more established X Window System (X11). The article highlights that Firefox version 121.0 has integrated support for Wayland by default, indicating that the browser can now utilize Wayland’s capabilities directly on modern Linux desktops without relying on XWayland compatibility layer, thereby enhancing performance and compatibility with the native display server protocol.

lseif,

how many people know what wayland is? pls use this comment as a poll ;)

bizdelnick, in Cannot Install openSUSE or any other Distro

Try different bootloader entries, there should be something like failsafe mode.

nitrolife, in Firefox 121 Now Available With Wayland Enabled By Default
@nitrolife@rekabu.ru avatar

Eh, the era when it was possible to throw the interface through an SSH session is over. Sadly. Or maybe I’m just too old. XD

azvasKvklenko,
nitrolife, (edited )
@nitrolife@rekabu.ru avatar

Thanks. Not full wayland protocol support and have a bugs, but something is greater than nothing. UPD: The utilization of the Internet channel has also increased

miss_brainfart, in The Linux Experiment Channel (From Nick) is on Peertube, and it federates right into Lemmy as a community
@miss_brainfart@lemmy.ml avatar

I didn’t know that, this is super cool!

Grass, in Fedora Asahi Remix Officially Released for Apple Silicon Macs

I would install this if I had made the objectively wrong decision to buy an apple computer.

anarchist,
@anarchist@lemmy.ml avatar

Hard agree.

magikmw,

It makes a second hand mac viable for me. The hardware is nice, it was always the OS that made me avoid it.

danielfgom, in Is Ubuntu deserving the hate?
@danielfgom@lemmy.world avatar

If it works for you then use it, however if you want the latest packages you’ll have to NOT use the LTS releases in which case be prepared to do a FULL REINSTALL every time a new version comes out.

Or use the LTS but use Snaps for those applications that you want to have the latest versions of. Snaps are getting better and I think eventually you won’t notice the difference between them and native apps, except for the space they just up. But that goes for Flatpak too.

Personally I use Linux Mint Debian Edition because I’m not happy with the way Canonical is going. In most cases the “old” apps are fine for me, but if I felt need the newest version I’ll use a Flatpak.

Another rolling option is OpenSuse Tumbleweed however, being a Mac which uses proprietary WiFi drivers, your WiFi will break with kernel updates, which can be irritating, unless you have ethernet.

akrot, in Is Ubuntu deserving the hate?

Dietpie is a lightweight debian not ubuntu. And debian is still one of the top choices (if not the) for servers.

Ubuntu is just debian with extra bad decisions.

Cysioland, in What is wayland?
@Cysioland@lemmygrad.ml avatar

Yes, X is actually going to die.

pewgar_realkbin, in What is wayland?

x11 should die in like the 2030s

alicehughes, (edited ) in 2 years on GNU/Linux - a retrospective attempt
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • [email protected]
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • oklahoma
  • Socialism
  • KbinCafe
  • TheResearchGuardian
  • Ask_kbincafe
  • SuperSentai
  • feritale
  • KamenRider
  • All magazines