Xorg-server 26.1.0 rc1
108 points by st_goliath 10 hours ago | 90 comments

ToyKeeper 4 hours ago
Hooray! A new release of Xorg is always a good reason to celebrate. Long live the all-singing all-dancing feature-rich network-transparent display system which is still the best (and often only) solution for a lot of common user needs, even 39 years after its creation.
reply
ux266478 3 hours ago
Well, Quartz is okay too, even though it lacks network transparency.

Arcan is looking like a very promising successor to the X protocol and Xorg server. It's not there yet, but it gets closer year after year.

reply
bmacho 11 minutes ago
I think Linux (and other unix-like system) would be best off with something like rio on plan9. The API should look like a file-system hierarchy, and API virtualization/access management/input output hooks and mapping could also be file-system-like.
reply
throw0101d 7 hours ago
The mention of XQuartz (for macOS) reminded me to check that, and 2.8.6 was released mid-July:

* https://www.xquartz.org/releases/bare/XQuartz-2.8.6.html

Previously 2.8.5 was out in 2023:

* https://www.xquartz.org/releases/bare/XQuartz-2.8.5.html

There's a XQuartz 2.8.7 beta as well (xorg-server 26.1 rebase):

* https://www.xquartz.org/releases/index.html

reply
egorfine 7 hours ago
omg, it's been over a decade since I have last used XQuartz. Did they finally open source the whole quartz-wm?
reply
throw0101d 7 hours ago
> An XQuartz installation consists of many individual pieces of software which have various licenses. The X.Org software components’ licenses are discussed on the X.Org Foundation Licenses page.[1] The quartz-wm[2] window manager included with the XQuartz distribution uses the Apple Public Source License Version 2.[3]

* https://www.xquartz.org/index.html

reply
panzi 6 hours ago
Just looked it up, that Apple license is indeed approved as open source/free software by the FSF and OSI!
reply
throw0101d 5 hours ago
> FSF approved Yes (Version 2.0, not versions 1.0, 1.1 and 1.2)[2][3]

> OSI approved Yes

* https://en.wikipedia.org/wiki/Apple_Public_Source_License

reply
egorfine 6 hours ago
Ah, I can see that the binary blob is not needed anymore. Nice.
reply
Narishma 4 hours ago
This is a much more substantial changelog than I was expecting for something that is often presented as a deprecated project.
reply
noosphr 3 hours ago
Redhat stands to lose their defacto control over X after the XLibre fork so they have to stop trying to kill it. Who would have thought that competition would make things better for everyone?
reply
mrpippy 39 minutes ago
Alan Coopersmith works at Oracle, on Solaris. I don't know of any effort to use Wayland on Solaris, so maintaining X really is their only option.

OTOH, RedHat seems happy to let X die.

reply
preisschild 3 hours ago
I doubt they care too much. They probably just have customers with applications stuck on a legacy window system. And they pay for that maintenance.
reply
qwertox 4 hours ago
It basically is a deprecated project.
reply
mmh0000 3 hours ago
That's a new take: Project with new release 1 day ago declared deprecated!

I've been using Linux for around 2 decades. I am currently running Fedora 43/KDE Plasma ... and wait for it ... Xorg.

Why? Because it works. It works well!

Why don't I use Wayland? Because it breaks everything.

  - Screensharing is just wonky and inconsistent across applications. It has gotten better in the last 2 years, but it's still quite wonky. And janky. And flobby. I **could** put effort into fixing this, but it already works in Xorg. 
  - I have a bunch of Xorg/xdotool scripts bound to hotkeys. Move, resize windows. If AppX is running and the window isn't shown, show it; otherwise, hide it. If AppX and AppY are both running and meta+y is pressed, then tile in a specific way, else do something different. These scripts are either ungodly difficult to rewrite to work in Wayland or just flat-out impossible in the name of "security".
  - Easystroke. https://github.com/mmh0000/easystroke . Nothing like that exists on Wayland (that actually works). And I can not live without it after having it for 20 years.
reply
BeetleB 2 hours ago
I use the Gentoo docs as my guide for this - both have first class support and they don't nudge you in either direction.

Out of curiosity: Is there any app that works on Wayland but not on X?

reply
opan 32 minutes ago
>Out of curiosity: Is there any app that works on Wayland but not on X?

