How to install 2080ti graphics card driver on Ubuntu 18.04 [final failure]

1. Preparation before installation: special instructions

1. Update PCI ID

Since the current kernel version used by ubuntu  18.04 is 4.15.0, the newer graphics card has not been updated synchronously, so we need to manually update the supported PCI ID.

1) Enter in the terminal: sudo update-pciids

2) Check whether the command is executed successfully: sudo cat /usr/share/misc/pci.ids |  grep  -i rtx

The output should include a GeForce RTX 2080 Ti

3) Check whether the currently inserted RTX2080Ti is recognized correctly: lspci | grep -i nvidia

42:00.0 VGA compatible controller: NVIDIA Corporation TU102 [GeForce RTX 2080 Ti Rev. A] (rev a1)

42:00.1 Audio device: NVIDIA Corporation TU102 High Definition Audio Controller (rev a1)

42:00.2 USB controller: NVIDIA Corporation TU102 USB 3.1 Controller (rev a1)

42:00.3 Serial bus controller [0c80]: NVIDIA Corporation TU102 UCSI Controller (rev a1)

2. Check the graphics card model

lshw -c video

Guess you like

Origin blog.csdn.net/zhangziliang09/article/details/127902283