

Note: If the above lspci command returns a blank or irrelevant output, then you need to run the lspci -k command, and check the output manually line by line. So, if you think your system is using the NVIDIA drivers, then uninstall them. The meaning is obvious, if the kernel driver is nouveau, then it's using the open source driver, if it's nvidia, then the propitiatory driver is in use.Įnjoy free shipping and One-Day delivery, cancel any time.

lspci -k -s 01:00.00Ĭheck the output, the Kernel driver in use: options should be either nouveau or nvidia. And most probably your NVIDIA card is connected to the first PCIe x16 port, you can use this command below. You can verify this with the lspci command. If you've installed any propitiatory ubuntu nvidia driver previously, uninstall them to avoid possible driver conflicts. sudo add-apt-repository ppa:graphics-drivers The graphics-drivers PPA also provides patched bumblebee, VDPAU and vulcan graphics API.Īdding the PPA is fairly simple, and you need to update the apt software repository after adding it. Ubuntu's default restricted repository also have the NVIDIA drivers, but this PPA provides the latest drivers with proper patches. Check if NVIDIA card is working properly or not