foot, fuzzel, visurf.

reply
kobbs 7 hours ago
Intel modesetting driver with tearfree support in a xorg release!
reply
jck86 5 hours ago
Hoorah! Hopefully big distros will at least offer an optional upgrade to this.

I'm all for people switching to wayland but there should be choice and xorg should not be neglected for ideological reasons.

reply
dralley 5 hours ago
Xorg isn't neglected for "ideological reasons", it's neglected because development is work - and most of the people with knowledge of the problem domain decided they didn't want to work on Xorg anymore, and most of the companies that were paying for it decided they didn't want to pay for it anymore (apart from baseline maintenance, Xwayland and security fixes). And the people who want Xorg support maintained in perpetuity rarely seem interested in maintaining Xorg themselves, at least not properly (see this history of Xlibre introducing bugs and LLM slop).

You are free to spend your own time and resources doing the work, but you don't get to dictate how other people spend theirs.

reply
rabf 3 hours ago
Modesetting work was done in 2022, but for some reason no one had released a new stable release of the Xserver with this patch included since then. This was one of the reasons Xlibre was created, there was all these improvements to Xorg sitting ready for release but never being released.
reply
BadBadJellyBean 4 hours ago
Exactly. Just think about how much work it was to move from X to Wayland, how Nvidia didn't want to play ball, how different the architectures are, in a world where ossification is very much a thing. AND STILL there was enough momentum to get all the major players on board. I have never done any X programming but it must have been bad when people would so readily jump ship and put all that work in. Same for systemd.
reply
wahern 3 hours ago
Wayland was simpler because it was just a compositor. It meant people interested in graphics acceleration could focus on just that, iterating faster without the friction of the rest of the stack. But now that the Wayland ecosystem has to reinvent everything else, it's clearly at least as much work, if not more so. The initial switch moved the tightly knit rendering developers to a better local optimum, at the expense of a worse global optimum.
reply
BadBadJellyBean 2 hours ago
It forces some kind of modularity. Maybe that is a good thing. We don't have all features of X11 in Wayland but we also have features in Wayland that are missing in X11. I have been on Wayland for a while now and I can't say I am really suffering. There are some tings I'd like improved further but the protocol is evolving all the time. I think we'll get there. Also the decision is already made by the big distros anyways. They seem to be mostly happy.
reply
wahern 39 minutes ago
> It forces some kind of modularity.

Wayland is the complete opposite of modular; that's why the compositor has to handle everything. The claimed problem with X11 was it was too modular, easy for different clients to control various aspects of the environment, but perhaps too easy, lacking a security policy framework to limit client access. (Or at least a framework that was fully baked. Wayland ended put an end to such initiatives.)

The lack of modularity in Wayland has been widening the rift between the desktop environments. It's as-if KDE and GNOME each forked X11 and went their own ways.

reply
noosphr 3 hours ago
Luckily there is XLibre if the xorg developers can't develop X any more.
reply
preisschild 3 hours ago
[flagged]
reply
farlight 3 hours ago
I don't care about either X, but that guy's name is in this release, and judging purely by the number of commits (since I lack X expertise to judge any other way), he seems to be the top contributor.

Looks like there's no way you can avoid "conspiracy theorists" if you want to use X, including Xwayland, eh?

reply
vondur 4 hours ago
It looks like it's under more active development currently, however I don't see them adding many big new features at this point.
reply
shrubble 3 hours ago
Note that Enrico Weigelt is the "XLibre" guy and some of his fixes made it into this release, you can search for his name in the message.
reply
tyzoid 7 hours ago
Isn't most of this already in xlibre?
reply
nazgulsenpai 7 hours ago
People have all kind of opinions about xlibre as a project and the politics around it that I'm not interested in, but if they're driving xorg to improve, that's a good thing.

I'm not some anti-wayland zealot but you will pry xfce out of my cold dead hands.

reply
wing-_-nuts 6 hours ago
>I'm not some anti-wayland zealot but you will pry xfce out of my cold dead hands.

Hard same. I'm using xfce on my laptop with mint xfce edition, and it's a breath of fresh air. Everything just works how you'd expect it to work, and it gets out of your way.

I tried sway a couple years ago and I lost count of the number of things I needed to go and find wayland specific workarounds for. I know things have gotten better since then, but I didn't see any benefit to switching and a whole lot of hassle.

