Before everything, run nvidia-smi to see which driver version do you have. If you have a version lower than the recommended one, then try this method (it worked for me with Nvidia GeForce 940MX):
- Run this command
ubuntu-drivers devices to see which Nvidia
driver is recommended for your graphic card
- Run
sudo ubuntu-drivers autoinstall.
If the previous command didn't install the desired version of Nvidia drivers, try this: sudo apt install nvidia-<driver_version>.
You can find more information and different methods in this link