0

My Ubuntu screen resolution is far too low, and there is no option to change it to a different resolution in settings. I have a GTX 1650 graphics card, so I believe the problem is that the correct Nvidia graphics card driver is not installed. Am I correct?

I downloaded the correct driver but I am having trouble installing it because I don't really know how to stop the X server and get into text only mode. (I'm new at this.)

Would you mind walking me through the steps necessary to install the correct driver and get my resolution working?

CentaurusA
  • 2,692
nod11
  • 21

1 Answers1

2

@GabrielaGarcia This worked:

Do not install from the binaries downloaded from Nvidia. Instead add the graphics drivers PPA and then just open Additional Drivers and there select and apply the latest version.

I used the following commands:

sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt install nvidia-driver-430 nvidia-settings
nod11
  • 21