---
# System prepended metadata

title: Nvidia GTX1080ti on ubuntu
tags: ['18.04', '16.04', ubuntu, cuda, gtx1080, rootopia]

---

Nvidia GTX1080ti on ubuntu
===
### 2019.12更新

![](https://i.imgur.com/rFnDXbh.png)
 
 註:
#### Impoetant!
CUDA version will bunddle to your  Nvidia driver version!

 driver版本會決定你的CUDA加速函式庫版本
ex:
nvidia-driver-390 cuda-9.0
nvidia-driver-418 cuda-10.0


### 環境(Environment)
顯示卡硬體: 
Asus ROG STRIX-GTX1080Ti-011G-Gaming
(Nvidia GTX1080ti)
主機板:GIGABYTE-GA-X58A-UD3R v2.(2010)
環境: ubuntu18.04.3

### 步驟(Install steps)


**sudo apt purge nvidia***

**sudo add-apt-repository ppa:graphics-drivers/ppa**

**sudo apt update**

**sudo apt install nvidia-driver-418 nvidia-settings**

**sudo reboot**

for cuda9.0
**sudo apt install nvidia-driver-390 nvidia-settings**
I always use the latest :P

### How to fly

**nvidia-smi**
**cat /proc/driver/nvidia/gpus/0000\:03\:00.0/information**

![](https://i.imgur.com/4WgUAX0.png)

---
### (deprecate )


**cuda10   nvidia-410**

sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt update 
sudo apt-get install nvidia-410



顯示卡硬體: 
Asus ROG STRIX-GTX1080Ti-011G-Gaming
(Nvidia GTX1080ti)
主機板:GIGABYTE-GA-X58A-UD3R v2.(2010)
環境: ubuntu16.04.2

step1.
一開始要進bios把
USB lagecy support 打開,才讀的到USB鍵盤, 另外無線鍵盤無法讀取(灌系統要使用有線)
https://www.ubuntu-tw.org/modules/newbb/viewtopic.php?post_id=2849

step2. 用live USB安裝ubuntu-16.04.2


step3. 
請先看step4
安裝完重開機會發現你出現一片紫色畫面
因為沒有抓到driver

所以在進入grub後按 `e`鍵
倒數第二列修改
`ro    quiet splash`
成
`ro    nomodeset quiet splash`
中間都隔一個空白鍵就行了

順利進入ubuntu

![](https://i.imgur.com/jsgfJef.jpg)


![](https://i.imgur.com/sBc1AmI.jpg)

紫色畫面
https://askubuntu.com/questions/760374/ubuntu-16-04-nvidia-driver-blank-screen

step4.
如果你還能開啟終端機, 不要重開先把顯卡driver裝完
```bash=
sudo add-apt-repository ppa:graphics-drivers/ppa

sudo apt-get update

sudo apt-get install nvidia-381
```

sudo reboot重開

step5. 歐耶！安裝完成
終端機輸入
`nvidia-smi`
![](https://i.imgur.com/e2C1KQQ.png)


安裝參考網址: [link](https://blog.nelsonliu.me/2017/04/29/installing-and-updating-gtx-1080-ti-cuda-drivers-on-ubuntu/)

loop login
===

https://tw.saowen.com/a/b9a3999d0b0f5edf78ee74000828845c218e0ec60c23036666ee3419ac69c642


http://xcomchinesenote.blogspot.tw/2016/08/ubuntu-1604nvidia.html

https://laylatadjpour.wordpress.com/2017/05/29/installing-gtx-1080-ti-drivers-cuda-8-0-on-ubuntu-16-04/


#### reference
https://medium.com/@sh.tsang/geforce-gtx-1080ti-gpu-nvidia-driver-installation-in-ubuntu-18-04-1d3407ecfd5e


###### tags: `gtx1080` `cuda` `ubuntu` `18.04` `16.04` `rootopia`


