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

- Hit
CTRL+ALT+F1and login using your credentials. - kill your current X server session by typing
sudo service lightdm stoporsudo stop lightdm - Enter runlevel 3 by typing
sudo init 3and install your *.run file. - You might be required to reboot when the installation finishes. If not, run
sudo 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
本文提供了解决X服务器运行错误的方法,并详细介绍了如何在遇到问题时安装NVIDIA显卡驱动,包括从命令行启动、停止X服务器会话、初始化运行级3并安装驱动程序等步骤。

被折叠的 条评论
为什么被折叠?



