• 3 Posts
  • 15 Comments
Joined 2 months ago
cake
Cake day: February 13th, 2025

help-circle



  • Another thing is that my laptop might be using Legacy BIOS, so systemd isn’t compatible with it.

    Oh sorry, then Fedora isnt a good idea. They have deprecated support for Legacy BIOS.

    Anything with LXQT 2.1 available should give the same experience however right now it seems only rolling distros ship with 2.1. Lubuntu 25.04 will ship (in ~April) with LXQT 2.1 but it wont default to wayland so you might have to do some manual config. Its also not an lts release.

    storage requirements

    shouldn’t be a big problem. lxqt is super lightweight. If you go with lubuntu, I recommend turning off snap to save some space.

    Linux Mint MATE or XFCE are really good if you dont necessarily want wayland support.

    Another option is the Raspberry Pi OS. Debian based, should be very lightweight and runs wayland. I haven’t personally tried it though.




  • I dont think its the software* but the instance that matters. Everyone being on lw is not good (not that there is anything wrong with lw, just that centralization is bad). Thankfully most lemmy apps nowadays default to lemm.ee which should hopefully counter most of the centralization. Lemmy apps should rotate the default server when it gets too big which will help a lot (also shows the impact defaults have).

    *Software would have mattered if the main devs instance was also the biggest. Or a very popular lemmy client defaulted to their own instance. With lemmy thats not the case.



  • Discourse already exists (and most big companies use that).

    Also you can see many other things on Reddit or Discord too (or the internet). Im not sure how that is a point against federation. If companies really want to control everything they can create their own instance (like KDE’s lemmy instance).

    They can defederate everyone from their instance to get an “unfederated” instance but again it changes nothing imo.

    In fact defederation is a negative since now you have to worry about new signups, moderation, etc. While in a federated instance, you can leave moderation to other instances and only allow team/company members on your instance. Users can sign up on other instances and still be able to interact with your instance for support, help and other stuff.







  • Yeah the whole situation really sucks. Im a big fan of both marcan and linux so its just sad how it all ended. But Im hopeful the R4L project will be successful despite these setbacks. Some of the first rust drivers are really close to landing and I think once that happens, the dust will mostly settle as hopefully most of the things around rust would have been figured out by then. Even this situation led to some improvements like the R4L policy (and also brought the issue to greater public scrutiny). Though the drama probably won’t end there, especially if rust starts making in to the core kernel (thus start being required for building the kernel). That is probably going to be the final obstacle; if rust makes it to the core kernel code, I think the R4L project will have succeeded.


  • 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).