reply
ToyKeeper 4 hours ago
X11 was 21 years old when the Wayland folks decided it was obsolete and needed to be replaced.

Wayland is now about 18 years old. So, by Wayland standards, only 3 more years until it, too, will be obsolete and need to be replaced.

That day can't come soon enough. :D

Maybe the next one will actually be able to do the things I need a display system to do. Until then, at least we've still got X11. And Wayland has taught everyone all sorts of things about what not to do.

reply
tomstockmail 6 hours ago
Xorg has had releases for years and will continue to do so. But as you can see in the announcement, enterprise users are the driving factor.
reply
nazgulsenpai 6 hours ago
Yeah, but they haven't added any features in years, from what I assumed to be a maintenance only/feature frozen stance in favor of Wayland, which is (primarily) why xlibre forked.
reply
abenga 6 hours ago
Even xfce will one day move to Wayland.
reply
wing-_-nuts 6 hours ago
With a project as user/dev hostile as wayland, it's much better to be a 'last mover' than first.

For the life of me, I'll never understand how wayland got traction with the community.

'Hey guys, we decided to implement a display server from scratch! We broke a ton of existing functionality and made a ton of low level stuff that X used to handle the responsibility of WM/DE devs!'

reply
M95D 5 hours ago
I think it was the "security" argument. Some magic words like "security" and "protect the children" make most people go insane, abandon all reason.
reply
wing-_-nuts 5 hours ago
You'll excuse me if I am not terribly enthusiastic about breaking all sorts of functionality to solve a security problem I've never experienced in my 25 years on linux.
reply
ToyKeeper 2 hours ago
Exactly. It's hard to be enthusiastic about something which breaks a lot of stuff I rely on daily, when the benefit is that it fixes problems I've never had.

My theory about the motivation behind the extra security is that it's largely driven by corporations wanting to make desktop Linux less free and less open, and normalize proprietary software instead of open-source. Because profit. Proprietary software is inherently not trustworthy, so the execution environment needs extra security and restrictions, and must be generally less powerful to reduce the damage it can do. Essentially, proprietary software needs the same precautions as malware. So the corps needed to "androidify" desktop Linux. Hence the change from curated distro package repositories to corporate app stores, and the reason why there's so much money pushing to replace X11 with Wayland.

In an open-source ecosystem, users and developers are one and the same, or at least on the same "side", cooperating with each other to make tools which work as well as possible for everyone. Each big program tends to be a collaborative effort where a lot of people contribute to make things better for everyone. Things mostly "just work" and people can typically trust their computers not to do anything weird or hostile.

Very different than a proprietary commercial ecosystem, where users and developers have more of an adversarial relationship. Each program tends to be created in a closed silo by one person or a relatively small team, and is designed primarily to extract money from users, with all other concerns being secondary. It is very common for profit-driven developers to engage in deceptive practices, or do things the user doesn't want, like showing advertisements, collecting and selling data, sabotaging products from competitors, using the device as a node in a botnet or secret compute farm, forcing unwanted updates, microtransactions or subscription fees, etc. So nothing can be trusted, and the entire system needs extensive protections against every type of misbehavior imaginable... even if that means reducing the power and features available to the user.

I've really enjoyed the past few decades of living entirely in the open-source world, where those problems pretty much just don't exist. But with corps pushing the androidification of desktop Linux, I fear those days may be coming to an end.

reply
dralley 5 hours ago
Xorg's security (and X11 in general) is objectively terrible - this is not even a debatable question.
reply
M95D 2 hours ago
It is, but my argument is that better security is not needed! There is only one user. All apps are his/hers.

Linux security inside a user's session is bad in general. It all started in the '90s from the principle that all installed software is FOSS, sources inspected, and compiled distro packages trusted.

  - Permissions are per-user, not per-app. If I ever need permissions to something, every app I run gets the same permissions.
  - No isolation for personal files. Any app running as me can read all of them. Bookmarks, firefox passwords, everything.
  - No per-app firewall mechanisms. Any app can call home and send user's files, including those passwords.
  - System events are broadcasted via dbus to any app wanting to listen to them.
