• 1 Post
  • 14 Comments
Joined 9 days ago
cake
Cake day: February 13th, 2025

help-circle



  • One way is to donate to devs who are working on some specific features in the Linux kernel. The two I remember are Hector Martin who lead the Asahi Linux project and Kent Overstreet who is the main dev behind bcachefs, a new CoW FS.

    But I guess this only works if there is some dev already working on a feature and is accepting donations. I wish we had community linux project or something similar which was funded by donations and hired kernel devs to work on things the community voted on.





  • Yeah the docs are a bit misleading but they are mostly for complete linux newbies. Its basically saying that to scare away any newbies from relying on ntfs because ntfs on linux has quite a few issues (in general, not exclusive to Bazzite) and might break unexpectedly since it is reverse-engineered so it is not perfect.


  • Bazzite does support NTFS. I use Bazzite on one of my devices with ntfs partitions and I haven’t had any problems so far. Unless you mean installing Bazzite on the ntfs partition which yeah I guess it doesn’t but Im not sure if any other disro has support for it.

    But fair enough, immutable distros have a read-only system so making certain changes might be difficult and the usual commands might not apply. They are not impossible though, just require different commands since you have to layer those changes on top of the system. I have been able to make pretty much any changes to my Bazzite system that I would do on an ordinary distro.

    Bazzite also has a really nice community that will help you with any issues and you can also ask for help in Fedora Silverblue/Kionite communities since Bazzite is just an image of Fedora (Kionite).





  • tl;dr Run sudo apt install --install-recommends linux-generic-hwe-24.04 in the terminal to get the latest kernel version available (v6.11.x)

    Linux Mint uses whatever kernel the latest Ubuntu LTS (24.04) is using which happens to be v6.8.x. Ubuntu LTS and thus Linux Mint will by default remain on this kernel version for two years after its release i.e. until the release of the next major version of Ubuntu LTS. This is for stability (hence the LTS moniker - Long Term Stable). You do get security updates and fixes in point releases of the kernel.

    So yes kernel versions are tied to your Linux Mint version. But Ubuntu also offers newer kernel versions, however those will be less stable so are not recommended unless you have some hardware that doesn’t work with your current kernel version. Just run sudo apt install --install-recommends linux-generic-hwe-24.04 in the terminal which will install v6.11.x. This will also install newer versions of drivers (mesa) and other related stuff. Note that this kernel version is not fixed, you will get updated to a newer major kernel version every 6 months.

    *And if you have an Nvidia GPU, you would also want to install the Nvidia driver for the newer kernel. I think Mint provides an app for that (drivers or something).