您似乎没有使用 NVIDIA X 驱动程序。请编辑您的 X 配置文件(只需以 root 身份运行 nvidia-xconfig),然后重新启动 X 服务器

mir*_*irx 6 nvidia xorg resolution graphics drivers

我在戴尔 Inspiron 17R 笔记本电脑上使用 Kubuntu 13.04 64 位。

$ lspci|grep VGA:
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M / GTX 660M LE] (rev a1)
Run Code Online (Sandbox Code Playgroud)

我尝试首先从系统/附加驱动程序安装 NVIDIA 驱动程序,但没有效果,然后我做了:

sudo apt-get purge nvidia* 
sudo apt-get autoremove nvidia-* 
sudo apt-get autoclean 
sudo apt-get autoremove 
sudo apt-get clean 
turned off all Additional Drivers from System/Additional drivers

sudo apt-get update && sudo apt-get dist-upgrade -y 
sudo add-apt-repository ppa:bumblebee/stable 
sudo apt-get update 
sudo apt-get install bumblebee virtualgl linux-headers-generic bumblebee-nvidia

restarted my laptop

sudo apt-get install kde-window-manager 
sudo apt-get install mesa-utils
Run Code Online (Sandbox Code Playgroud)

然后尝试:

# nvidia-xconfig nvidia-xconfig: no command found
Run Code Online (Sandbox Code Playgroud)

所以我做了:

# apt-get install nvidia-common
Run Code Online (Sandbox Code Playgroud)

但再次......:

# nvidia-xconfig
nvidia-xconfig: no command found
Run Code Online (Sandbox Code Playgroud)

毕竟,当我尝试:

nvidia-settings
Run Code Online (Sandbox Code Playgroud)

它再次向我展示: 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

帮助!

San*_*ann 2

看来你并没有真正安装驱动程序。你有没有尝试过:

apt-get install nvidia-current
Run Code Online (Sandbox Code Playgroud)

跑步前nvidia-xconfig

  • 好的,尝试了一下,现在我可以运行“nvidia-xconfig”,但即使它告诉我它创建了一个“xorg.conf”文件,当我运行“nvidia-settings”时,我再次看到我的消息:“您似乎没有使用 NVIDIA X 驱动程序。请编辑您的 X 配置文件(只需以 root 身份运行 nvidia-xconfig),然后重新启动 X 服务器`并且无法插入我的显示器:( (2认同)