I'm totally happy with this linux distro , very nice performance , stability nice collection of software , nice desktop and i can find more packages using flatpak , xfs filesystem performs really good.
I think this distro has everything i want.
It would be very difficult to move to another distro after this one.

Wayland works pretty fine.
What i would suggest to those with older amd gpus (radeon) is to check if you card is supported by the new amdgpu driver and switch to it using the following commands

sudo vim /etc/modprobe.d/amdgpu.conf
enter this text :
options amdgpu si_support=1
Then
sudo vim /etc/modprobe.d/radeon.conf
enter this text:
options radeon si_support=0

And then execute this command:
sudo mkinitcpio -P

  • demm replied to this.

    chrisfromgreece sudo mkinitcpio -P

    Just a correction there, default installs in KaOS use dracut, not mkinitcpio:

    sudo dracut -f --no-hostonly-cmdline "/boot/initramfs-linux${KERNEL_NAME}.img" --kver ${KERNEL_VERSION}

      demm
      I was using it and displayed some error messages in the beginning and i think because mkinitcpio is available maybe i should use that