您的位置:首页 > 其它

Ubuntu Nvidia driver installation

2015-11-20 19:30 134 查看
# check out your GPU card type

lshw -short

# download the driver from nvidia official web, in *.run

# install the driver as below in a tty1 mode

# ctrl + alt + F1 into tty1 mode

sudo service lightdm stop     //  sudo stop lightdm

sudo init 3

chmod +x  *.run

sudo  ./*.run

sudo service lightdm start  //  sudo start lightdm

# reboot your compute, then it works
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: