3

It says the graphics card drivers are installed, and I have installed 390, but I hardly beleive it is actually in use. I am unsure why the resolution got messed up too, happened sometime during my attempt to get the graphics card working. enter image description here

As you can see from this image, the 'About' still shows the intel integrated graphics + the resulution is very small, which I assume is part of this issue. This is ubuntu 18.04 64bit, I also had similar issues on 16.04 previously. GTX 960m

1 Answers1

0

Normally the package nvidia-prime should be installed alongside the NVIDIA drivers automatically - to do it manually, open a terminal and execute the following command:

sudo apt install nvidia-prime 

Now you can find the tab PRIME Profiles in the NVIDIA X Server Settings application.

enter image description here

Csokis
  • 1