
Ubuntu Linux 25.10 Quietly Kills Off GNOME On Xorg As Wayland Takes Over (nerds.xyz) 109
BrianFagioli writes: Ubuntu 25.10, known as Questing Quokka, is taking a big turn under the hood. Canonical has dropped support for the GNOME desktop running on Xorg. Starting with this release, the default Ubuntu session now uses Wayland only. Yes, folks, there's no longer an option to log into GNOME on Xorg.
Good. (Score:1)
Been using Wayland now for a couple years and it's come a really long way. I literally never use the x.org display manager, and would like some hard disk space back and less updates to shit I don't use.
Re:Good. (Score:4, Insightful)
I literally never use the x.org display manager, and would like some hard disk space back and less updates to shit I don't use.
The display manager is the login daemon. It is minuscule.
Maybe you meant to say the display server? It's not very big in the modern scheme of things, either.
Maybe you meant to say all of X? But you cannot get rid of all of X without abandoning all applications which only target X. That is becoming less of an issue as more toolkits gain support for Wayland, and already isn't a show stopper for GTK or Qt applications, but is still a thing and will be for a while.
Re:Good. (Score:4, Insightful)
Indeed. And on top of that, I still fail to see any convioncing reason to move to wayland, as x.org continues to work.
Re:Good. (Score:5, Informative)
Re: (Score:2)
Re: (Score:2)
If you're not a liar, then at the very least you need to take some night courses.
Re: Good. (Score:2)
And for me it's important to be able to change the screen resolution from the command line.
I have some old games with a low resolution and 4/3 aspect ratio running through wine and the only way to play them well is to lower the screen resolution.
Something really done with xrandr, that I put in the scripts I use to run those games, and which lowers the resolution at launch and resets it when the game is closed.
Last time I checked, it was still impossible to do in Wayland, with the response by some Wayland fa
Re: (Score:3)
As for saving disk space, you're mistaken there. You even have a full X server installed, XWayland. Certainly all the X11 libs including libxcb are all there. You can still run X11 apps and even ssh to another machine and remote an X11 app because of all this. Backwards compatibility is a good thing.
I've also been using wayland for a couple of years, with KDE, and it is working pretty well for me. There are a few things that bother me, namely focus-follows mouse behavior with kwin on wayland is not near
Re: (Score:2)
I think part of the reluctance/animus towards Wayland comes from the initial approach towards transparent network display support -- I read at the time that one should just use VNC instead.
Re: (Score:2)
Another part is that it breaks functionality we're using in the name of security, while X11 has security mechanisms that could have been improved to solve the same problem.
Re: (Score:3)
while X11 has security mechanisms that could have been improved to solve the same problem.
Elaborate?
X is kind of broken by design.
xinput list, xinput test if you'd like to see just how broken.
Now do that while changing a password.
Re: (Score:3)
That is true. Right now, the primary X11 security mechanism is to not allow remote connections, use cookies, and tunnel the X client over SSH. This provides the usual protection (authentication, encryption, etc.), but can be weak at the X client side, especially if that user gets taken over.
However, no other windowing system allows for remote client access, and it can be a lifesaver when dealing with commercial apps that require a GUI for setup.
Re: (Score:2)
but can be weak at the X client side, especially if that user gets taken over.
Or even if a relatively tiny chunk of shellcode is able to run in, say, your browser due to some exploit du jour. That relatively tiny bit of code (this can be done in dozens of bytes) can now watch every physical thing you do on your machine, including authentication. Grab screens. You name it. You know this already, I'm just fleshing out exactly what you mean by it for readers.
However, no other windowing system allows for remote client access, and it can be a lifesaver when dealing with commercial apps that require a GUI for setup.
This is absolutely true.
To that end, X client-servers likely aren't going away any time soon. The real issue we actually run into
Re: (Score:3)
That was one high profile case where they basically said "Oh your use case only applies to X%, so we'll ignore you" when those who needed it really needed it, and when virtually every use case applies to a minority.
"Pffft, you want to play games? Only 5% of users do that!"
But it wasn't just that. The Wayland stack has only recently gained the ability to allow people to record their screens or take screenshots, for instance. For the longest time the Wayland advocates were claiming even that wasn't a common u
Re: (Score:2)
Most Wayland desktop environments set the DISPLAY variable, and fire off XWayland on demand. So you can just ssh -X as you always used to, and it just works. Remote X11 windows show up on my wayland desktop just like they always have. It's analogous to Xquartz on macOS which offers the same functionality. As long as the remote machine has applications that require and use X11, it will work fine under Wayland desktop environments. I happen to use and recommend KDE.
If you want to remote a wayland-native
Re: (Score:2)
My only thing I miss about XFree86/x.org is the ability for remote clients to connect. I've used that functionality fairly often, because I'd encounter some commercial app that has to have a GUI for it, and I didn't want to play the xdrp/remmina dance just to log into another Linux machine.
Re:X.org (Score:5, Insightful)
Re: (Score:3)
That's crazy. What was the justification for all of that? Sounds like this runs deep
Re:X.org (Score:4, Funny)
It's really simple: Wayland doesn't support screenshots, so the MPAA wants this, to crack down on all those dirty Linux users pirating DVDs one screenshot at a time.
Re: X.org (Score:2)
Re: X.org (Score:3)
Oh you havenâ(TM)t hit a random ass permissions error? The other day spectacle told me it didnt have permission to take a screenshot. Its whole purpose is screenshots. Oh but screen recording worked without incident. You know maybe itâ(TM)s a weird bug let me restart the app. Nope it still persists, I guess no screenshots for me today. ⦠An hour later my squirrel brain forgets about the permission problem and knee jerks into opening spectacle. Oh wait that wonâ(TM)t work I think to
Re: (Score:2)
See a proctologist if you encounter random ass errors.
Re: X.org (Score:4, Insightful)
The smaller the software ecosystem, the easier it is for RedHat to support their clients.
Re:X.org (Score:4, Insightful)
Insane indeed.
Re:X.org (Score:5, Informative)
In 2021.
https://lkml.iu.edu/hypermail/... [iu.edu]
It doesn't really explain why the user was banned this week, this being 2025.
Re: (Score:2)
It doesn't really explain why the user was banned this week, this being 2025.
No one ever accused IBM of responding rapidly.
Re: (Score:3)
Re:X.org (Score:4)
Re:X.org (Score:4, Funny)
chose to post anti-vax nonsense to ... yes ... the linux kernel mailing list.
Insane indeed.
True. The VAX/VMS system was pretty good in its day.
Re: (Score:2)
I only got to use VMS once. IIRC correctly, the file system hierarchy was
Re: (Score:2)
Re: (Score:1)
Read about what you want to comment on, then write your comment.
Re:X.org (Score:4, Informative)
Every distro that ships wayland also ships with XWayland which is transparent and works well. You can still ssh over to remote machines and run remote X11 apps. Please stop suggesting that you can't. As long as the major toolkits continue to support X11 as a backend, you will continue to be able to do this. I'm running Fedora with wayland, but I can ssh to any machine, even one that runs its own wayland desktop, and run any graphical app remotely. they switch automatically between a wayland backend and an X11 one. At least for now. Gnome developers plan to drop X11 support in GTK in a coming version, which will be very unfortunate.
Re: (Score:3)
I can ssh to any machine, even one that runs its own wayland desktop, and run any graphical app remotely. they switch automatically between a wayland backend and an X11 one. At least for now. Gnome developers plan to drop X11 support in GTK in a coming version, which will be very unfortunate.
This is the heart of what I came here to understand. Will any pending changes break my ability to run GUI programs over ssh? I use Mint work stations to access Rocky and Raspbian systems which X11 makes possible. I will not be happy if this practicality is broken by someone else's idealism.
Re: (Score:2)
Idealism has nothing to do with Wayland being installed on your machine- it's just why it was written. The authors are not to blame for everyone seeing it for the improvement that it is.
Local X servers that weren't running as display managers have always existed (I use XQuartz daily on my mac). Wayland has nothing
Re: (Score:2)
Re: (Score:2)
The people who write Display Server code have chosen the latter. Personally, I don't have a preference.
Re: (Score:2)
Not for the foreseeable future. You will continue to be able to ssh into Rocky and Raspbian systems and run remote X11 apps just as long as there are apps that support X11. For Qt-based apps, that will be a long time. For GTK apps after GTK4, I'm not totally sure.
For wayland native apps, there are networking solutions that are being worked on and should fill the gap. waypipe is one.
I do agree wayland developers are way too opinionated and don't listen to what actual Linux users say and want. Like you, I
Re: (Score:2)
You can use waypipe.
I always wonder why people think ssh -X would be the only remote desktop solution. Nowadays it is one of the worst. Modern X11 copies around rendered bitmaps, what is quite inefficient. xpra for example uses video codecs, which has way less latency. And by design Wayland is well-suited for all kinds of headless graphics servers. You just implement a compositor that draws on a remote surface without having any of the overhead that X11 has to implement a virtual Xserver that behaves like o
Re: (Score:2)
Re: (Score:2)
You can run remote X11 apps, it's just most of those apps are going to be phased out and replaced by Wayland only apps. GTK for example is having X11 support removed - RTFA, GNOME will have X11 support removed next year.
XWayland isn't a solution to anything, it's just a compatibility layer for what the Wayland boosters give the sneering label "legacy apps".
Re: (Score:2)
That is good news. TIL something new. I have so much stuff that uses X11 and X clients that losing that functionality can be a major disruption, as I don't really want to add RDP, VNC [1], or NoMachine to machines.
[1]: I wish RealVNC were more open. They were a must-have for Raspberry Pis, but they seem to be reducing the amount of licenses and increasing prices, similar to LogMeIn, and the prices for each concurrent session, are IMHO, a bit steep. So, if someone can do a remote desktop client/server t
Re: X.org (Score:2)
Re:X.org (Score:4, Informative)
Ugh, I'd like to celebrate this fork but I went to the project page and started reading and it's covered in a screed filled with spelling errors and including a dig against DEI. I'll wait to get excited until it gets new leadershit.
Re: (Score:2)
Oh crikey I just read that. Gives me the heebie jeebies. Even assuming his code is sound, he'll have a hard job making this into anything other than a solo project with his outlook.
Re: (Score:2)
It's depressing but yes, he sounds like a typical Slashdotter. I'm actually surprised he likes X11 and doesn't consider it "Woke".
Re: (Score:2)
Poor snowflake.
Yeah, it's pretty sad how this guy needs to show us on a picture of the internet where the DEI touched him.
Re: (Score:2)
x.org is busted is RedHat
I'm skeptical of this because I've been using X on RH/Fedora for 25 years now and it still works fine.
Re: (Score:2)
There is no isolation between 2 clients of an X server.
Client A can read the input same as Client B, even if client B is drawing asterisks over the characters or not.
This means any program with user-level permissions on your machine can snoop your credentials, root credentials if you're stupid enough not to use sudo, credit card numbers- you name it.
X is broken. Let it die.
LXQt (Score:2)
Frankly, I prefer LXQt [lxqt-project.org] to GNOME because it's not crazy or force you into whatever the trending UI style is. It's lightweight but still has the components to be complete full desktop environment. It's based on Qt, so it works with X or Wayland.
Re: (Score:1)
Sophistry like this is why nobody wants to work with you.
The final jump (Score:2)
Re: (Score:2)
In what way was X11 designed for "low resolution displays"?
Re: (Score:2, Informative)
Re: (Score:2)
the default fonts and UI toolkits are designed for 75-DPI displays
What do ancient fonts nobody uses any more or the Athena widget set nobody uses any more have to do with anything? As well, most displays used on desktops still have 100 PPI or less, which is nearer to 75 PPI than not. Most users are on 2k or less.
It's not the original X11 anymore, it's full of code no one really knows what to do with.
Deprecate, hack, and whack. If nobody is using it any more, then it can be removed, and that will help simplify the codebase that the people who haven't made Wayland reliable after fifteen years said was too complex to maintain.
It should have been replaced in 2003 when XFree86 was having the original forking drama.
There was no need to replace X. It's
Re: (Score:3)
As well, most displays used on desktops still have 100 PPI or less, which is nearer to 75 PPI than not. Most users are on 2k or less.
4K on my 13" Dell XPS was annoying, but when you run 4K on a 55" monitor you end up with a DPI similar to 1080 on a 22" monitor. I have found all the remote system X11 program work great, they look good and are responsive, what more could I ask for?
Re: (Score:2)
You know what people do because they don't use the ancient rendering methods? They render using modern methods in a compositor and copy a bitmap to the Xserver. With Wayland, the graphics system itself is the compositor and you skip the copying step. So Toolkits keep doing what they are doing anyway but avoid the overhead of being compatible with a system that actually implements the way to display the results as a special case instead of a core feature. X11 is really fast if you use it to render athena gra
Re: (Score:2)
Right you don't have any good answers.
Who cares if it has some old bitmap fonts? You don't need to use them, and it doesn't mandate that you do use them either. Supporting 75 DPI doesn't mean it's "designed for" that.
Funny thing is you're also wrong about the toolkits. The ancient ones are surprisingly good at actually respecting the DPI settings, and allowing you to configure larger fonts. Not that it's relevant because the old toolkits aren't part of the protocol anyway.
As for extensions, why is X the onl
Re: (Score:2)
Well, but it *was* designed for them. That it didn't stay fixed at the original limits doesn't mean that isn't how it was designed.
(And FWIW, I think a system designed for minimal requirements is REALLY desirable.)
Re: (Score:3)
It wasn't designed for them. It came with some bitmap fonts. There's a difference. X11 even, at one point, incorporated a printing extension because they reasoned people might want to use the same API to control their printer as the screen. Tell me, do you think they would have done that when even in the 1980s, long before X11 had a printing extension, laser printers were already 300dpi, and by the mid to late 1990s most printers had over 1,000 dpi at their highest resolution?
X11 was one of the most far sig
Re: (Score:2)
But a large part of why X Window is the way it is, is that it was designed when computers were EXPECTED to have a lot less memory and disk space. It's always easier to expand something than to trim it back.
Re: (Score:2)
"It's no exaggeration to say that Windows and Mac OS X never caught up. Windows has tried and gotten close. Apple isn't even trying."
20 years ago apple managed seamless mode switches from powering on the computer to the desktop. Do that with Linux and X11. Good luck.
Re: (Score:3)
No, that's no how it works. The OG font system (which you were never obliged to use and few things do now) has font descriptors (XLFD) which look like this:
-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1
See the two 75's in there? those indicate that that specific pixel font was designed for a 75dpi display and would be 12.00 points tall. The point is X11, the original version makes ZERO assumptions about the dpi of the display: those numbers can be arbitrary. Just because it came with a lot
Re: (Score:2)
That is NOT why Wayland stalled. They've been crap and dragging their feet for 15 years.
Re: (Score:2)
It's my understanding that anytime someone complains about something Wayland still can't do, the Wayland people's answer is that users shouldn't want that.
Re: (Score:2)
Re:The final jump (Score:4, Interesting)
Xorg is literally descended from 1980s code that was designed for low resolution low bit rate displays.
My first machine which came with X was a Sun 4/260, which was a platform launched in 1987. When most PCs were still at 800x600 or less and virtually none had more than 1024x768, It had an 1152x864 or 1280x1024 display. The initial release of the X Window System was in 1984. At the time, the just-released Macintoshes had 512x384 displays and PCs mostly had EGA with 640x350 pixels, or CGA with even fewer, though some did have Hercules (720x350). X's origin was in W, which was developed for V, which ran on the VAXstation 100 (1088x864), Sun-1 (1024x800), and DEC Firefly (1024x768).
It's hard to understand what you meant in the context of these facts. Could you please explain?
Re: (Score:1)
Re: (Score:2)
Many Linux distros often don't detect 4K displays properly and render at 100% causing everything to be small.
This happens to me only when there is an EDID problem. For example my TV claims that it is much larger than it actually is, because they apparently used one EDID for an entire line of displays. This causes text to be the wrong size. When the EDID is fixed, everything displays properly.
Over 50% of PC users are still on a 1080p display.
Re: (Score:1)
Additionally, in the odd case where DPI auto-detect fails catastrophically in Xorg, you can still just manually specify it and then everything works correctly again. The fact that large swathes of users who don't know this are demanding Xorg be completely discarded over it says everything about them.
Re: (Score:2)
That is also true. I have done it in both KDE and XFCE and it worked fine in both places. In both cases it's in font settings.
I stopped using Ubuntu (Score:4, Insightful)
I found snaps to be not very good, and ultimately decided to part ways with Ubuntu because of them.
I also don't like gnome. I gave it another solid try on a 25.04 machine I was using (not my choice), and it varies between ok, strange, and awful. I really tried but it has some vexing UI decisions.
And also it took about half an hour before I hit my first Wayland related problem.
Re: (Score:3)
Yes, one can certainly hope this shift from Ubuntu will lead to improvements in Wayland due to more use, but so far it's not very good.
GNOME of course is a lost cause, and systemd rode into Linux on its back, so even if it wasn't terrible I'd probably refuse to use it out of spite unless it was flatly and clearly the best. And there's no apparent danger of that happening any time soon.
Re: (Score:2)
And also it took about half an hour before I hit my first Wayland related problem.
That's pretty damn good in the Linux world. I couldn't log in without hitting an X problem in 22.04. Switching to Wayland fixed that (x was doing something weird with my different resolution / refresh rate screen artificially limiting my 4k screen to 1080p, using Linux should give you a warm fuzzy feeling on the inside, not a warm fuzzy view on your monitor).
Linux desktop remains a bugfest. If you actually cared about switching something every time you hit a bug, you wouldn't be using a GUI period. There'd
Re: (Score:2)
Every machine in my house runs Linux, my machines at work all run Linux. I don't have problems like that, not for years. Under Wayland there is buggy shit that doesn't work because of bugs and also stuff that doesn't work because Wayland is still missing functionality in 2025 that have been ubiquitous in windowing systems since the 80s.
Re: (Score:2)
Re: (Score:2)
I found snaps to be not very good, and ultimately decided to part ways with Ubuntu because of them.
Ubuntu manage to annoy me long before the snaps crap, I switched to Mint. In my case that got rid of all the questional stuff in Ubuntu while keeping the good stuff. YMMV.
Re: (Score:2)
Me too. The Firefox snap issues were the last straw - if you used the Snap, it will keep nagging you to quit to update it, and then if you try to update it it ignores you. Start Firefox under the assumption Firefox was updated, and it resumes nagging.
If you uninstall the Snap, add the Mozilla repo, and install Firefox from that, it'll uninstall the the repo version as part of unattended upgrades and reinstall its fucking snap. Which also leads to bookmark and history and password manage losses because apt F
Re: (Score:2)
The thing that annoys me about snaps is that the security setting are a combination of excessively restrictive to the point of making work impossible and so permissive they are useless. Particularly, they are limited pretty much to reading ~. That's where all the really sensitive information is stored, my private keys and all that jazz. But "for security" I can't get them to read the big old disk I have mounted elsewhere. This is completely useless.
I've had various other problems with file paths. On 25.04,
Re: (Score:2)
I ended up switching to Debian, which is more or less removing all the Ubuntu-ness from Ubuntu. The only major issue I've found is that Debian's installer is pretty crude compared to Ubuntu's and requires a lot of hand holding. For me, as a 50+ year old nerd, that's not an issue, but it makes it harder to recommend to others in an age where people don't use open, non-spyware, social media networks "because they have to pick a server". (Trump didn't win because people didn't have the ability to know what he
Re: (Score:2)
You know funny thing is I've never installed Debian. I switched to mint, which is pretty straightforward to install, but I usually then customize things a bit. I've no problem with trickier installs, they're not hard, I've run RedHat 5.2 back in the day, Arch, even OpenBSD on a Zaurus (that was an adventure!), but I've never had a go at Debian.
I've not tried Mint desktop, my personal preference is a weirdass FVWM setup that no one but me likes, but I find XFCE quite reasonable with good defaults and customi
Re: (Score:2)
FWIW I meant MATE, not Mint. But the Mint project begat MATE, so that's probably why my early morning brain conflated the two.
It's probably a good sign I did because it shows the MATE/Mint people are not shoving the branding in your face the same way GNOME and KDE do! At least that's my excuse!
And yes, the early SystemD releases didn't help its rep, but it's stable now and it's saved my butt multiple times. The "X is old" stuff is just insane, we're literally using an OS that's a largely compatible clone of
Re: (Score:2)
And as I wrote elsewhere, X11 is arguably one the most far sighted display projects ever created in the history of computing, period.
I quite agree. There were an amazing number of things they had right in 1987 which held up incredibly well during a period of absolutely colossal change in how computers work. It's proven to be remarkably resilient and adaptable.
What's particularly good is the decoupling of various things. Sure these days there's a lot less call for the line drawing primitives, but it's not l
It's going to be 1 apt install away anyway (Score:1)
Re: (Score:2)
But is there a reason to, other than you want to use a DE that doesn't support Wayland?
Re: (Score:2)
Yes. The real question is why would you want to run Wayland, and that's why they're removing X11 support from GNOME - to force people who thus far have been reluctant (because Wayland is awful) to use it.
Re: (Score:2)
Kubuntu ? (Score:3)
Well, Wayland on Nvidia is still fsck'd (Score:3)
Re: (Score:2)
So, of course, now stop supporting X and force me to use something that won't work going forward as the devs blame Nvidia and nothing gets fixed...
They're probably not wrong about it being Nvidia's fault. Nvidia drivers have been decreasing in quality relative to AMD's (they only have to work well for CUDA for 90% of Nvidia's current revenue stream to be secure, at least as far as the drivers go) and they have never put much effort into supporting Wayland. I find I'm actually looking forward to my next GPU coming from AMD, but that comes with a couple of caveats. One, I am not going to run Windows. AMD's Windows driver is still bad by most accounts. T
It's Gnome that's dropping support (Score:4, Interesting)
It's not that Ubuntu just doesn't want to offer X11 support anymore. It's the Gnome project that has deprecated X11 support, so continuing to support it on Ubuntu would require more resources on Ubuntu's part. Ubuntu continues to offer a variety of desktops on X11 including Mate, Cinnamon, KDE, LXQt, XFCE, etc.
Any distro that ships gnome will be required to use Wayland for it.
Re: (Score:2)
A fork in the road. (Score:2)
I already have 1 foot in the grave via systemd, why are they trying to take my other foot?
Re: (Score:2)
I already have 1 foot in the grave via systemd, why are they trying to take my other foot?
It's mostly their fault you have systemd as well if you're not a redhate user, because Debian's main excuse for adopting it was that GNOME was doing so. If you are, well, you can only blame yourself. Though also, at this point, you have non-systemd options.
Re: (Score:2)
Systemd, XFCE, I'm even still using focus-follows mouse! Still waiting for the sky to fall... or for the grass to get greener on the other side.
sigh (Score:2)
I am having a problem on my system where file requesters won't open.
I looked around and found it's a problem with gnome-gvfs. I killed it and boom, requester opened.
So I went and looked at the issue and they have declared victory and closed it.
I wanted to report that it's still an issue in 1.50.3 when they thought they had it fixed in 1.46.2.
So I try to log in and...
"Signing in using your GitLab.com account without a pre-existing account in gitlab.gnome.org is not allowed."
Your gitlab account isn't good eno
One more reason (Score:2)
>"Canonical has dropped support for the GNOME desktop running on Xorg. Starting with this release, the default Ubuntu session now uses Wayland only"
Just one more reason to not use Ubuntu. Or GNOME, for that matter. Thankfully I use neither. Mint + Cinnamon or MATE hits the spot.
It will be interesting to see how future Mint releases handle this latest hostility. So far, they have done a great job of "undoing" or working-around most of the crappiness that has infected Ubuntu over the years. But at som
What about remote desktop? (Score:2)
What about remote desktop?
Last I checked, that was on the Wayland wishlist.
Sounds like a wonderful reason to ditch Ubuntu (Score:2)