The context is that a couple of years back I had switched from ManjaroKDE to Arch KDE in the name of building my own slimmer installation. However, when I tried Manjaro KDE a couple of weeks back, it seems better than Arch KDE. I learned several things on this during the past couple of weeks. This is all on spinning disk on a laptop. So, not sure how much mileage you would get out of this. But, thought we can compare notes. Here is what I have, for several of which I do not have metric oriented explanations:
Mnajaro KDE version: 20.2.1
- Manjaro KDE is better than Arch KDE.
- Manjaro KDE is better than Manjaro KDE Minimal.
- While installing, Manjaro KDE "Open Source Drivers" option is better than "Proprietary Drivers" option.
- Partitioning scheme has an impact on eye comfort. Having a single partition for everything is the worst option. Best option is to isolated largely read-only partitions from the other I/O types. For example, / is largely read-only, where as /home is typically read-write, and /var is largely write-only. So, minimally having separate partitions for /, /var, and /home would be good. Separating /boot also may be a good idea. Another variation is to have /var and /home to use the same partition and doing bind mount for /home. Using this separation, I am able to use Manjaro KDEcomfortably on what we would call a crappy (laptop) monitor!
- If you are using ext4, it may take upto a couple of hours to do lazy initialization after formatting, where disk writes will be higher. Its better not to judge the display quality during this time.
- The urge to turn-off sub-pixel rendering (SPR) means the installation is already under trouble. In my experience, SPR itself is not the problem, its the slowness of something that is giving the strain. I could easily tolerate SPR on Gentoo KDE (after tuning the USE flags a lot), and FreeBSD KDE (out of the box). The problem with these distributions is that its very difficult to get some things working, such as audio, zoom, slack. Its not impossible, but need to put in a lot of effort. Else, I would switch to FreeBSD KDE without a second thought!
Hope this helps.