0

Here's a picture of my drivers

04:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GTX 650] (rev a1) Subsystem: ASUSTeK Computer Inc. GK107 [GeForce GTX 650] Kernel driver in use: nouveau

I don't see any graphics drivers. I have a GeForce GTX 650 graphics card.

Is this a common problem? Please help me, I need different drivers to install Steam.

Wretan
  • 1

1 Answers1

0

You can install Nvidia drivers by this terminal command:

sudo apt install nvidia-361

You need to disable Secure Boot in BIOS if you are using UEFI.

It must be some glitch that the driver is not displayed in GUI.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
  • Reading package lists... Done Building dependency tree
    Reading state information... Done E: Unable to locate package nvidia-361
    – Wretan Sep 08 '16 at 13:02
  • Are you connected to internet? Run sudo apt update first. – Pilot6 Sep 08 '16 at 13:53