Nvidia Driver Update Problem

Your inxi shows the GPU driver in use is the opensource nouveau driver.

This works fine for Nvidia cards < 1000 - but not optimal for the newer cards.

To use the proprietary Nvidia driver

sudo mhwd -i pci video-nvidia

If your system - after restart - is still using the opensoure driver you remove it - and restart the system

sudo mhwd -r pci video-linux

Wayland and Nvidia combination requires special attention - please consult

You can switch from the login screen - default is lower left corner - which system to use Wayland or X11.

Another option is to switch to unstable branch and do a full system sync to use the newer Nvidia 535.x driver

sudo pacman-mirrors -aS unstable && sudo pacman -Syyu