elementary OS User Handbook
eOS HomeTeamBlogSupportGet Involved
  • 🔵Welcome to elementary OS
  • Overview
    • 📘Idea & Evolution
    • 📘Desktop Tour
      • 📖Greeter
      • 📖Panel
      • 📖Dock
      • 📖App Windows
      • 📖Multitasking
    • 📘System Idiosyncrasies
      • 📖Gestures
      • 📖Hot Corners
      • 📖Picture-in-Picture
      • 📖Display Filters
      • 📖Feedback App
      • 📖Missing Habits
  • Get Started
    • 📗Install elementary OS
      • 📖Writing ISO with Etcher
      • 📖Using GParted
    • 📗Explore System Settings
      • 📖Manage User Accounts
      • 📖Control System Access
      • 📖Set up Date & Time
      • 📖Configure Network
      • 📖Add Online Accounts
      • 📖Stay Secure & Private
      • 📖Adjust Power Settings
      • 📖Set Language & Formats
      • 📖Keyboard Settings
      • 📖Mouse & Touchpad
    • 📗Customize Desktop
      • 📖Set up Visual Style
      • 📖Change Wallpaper
      • 📖Adjust Text Size
      • 📖Configure Dock & Panel
      • 📖Windows and Corners
    • 📗Plug in Hardware
      • 📖Connect via Bluetooth
      • 📖Printers & Scanners
      • 📖Hook up Tablet
  • Best Practices
    • 📙Tips & Tricks
      • 📖Add PPAs
      • 📖Get More Tweaks
      • 📖Max the AppCenter Out
      • 📖Add More Fonts
      • 📖Make QT apps look like GTK
    • 📙2 Advanced
      • 📖Open as Admin
      • 📖Create Local Network
      • 📖Plank Advanced Customization
  • Troubleshooting
    • 📕Installation Issues
    • 📕Common Issues
      • 📖Grub menu 30 sec
      • 📖Nvidia Drivers
      • 📖Double Icons in Plank
      • 📖Sound and Picture Issues
      • 📖Ghost Updates
  • Extra Info
    • 📒Useful Links
    • 📒Feedback
Powered by GitBook
On this page
  1. Troubleshooting
  2. Common Issues

Nvidia Drivers

Use at your own discretion

PreviousGrub menu 30 secNextDouble Icons in Plank

Last updated 1 year ago

There are that devices with Nvidia cards have different issues from strange colored screens, distorted screens to blank screens at all.

This is a common Nvidia driver issue, still the following way of Nvidia driver installation via the Terminal may help (try to boot into recovery mode if the screen color makes it impossible).

  1. If you have never added a PPA on your system, you might need to run this first:

sudo apt install -y software-properties-common
  1. Add the Nvidia drivers' repository, get all updates and upgrade the distro.

sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt upgrade
  1. Check the repository for the latest driver:

sudo apt search nvidia-driver
  1. Run the following:

sudo apt install linux-headers-$(uname -r)
  1. Install the latest driver found (535 is the latest at the moment of writing the guide):

sudo apt install nvidia-driver-535
  1. Reboot.

Sometimes kernel updates can cause problems. If this is your case, boot in recovery mode, and repeat the following commands

sudo su

sudo apt install linux-headers-$(uname -r)

and reboot.

Thanks for the method.

📕
📖
this Reddit post
many cases reported
Examples of the Screen Issues