What is manjaro.moson.eu?

I got this after changing resolution of my computer. After it I install kernel 5.14 because my screen is tearing/glitch.

manjaro.moson.eu is a mirror (a mirror is a server that provides an exact copy of data from another server).

This will cause more problems than solutions because 5.14 is EOL. Switch to a supported kernel:

sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syyu 
sudo mhwd-kernel -i linux515

Then reboot into 5.15 (Press Esc during boot to get into grub menu and boot with 5.15)
Double check your running kernel is not 5.14 then remove it:

uname -r
sudo mhwd-kernel -r linux514
2 Likes

Oke thank… I got it :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.