I am trying to install the nVidia 378.13 drivers for a GEForce 1080ti on a fresh install of Ubuntu 16.04.2 64 bit.
I installed the drivers using ppa (using the technique described here). I blacklisted nouveau (using the technique described here).
However, my NVidia card does not show up under "Additional Drivers." As in, there is no top-level graphics card there at all, just my AMD processor, which has two radiobuttons I can use to select the proprietary AMD driver.
Under System Settings > Details > Graphics it says Graphics Device/PCIe/SSE2
When I do:
sudo lshw -c video | grep 'configuration'
I get
configuration: driver=nvidia latency=0
Can anyone give me any insight into how to get this NVidia card installed? I want to use CUDA so, as far as I understand, it's important that I use the NVidia drivers.
driver=nvidia
means it's installed. – Mar 23 '17 at 18:34sudo apt update
. Please edit your question and describe exactly what you did. – Mar 23 '17 at 20:06