ubuntu 18.04 how do I install drivers for my NVIDIA GeForce GTX 1050?

31,046

First option is to go into software and updates. When you are in software and updates, go to the additional drivers page. Wait for a second until it has loaded and see if there are any options there.

The second option is to download it through the terminal. First of all, check the exact graphics card with:

ubuntu-drivers devices

Find the recommended driver and type the command:

sudo apt install nvidia-(driver-number)

Or type the command:

sudo ubuntu-drivers autoinstall
Share:
31,046

Related videos on Youtube

warehouse
Author by

warehouse

Updated on September 18, 2022

Comments

  • warehouse
    warehouse over 1 year

    I installed Ubuntu 18.04 After installation, I rebooted the computer, entered the grub menu, pressed e in ubuntu added the nomodeset option and Ubuntu presented the Gnome interface in a resolution of 1024X768 telling me: Unknown Display. So my question is how to install the drivers for my NVIDIA GTX 1050 graphics card