"You appear to be running an X server"的解決方法:在安裝過程中出現了這個問題,我在剛剛看到的教程( http://wenku.baidu.com/link?url=w-jxqF6FpNQ_FV-_r_kK7T9TZbo7VNxmtkTTf1iHH4m9kERbpyOdyZZi8tWPL_zxpKAGNbEEgIc0hy0nMuH9V-razBlXnLZEDUyDgqK47qm )裏面也提到了這個,我按照他的那個方法沒有解決,然後搜索到國外的一位大神的解決方法:
- Hit
CTRL+ALT+F1
and login using your credentials. - kill your current X server session by typing
sudo service lightdm stop
or sudo stop lightdm
- Enter runlevel 3 by typing
sudo init 3
and install your *.run file. - You might be required to reboot when the installation finishes. If not, run
sudo service start lightdm
or sudo start lightdm
to 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