[Linux]ubuntu 下安装NVIDIA显卡驱动出现X service error问题解决方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
"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
orsudo 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
orsudo 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
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)