I recently noticed that my Nvidia 1080ti was not being used by Ubuntu. I checked using the command ubuntu-drivers devices
as well as sudo ubuntu-drivers autoinstall
and determined that the recommended driver was installed. It also shows as selected in the GUI "additional Drivers" tab in the Software & Updates application. Unfortunately, when I checked the About tab in settings it shows that the recommended Nvidia driver is not being used and it is using llvmpipe instead. The recommended Nvidia driver is the 530 driver; I'm unsure how to make Ubuntu use the Nvidia Driver. As a side note, I was able to install Nouveau and get that working so it seems to be an issue with the 530 driver. I have also installed and run hwinfo --gfxcard
which game the the results below.
20: PCI 700.0: 0300 VGA compatible controller (VGA)
[Created at pci.386]
Unique ID: aK5u.oBefySgvKLF
Parent ID: w+J7.wfd8oV4+v2B
SysFS ID: /devices/pci0000:00/0000:00:03.1/0000:07:00.0
SysFS BusID: 0000:07:00.0
Hardware Class: graphics card
Model: "nVidia GP102 [GeForce GTX 1080 Ti]"
Vendor: pci 0x10de "nVidia Corporation"
Device: pci 0x1b06 "GP102 [GeForce GTX 1080 Ti]"
SubVendor: pci 0x1462 "Micro-Star International Co., Ltd. [MSI]"
SubDevice: pci 0x3607
Revision: 0xa1
Driver: "nouveau"
Driver Modules: "nouveau"
Memory Range: 0xfb000000-0xfbffffff (rw,non-prefetchable)
Memory Range: 0xd0000000-0xdfffffff (ro,non-prefetchable)
Memory Range: 0xe0000000-0xe1ffffff (ro,non-prefetchable)
I/O Ports: 0xe000-0xe07f (rw)
Memory Range: 0xfc000000-0xfc07ffff (ro,non-prefetchable,disabled)
IRQ: 79 (68215 events)
Module Alias: "pci:v000010DEd00001B06sv00001462sd00003607bc03sc00i00"
Driver Info #0:
Driver Status: nvidiafb is not active
Driver Activation Cmd: "modprobe nvidiafb"
Driver Info #1:
Driver Status: nouveau is active
Driver Activation Cmd: "modprobe nouveau"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #6 (PCI bridge)
Primary display adapter: #20
I've also attached a few images. Any help is appreciated.