So why make the GUI secure if everything else isn't? If anyone wants to have better security (or privacy) in Linux, would have to start with the basic permissions model.
reply
wing-_-nuts 5 hours ago
Great, so let wayland be a hardened option for those who care.
reply
mort96 5 hours ago
It is and you're free to use X if you want
reply
nazgulsenpai 4 hours ago
IMO the issue is that the same group stewarding Wayland was also xorg, and intentionally stifled improvement on xorg even when the work just a matter of merging the PR.
reply
mort96 4 hours ago
Merging a PR by drive-by contributors is far from trivial. As the maintainer, you become responsible for the other person's code for all eternity; it's on you to read it, understand it, update it when stuff around it changes, and fix it when it breaks.

Not a problem for obviously-correct changes of a couple of lines, but most PRs aren't like that.

reply
nazgulsenpai 4 hours ago
I understand and that's a fair point. I should have phrased that differently, in that the PRs for features were waiting to be merged. I'm sure merging into a codebase as... storied? as xorg is no small task.
reply
dralley 4 hours ago
>and intentionally stifled improvement on xorg

Open source developers are not required to spend their time prioritizing your priorities. You just have to look to Xlibre to see that a lot of contributions are quite bad quality, and in a C codebase of Xorg's complexity and security profile it's not a small job to review things.

reply
nazgulsenpai 4 hours ago
Nothing I said in any way implied that freedesktop should be required to do anything. I can't speak to the quality of xlibre merges, only that if whatever is going on over there led to improvements in xorg after a drought, that's a good thing.
reply
wing-_-nuts 5 hours ago
If wayland had been sold as a hardened display for those who needed that level of security, I would not have a problem with it.

As it is, the community got constantly browbeat with 'this is the future' and 'it's so much faster!' when recent benchmarks have proven that to be false.

reply
mort96 4 hours ago
Then go use X. Nobody's stopping you, you can just ignore any brow beating. /ignore is a useful IRC command.

