首页 > 其他分享 >安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details

安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details

时间:2023-10-12 17:27:31浏览次数:35  
标签:appear please installing server running exit details before

安装NVIDA驱动时,出现your appear to running an x server;please exit x before installing .for further details 这个错误

主要是由于安装远程控制lightgm 导致X-server启动。

解决办法:

sudo chmod +x NVIDIA-Linux-X86_64-440.100.run

sudo ./NVIDIA-Linux-X86_64-440.100.run -no-x-check

在后面加上不对Xserver进行检查的命令(红色)就可以安装成功!

关于这条命令具体含义,参考链接ERROR:You appear to be running an X sever; pleas exit X before installin_binqiang2wang-CSDN博客
————————————————
版权声明:本文为CSDN博主「EliteA1」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_32415217/article/details/123185645

标签:appear,please,installing,server,running,exit,details,before
From: https://www.cnblogs.com/wcxia1985/p/17759975.html

相关文章