Can you please try:
sudo ubuntu-drivers autoinstall
sudo systemctl disable nvidia-fallback.service
sudo nano /etc/default/grub
Arrow key down to this line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and change it to GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nouveau.blacklist=1"
once done, run
sudo update-grub
Reboot and test.
!!!










