显卡驱动
检测显卡型号及系统推荐显卡驱动
fh@fh-pc:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C82sv000019DAsd00002463bc03sc00i00
vendor : NVIDIA Corporation
model : GP107 [GeForce GTX 1050 Ti]
manual_install: True
driver : nvidia-driver-390 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin
显卡型号:GeForce GTX 1050 Ti
显卡驱动:nvidia-driver-390(系统推荐)
自动安装推荐的显卡驱动
fh@fh-pc:~$ sudo ubuntu-drivers autoinstall
手动选择显卡驱动版本
fh@fh-pc:~$ sudo apt install nvidia-390
gcc&g++降级
CUDA 9.0仅支持gcc&g++ 6.0及以下版本,而Ubuntu 18.04预装gcc&g++ 7.2,需要手动降级
sudo apt-get install gcc