https://wiki.archlinux.org/title/Cinnamon Cinnamon is available for Arch, would be the same or better
azvasKvklenko
LXQt, XFCE Or a window manager, they’re all lightweight.
Any experience you can share on how complete and stable is that experimental session? I probably wouldn’t throw newbie on that
Yeah, Flatpak installing user-space driver for itself is unfortunately not solvable until there’s open source driver that is part of the Mesa project. Every time you update the driver in your system, Flatpak must update its nvidia-utils too, because their versions must match exactly. For Mesa drivers, Flatpak also installs the drivers as Flatpak, but they’re compatible back and forth and it only updates when it ships new version.
The cleanup should be more automatic, but try
flatpak uninstall --unused
Because it always worked on X11 and Mint Cinnamon is just that. I used NVIDIA graphics on X11 in 2007 and, apart from the extra dkms driver that could break at times, it was fine, and much better anyway than ATI/AMD with proprietary fglrx driver. Rest in piss son of a bitch.
The question was what would I recommend for Wayland. Only the brand new 555 driver combined with most recent compositors (and other packages like mesa, xwayland,…) offers decent NVIDIA experience. It’s a matter of new distro releases around this fall.
Neither Cinnamon, XFCE or Mate have stable Wayland support. You need GNOME or Plasma for that if you want a desktop (or wait for the new Cosmic desktop and new PopOS)
Yes, Flatpak fixed a lot of the old shenanigans we used to have when everything was either native package, or a binary to hope for the best and install libraries manually, or source code to collect everything that’s needed for building and again, hope for the best. It is however designed to provide a way to install graphical apps, but can’t handle everything native package does (like out-of-tree kernel modules, CLI utils, system services)
Mint is great and is absolutely enough for most people using computers, still as of now. It comes with its limitations though:
- By default it runs pretty old kernel. This is fine if your hardware is at least 3 years old. It allows to easily switch to newer kernel with just few clicks, but I expect newbies to not be aware of this at all. Oh, and I don’t know if it offers some custom kernels like tkg etc, which some might want to squeeze best gaming perf etc.
- Cinnamon is still limited to X11. If you have multi-screen setup, VRR, mixed refresh, mixed DPI etc, it’s better to switch to Wayland. Plus, Xorg server gets less and less maintenance and development. All the innovation moved to Wayland, so the experience on X will remain pretty stale.
- The Ubuntu base makes it so that for 3rd party software you either need deb packages or PPAs. Some will argue (me included) that it’s not the best solution
All of the above can easily be irrelevant to you and Mint is just perfect for what you need. It’s important to point out limitations of that choice, but crapping on it because you don’t like it is just pointless fuss
I see where they were going with this
Traditionally on Ubuntu-based systems, those packages get installed as dependency of a meta package that pulls the entire desktop experience, for instance on Ubuntu this is ubuntu-desktop (the default GNOME experience), kubuntu-desktop (the KDE Plasma experience) and so on. I believe this won’t be much different for Mint.
The consequence of uninstalling such package is removal of the meta package. You can totally do that, but then the dependencies (so the cinnamon desktop with everything that makes it Linux Mint) are due for autoremoval of no longer needed packages (so apt autoremove would remove it all) unless they’re marked as explicitly installed and needed by you. Unless they’re “optional” dependencies. It’s hard to tell precisely what will happen without access to actual Linux Mint, but in theory you can just cherry pick whatever you want from that big chunky meta package, or remove it all and only reinstall stuff that interests you.
I personally wouldn’t bother and just set my default apps to my preference and if the app menu is too crowded I’d hide them using something like Alacarte (old school GNOME menu editor). That way you know that full system upgrades wont cause any problems, and you effectively replace apps as you desire.
And it’s true that for lightweight system with only what I need, something like Debian or Arch would be much better. My experience is that usually modifying easy-to-use distribution is (while perfectly possible) more effort than building one from the ground up.