At last! Users from Ubuntu 24.04 onwards that's scheduled to release on April 25th should hopefully see a smoother Linux gaming experience.
There's been an issue for quite some time now in various Linux distributions where the value of vm.max_map_count is too low, which is by default set to 65530, and this causes a whole bunch of games to crash. Fedora changed this to a default of 1048576 back with Fedora Linux 39 and now it's the turn for Ubuntu to do the same.
On the bug report, it's been noted that a fix has been committed for Ubuntu 24.04 in the procps package that will now match the value that Fedora is using.
Some of the games that can be affected by it include The Finals, which I actually wrote about with this issue, and others including Counter Strike 2, Hogwarts Legacy, DayZ, and basically anything that might be invoking a lot of mmaps. Some specific games may still need a higher value, but at least bumping up the default will leave room for more games to actually work properly.
It's such a small change, but the benefit will be huge for an overall smoother gaming experience.
Hat tip to OmgUbuntu.
Quoting: Linux_RocksToo bad no KDE Plasma 6 in Kubuntu though. 🐌🐢
Yes but when Kubuntu 24.10 is released Plasma will be up to version 6.2/6.3/something and most bugs will have been fixed Plasma 5.27 is so good that at least I don't mind using it for 6 more months. It's just a very stable desktop. Maybe a little boring but I take stable and boring over new and buggy every day of the week
Quoting: BrokattYeah I've heard a few horror stories about the initial Plasma 6 release, so I'm actually kinda glad to wait a bit.Quoting: Linux_RocksToo bad no KDE Plasma 6 in Kubuntu though. 🐌🐢
Yes but when Kubuntu 24.10 is released Plasma will be up to version 6.2/6.3/something and most bugs will have been fixed Plasma 5.27 is so good that at least I don't mind using it for 6 more months. It's just a very stable desktop. Maybe a little boring but I take stable and boring over new and buggy every day of the week
I'm just not sure what the big deal is as in my mind this one is just one of those "Oh, that's the issue? Okay, tweak that, done."
Quoting: Liam DaweI can't even get the new KDE Neon to boot properly off a USB stick. It just shits out a bunch of false errors and then sits there. I didn't care enough to bother troubleshooting it beyond a couple quick things, cause it wasn't important enough for me to dick with. lolQuoting: BrokattYeah I've heard a few horror stories about the initial Plasma 6 release, so I'm actually kinda glad to wait a bit.Quoting: Linux_RocksToo bad no KDE Plasma 6 in Kubuntu though. 🐌🐢
Yes but when Kubuntu 24.10 is released Plasma will be up to version 6.2/6.3/something and most bugs will have been fixed Plasma 5.27 is so good that at least I don't mind using it for 6 more months. It's just a very stable desktop. Maybe a little boring but I take stable and boring over new and buggy every day of the week
Quoting: Linux_RocksToo bad no KDE Plasma 6 in Kubuntu though. 🐌🐢
This is an LTS version, they definitely should not ship software versions that new and unstable. You don't want your LTS version to be breaking frequently, it is the more conservative version and they don't want to make major changes to fix issues...
If you want newer KDE on Kubuntu LTS, you can get the backports ppa, I used to do it - but it is a tad more risky and I'd rather the default for total beginners is the old but rock solid version. It's not like current versions of KDE 5 are bad and you want to upgrade ASAP.
Last edited by Comandante Ñoñardo on 26 March 2024 at 2:25 pm UTC
Quoting: Comandante ÑoñardoAnd how to manually do this "vm_max_map_count" increase on Ubuntu 22.04?
The way I did it on Mint ages ago was by adding a file called `/etc/sysctl.d/80-increase-map-count.conf` with the following content:
vm.max_map_count=16777216
You can add the line to /etc/sysctl.conf instead, or replace the value with the new Ubuntu default if you prefer. This has been working fine for me though, and won't get overwritten by an update.
Then you'll either want to reboot or run this command to make the setting take effect immediately:
sudo sysctl -p
Last edited by tuubi on 26 March 2024 at 2:59 pm UTC
See more from me