我在我的 Dell Inspiron 17R 笔记本电脑上使用 64 位 Kubuntu 13.04。
$ 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)
我尝试安装 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
然后尝试:
# nvidia-xconfig nvidia-xconfig: no command found
所以我做了:
# apt-get install nvidia-common
但再次....:
# nvidia-xconfig
nvidia-xconfig: no command found
经过这一切,当我尝试时:
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
帮助!
答案1
看来您实际上并未安装驱动程序。您是否尝试过:
apt-get install nvidia-current
跑步前nvidia-xconfig
?