2

I have been following the answers of many questions on here and I have finally managed to install the correct drivers and my GTX 970 works with Ubuntu 16.04.

The only problem is that it's locked at a low resolution, 1024x768 at 4:3 aspect ratio.

How can I enable it to go full 1080p?

Output for

lspci -k | grep -EA2 'VGA|3D':

01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] (rev a1)
Subsystem: Micro-Star International Co., Ltd. [MSI] GM204 [GeForce GTX 970]
Kernel modules: nvidiafb, nouveau, nvidia_367, nvidia_367_drm

My integrated Intel graphics aren't showing up anymore, probably because I've got the GPU plugged in via HDMI rather than the motherboard.

I installed the drivers by following the answer from cl-netbox on here:

How do I install the Nvidia drivers?

oodles2do
  • 1,823
  • This means you did not install drivers correctly. How did you install drivers? Please [edit] your question and add output of lspci -k | grep -EA2 'VGA|3D' terminal command. – Pilot6 Jul 14 '16 at 07:31

1 Answers1

3

You need to disable SecureBoot in your UEFI (BIOS) settings.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
  • When I installed the driver it asked if I wanted to, and I hit yes. It is turning it back on, on reboot? – oodles2do Jul 14 '16 at 07:46
  • I just tried to disable secure boot and the option is greyed out. I tried creating an admin and user password but it was still greyed out - and locked to enabled – oodles2do Jul 14 '16 at 07:54