ubuntu NVIDIA驱动安装
下载好后上传服务器并添加权限
chmod +x NVIDIA-Linux-x86_64-535.129.03.run
运行安装:
./NVIDIA-Linux-x86_64-535.129.03.run
报错ERROR: You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at www.nvidia.com.
解决方法:
./NVIDIA-Linux-x86_64-535.129.03.run --no-x-check
重新安装:
报错:ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before proceeding. Please
consult the NVIDIA driver README and your Linux distribution's documentation for details on how to correctly disable the Nouveau kernel driver.