Wayland, X11, now I did choose Wayland, its modern, not by seen improvement

Since 6 month I use Kubuntu 24.04 + Wayland.

Some applications did not work any more, like simplescreenrecorder but my question : I have heard Wayland is a modern SW, new architecture …

From user side, I can say, no performance will be increased, no less memory consumption, no improved video displaying …

Is it an advantage for Linux SW development ?

The question, only for my information, I am SW developer and often I have seen : different, and not any better either

(written by Ambrosius Bierce)

1 Like

From user side, I can say, no performance will be increased, no less memory consumption, no improved video displaying …

You haven’t looked closely.

Also you might be interested in Plasma/X11 Known Significant Issues - KDE Community Wiki

2 Likes

@meven, give me the close look.

I did check it with X11, no problems I had.

Simple search-engine research:

You can Wayland advantages some of the most glaring improvements as the negative of the X11 known issues.

But what you don’t see is the engineering nightmare X11 had become, with protocols with different on wire formats, heavy IPC, synchronousity, old un-removal protocols…

There is a point where a code-base cannot evolve sustainably. X11 reached this stage years ago, and the then X11 developers made the wayland architecture.

Like the security trench ?
You never-ever had any tearing ?

By all means keep using X11, if that fits your needs.

Wayland is not perfect by any means and its design and limited scope induced some churn. The wayland compositors are already replacing X11 fine with a more dynamic community and cross-compositor collaboration and allowing experimentation.

1 Like

An other opinion : Kubuntu 26.04 Resolute Raccoon review - Surprisingly nice

For me, I only can repeat, never I had problems with X11.

And an additional hint, how to motivate a linux for free developer, to solve the new interface, e.g. : “simplescreenrecorder”, an on top tool ?

Enough money to overcome the pain of turning a fun hobby into a job.

Obviously , you are progrmmer for free, and speaks for all programmer with there permission.

Money, money, money

One of the nice developments in recent years has been the introduction of new APIs for tasks such as screen capture/casting.

Previously programs like simplescreenrecorder had to each have their own, application specific, workaround to implement this missing functionliaty. Now they can just use the new standard API.

With the added bonus that it works regardless of whether they run in an X11 or Wayland session and regardless of whether they run as a system installed program or from within a Flatpak/Snap sandbox.