The X.Org Server Is Abandonware?
phoronix.com
The X.Org Server Is Abandonware?
1–10 of 714 posts
Re: The X.Org Server Is Abandonware?
#2Re: The X.Org Server Is Abandonware?
#3Better to say both X11, and Wayland are now two pieces of abandonware.
Why do you say Wayland is abandonware? The last activity in the repo is from a week ago https://gitlab.freedesktop.org/wayland
Re: The X.Org Server Is Abandonware?
#4Better to say both X11, and Wayland are now two pieces of abandonware.
Re: The X.Org Server Is Abandonware?
#5The C/S architecture of X11 hits the spot when terminals and thin client are the norm, that means 20-30 years ago, but today, we all have dedicated graphics display devices (GPU, monitors) even in our pocket smartphone, and the way X11 works is holding Linux desktop scene back.
But without X11 there you can't show how much improvement Wayland has. We shall not forget X11.
Re: The X.Org Server Is Abandonware?
#6Re: The X.Org Server Is Abandonware?
#7I'm looking forward to 21.04 for my next attempt to switch, maybe by then Firefox's native wayland support will have progressed as well. After all what's the point of Wayland when most of your software uses xwayland :).
Re: The X.Org Server Is Abandonware?
#8Better to say both X11, and Wayland are now two pieces of abandonware.
Re: The X.Org Server Is Abandonware?
#9Better to say both X11, and Wayland are now two pieces of abandonware.
Waylands broken architecture makes progress slow through unnecessary duplication, incompatibility and the lack of a smooth migration for many software packages (usually it's rewrite-time). Wayland should be abandoned and the design redone.
Re: The X.Org Server Is Abandonware?
#10Today I've updated to the newest Kubuntu release 20.10 and considered switching to Wayland, but then abandoned the idea when I found out that middle click copy paste is only implemented in Plasma 5.20, and I only have Plasma 5.19. I've seen they've fixed the screenshot program though (which I remember to have been an issue on older versions). I'm looking forward to 21.04 for my next attempt to switch, maybe by then F…