Steam games not working

Both kernels are EOL. Switch to a supported kernel:

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

Then reboot into 5.10 (Press Esc during boot to get into grub menu and boot with 5.10)
Double check your running kernel is 5.10 then remove the unsupported/eol ones:

uname -r #to check current kernel
sudo mhwd-kernel -r linux513 linux511

Also see:

2 Likes