最近,我在恢复模式下为我的gtx 570安装了一个Nvidia驱动程序,因为它不允许xorg同时运行。(NVIDIA-Linux-x86_64-331.67.run.part)
安装后,我想确保我的驱动程序是工作的,所以我安装了Nvidia设置。
我收到nvidia-settings声明的一个错误:
You do not appear to be using the NVIDIA X driver.
Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.lspci显示:
01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX 570 HD] (rev a1)我对Linux很陌生,如果不是因为我的新手,我不觉得我会有这个问题。
任何帮助都将不胜感激!
发布于 2014-05-20 05:44:08
NVIDIA x86_64-331.67.run.Part以.part结尾,这表明它还没有被完全下载。因此,正如您问题中的错误消息所述,You do not appear to be using the NVIDIA X driver,因为您还没有安装Nvidia驱动程序。
您可以使用以下附加驱动程序很容易地安装专有的Nvidia图形驱动程序:
https://askubuntu.com/questions/469453
复制相似问题