当前位置:
文档之家› centos7安装nvidia驱动后无法进系统解决方法
centos7安装nvidia驱动后无法进系统解决方法
3
centos7 安装 nvidia 驱动后无法进系统解决方法
现像描述:GEFORCE GTX 1080 Ti Pascal 卡,在 cnetos 7.1 系统下,安装完驱动时,进不了图形
界面。 安装驱动使用的命令:sh NVIDIA-Linux-x86_64-375.66.run --no-opengl-files 驱动打完之后就卡在这里,装了驱动之后进不了图形界面,卡在图一界面,按 ctrl alt f1 能 进命令界面。把驱动卸载之后就可以进。显示输出是接主板的 VGA。
图一
Edit by
happy_Joson
1
图二
Edit by
happy_Joson
2
解决方法: 1. Prepare nVidia driver and CUDA. 2. Install CUDA first. Add nouveau to blacklist first. #vi /etc/modprobe.d/disable-nouveau.conf Add below in the file blacklist nouveau option modeset=0 Reboot the server to take effect Switch to text mode by “init 3” With below command for installing.
(remember to use --no-opengl-libs) 3. Install nVidia driver then.
4. Modify grub fil-o /boot/grub2/grub
Edit by
happy_Joson