ubuntu 下安装NVIDIA显卡驱动出现X service error问题解决方法

前端之家收集整理的这篇文章主要介绍了ubuntu 下安装NVIDIA显卡驱动出现X service error问题解决方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

"You appear to be running an X server"的解决方法


在安装过程中出现了这个问题,我在刚刚看到的教程( http://wenku.baidu.com/link?url=w-jxqF6FpNQ_FV-_r_kK7T9TZbo7VNxmtkTTf1iHH4m9kERbpyOdyZZi8tWPL_zxpKAGNbEEgIc0hy0nMuH9V-razBlXnLZEDUyDgqK47qm )里面也提到了这个,我按照他的那个方法没有解决,然后搜索到国外的一位大神的解决方法

  • HitCTRL+ALT+F1and login using your credentials.
  • kill your current X server session by typingsudo service lightdm stoporsudo stop lightdm
  • Enter runlevel 3 by typingsudo init 3and install your *.run file.
  • You might be required to reboot when the installation finishes. If not,runsudo service start lightdmorsudo start lightdmto start your X server again.

先到NVIDIA 官网上下载驱动文件(.run 格式)

1.按住CTRL+ALT+F1 进入命令行

2. sudo service lightdm stop 或者 sudo stop lightdm

3. sudo init 3

4. 安装驱动程序: #: sudo ./NVIDIA-Linux-x86_64-177.67-pkg2.run //当前目录下执行NVIDIA驱动程序

5. 按照提示安装完成,简单方法重启就好了 sudo reboot

原文链接:https://www.f2er.com/ubuntu/354995.html

猜你在找的Ubuntu相关文章