You'll probably find it to be a not great experience, since almost all the people who spend their time actually working on graphics and GUIs in the Linux world prefer to work on Wayland. So X doesn't get much love these days (and you're not entitled to their efforts after all). But it's not like they erased all the old X code from existence.

reply
normie3000 3 hours ago
> You'll probably find it to be a not great experience

I'm confused where I'm likely to be suffering. If I start using Wayland tomorrow would I even notice? Apart from having to switch DEs, of course.

reply
preisschild 3 hours ago
Are you seriously acting like every application having full access over other applications is not an actual security issue?
reply
M95D 2 hours ago
It is, but nothing can be done about it. That's how Linux permissions work. Any app running as me can execute any other app I have permissions to run. It can pipe stdin/out/err, trace it, etc. Why should the desktop apps be different?

See my other comment too.

reply
dralley 5 hours ago
Wayland is not a "display server", it's a display protocol.

A lot of the "existing functionality" that it broke has nothing to do with displays, it's stuff that got crammed into Xorg at some point whether it made sense or not.

I find it quite funny that many of the same people that rag on systemd and say it does too many things, are big fans of Xorg doing a bunch of things that "display server" probably should not be handling.

Even if Wayland was a "display server", it would still "remove existing functionality" if it meant that in any principled sense, because "display server" is only half of what Xorg does.

But sure, the transition was difficult and took a long time.

reply
wing-_-nuts 5 hours ago
>Wayland is not a "display server", it's a display protocol.

I, as an end user, do NOT care.

>A lot of the "existing functionality" that it broke has nothing to do with displays, it's stuff that got crammed into Xorg at some point whether it made sense or not.

I also don't care about ivory tower ideals of what is within the dominion of 'display' and what is not. The fact of the matter is their changes broke a ton of functionality, and instead of even trying to provide feature parity, they basically dumped all that responsibility onto the WM/DE devs.

I have no idea why the community didn't take one look at their proposal and flatly ignore them.

reply
setopt 4 hours ago
> instead of even trying to provide feature parity, they basically dumped all that responsibility onto the WM/DE devs.

In other words, the Wayland people should perhaps have defined official protocol extensions early on to cover most of what X did, thus preventing all the initial interop issues when Gnome and KDE and Sway tried to reinvent them independently.

reply
yjftsjthsd-h 3 hours ago
In hindsight, it's my opinion that wayland, if it had to exist at all, should have been implemented like this:

1. Add GBM to graphics drivers and start working it up the stack from the bottom, stopping at Xorg. That is, make rootful XWayland the standard Xorg before standalone even is a thing. This reduces maintenance work up front rather than belatedly.

2.a. Implement weston as a standalone compositor.

2.b. Actually make weston fully functional. Figure out everything needed to provide an actual working desktop environment with the features that users expect out of the box. Standardize all the protocols needed for at least a basic XFCE-ish environment rather than hoping someone else will do it.

3. Then, only after these things are done and working, announce to the world that wayland, a quiet project that has until now explicitly suggested nobody use it, is now the future of linux graphical systems and everyone should plan to migrate.

reply
Anonyneko 4 hours ago
The community doesn't really have a say because Xorg is effectively on life support and the Xorg devs are now working on Wayland. There aren't many people in this world who could keep Xorg going. Some distros are sticking to Xorg, but it will become more and more difficult in the coming years.
reply
toast0 4 hours ago
People keep saying Xorg will stop working, but it has yet to turn into a pumpkin, so I dunno man.

Can it do new things? Eh, probably not. Do I need it to do new things? Not really.

reply
Anonyneko 4 hours ago
Not in the short-term, for sure, and probably not even in the mid-term. But hardware keeps changing, and at some point nobody will care enough (or be able) to implement proper support for it in X (or proper support of X in that hardware). Hopefully we still have at least a decade of X though.
reply
cschep 4 hours ago
If nothing else this is a very strong commentary on just how challenging landing positive changes in Xorg felt to the community.
reply
skydhash 5 hours ago
This pretty much. Xorg got almost everything that I care about to have a functionning GUI. You only startx and the only thing you may need are utils programs like a wm, a compositor, a bar… now you have conflicting implementation from gnome, kde, wlroots,… each with its own set of features.
reply
wing-_-nuts 4 hours ago
Yeah, instead of the wayland folks leading the effort to fix issues, it's often some individual DE / WM going off, fixing it the way they prefer, and wayland grudgingly adopting it as official because they know the ecosystem is fragmenting bad enough as it is.
reply
b112 27 minutes ago
I have no idea why the community didn't take one look at their proposal and flatly ignore them.

At the time, RedHat basically controlled Gnome via paid devs and donations. And the same for this Wayland nonsense. Oh, and systemd too!

Notice a pattern?

reply
drmr 5 hours ago
And this transition is nowhere near done. Just look at Kicad and pretty much any DAW that loads audio plugins (to name two major usecases where Wayland simply doesn't cut it).

Sure Xwayland exists and mostly (not entirely) works, but that's a band-aid for what is essentially a "we broke it and don't care" approach.

reply
Blackthorn 4 hours ago
The daw problem is really really bad too. We've got a de facto standard forming right now where you link libwayland.so and hope the structs never ever ever change in the next 30 years.
reply
wing-_-nuts 4 hours ago
Also, as benchmarks show, xwayland introduces pretty bad latency..
reply
dralley 4 hours ago
The latency isn't that bad, it's reasonable for a compatibility shim.
reply
somat 2 hours ago
It does not matter, X11 is also not a display server it is a protocol. That distinction changes nothing.

For what it's worth Xorg is the display server, before that it was XFree86, there was also Xsgi and Xsun and for mac Xquartz, I even saw a neat project once where the Xserver was in javascript, I am trying to find it again but our modern search engines are a bit shit. The point being all of these can interoperate with one another.

  Around computers it is difficult to find the correct unit of time to
  measure progress.  Some cathedrals took a century to complete.  Can you
  imagine the grandeur and scope of a program that would take as long?
                -- Epigrams in Programming, ACM SIGPLAN Sept. 1982
We have our cathedrals, only we are such barbarians as to call them worthless garbage and unfit for purpose and do our best to tear our legacy down.
reply
kps 26 minutes ago
> X11 is also not a display server it is a protocol

With a reference implementation. Xsgi, Xsun, Xquartz, and all the rest used the reference implementation with platform driver glue.

reply
kps 59 minutes ago
> Wayland is not a "display server", it's a display protocol.

Bailey: Wayland replaces Xorg

Motte: Wayland is just a protocol

> because "display server" is only half of what Xorg does.

Yes, that's a big part of the problem. X was build for I/O, Wayland was built for O and had to be dragged kicking and screaming into rudimentary I.

reply
mzajc 4 hours ago
> Wayland is not a "display server", it's a display protocol.

This is a huge part of what "user/dev hostile" means in my book; with Wayland, getting a working desktop always someone else's responsibility, all features have to be reimplemented across DEs endlessly (with often-incompatible variations, of course), and they all blame each other and program authors for bugs while the Wayland project refuses to even acknowledge basic features like desktop automation or screen recording.

> But sure, the transition was difficult and took a long time.

And this irks me too, people are convinced they're done but I still don't have xmacro. And flameshot is broken, while the alternatives suck. And support for everything depends on the DE now. And java.awt.Robot is broken with no replacement. And the clipboard randomly misses copies. And OBS screen recording is broken for me. And there's no support for display resolution scaling. And ssh -X is gone, while waypipe doesn't work all programs.

But hey, at least there's HDR now or something! It was definitely worth replacing a functioning stack for this. I'm so glad that Plasma 6.8 removes X support!

reply
doublerabbit 4 hours ago
> For the life of me, I'll never understand how wayland got traction with the community.

Corporate drive. Originally sponsored by Intel followed by IBM (RedHat) and the rest followed suit.

reply
dormento 3 hours ago
Money, the "cure" to the hacker ethos.
reply
dredmorbius 4 hours ago
Sauce?
reply
doublerabbit 3 hours ago
It's how any of these projects get shifted in distribution if not sponsored.

> Kristian Høgsberg, I work at Intel in the graphics team in the Open Source Technology Center. I'm the founder and maintainer of the Wayland project.

You either pitch or bring it with you. Demonstrate a tech demo and you're granted an engineer or two. It's how Amiga came to be, Steve Jobs with NeXT.

And it appears you can no longer link anything from reddit without being asked to login and they've now nuked old.reddit

If you have an account this thread has some very insightful comments. https://www.reddit.com/r/linux/comments/1m0ztn/how_is_waylan...

reply
0xbadcafebee 3 hours ago
> I'll never understand how wayland got traction with the community

There were only a few people willing to work on an alternative, and they didn't have to take a vote, so they just did what they wanted. Corporations and projects adopted it because they wanted something different, and it was the only other option.

Now that we have AI, it will be much easier for genuine community alternatives to emerge, even if we have to battle over the legal ramifications. I for one am willing to go without "official support" to have software that doesn't suck.

reply
naikrovek 6 hours ago
[dead]
reply
farlight 2 hours ago
They're already busy doing precisely that: https://lwn.net/Articles/1078942
reply
nazgulsenpai 6 hours ago
And I'll be there.
reply
boudin 6 hours ago
There's already and experimental support no?
reply
elric 4 hours ago
> you will pry xfce out of my cold dead hands

AwesomeWM for me. I've essentially fused with it. Warts and all.

reply
BeetleB 2 hours ago
Does it not work on Wayland?

I can't imagine life without AwesomeWM.

reply
opan 25 minutes ago
Most stuff is fully rewritten/replaced. KDE and GNOME (maybe XFCE) are special cases. Sway acting as the Wayland version of i3wm is more what I expect. There was an early project to replicate AwesomeWM called WayCooler, but after a few years of trying to rewrite some major parts in Rust, the project died. There was a list of wlroots-based compositors at some point where most were replacements for the various old WMs.
reply
redsocksfan45 6 hours ago
[dead]
reply
sbinnee 2 hours ago
I used to run xorg and wayland together and switch between them because you know you setup xorg no matter what even if you daily drive wayland. Since 2024 or so however I don’t remember opening a xorg session.
reply
unixhero 2 hours ago
Out of the loop and this is definitely off topic, but what happened to the Xfree86 project? Is Xorg the same? The venerable xfree86config program is gone from the distrib so I assume it is not the same.
reply
BeetleB 2 hours ago
XFree86 died a long time ago. X.org is its replacement.

There was a bunch of infighting as well as a dispute over license changes. People just abandoned it.

reply
self_awareness 4 hours ago
Duplicate functionality compared to XLibre was reimplemented here from scratch, or sourced from XLibre?
reply
thesuitonym 3 hours ago
Pulling good ideas from downstream forks is actually kind of what open source is all about, isn't it?
reply
saelthavron 4 hours ago
At least one was looks like it was sourced from XLibre: https://github.com/X11Libre/xserver/pull/1314
reply