Dell 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)
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
助けて!
実際にドライバーをインストールしなかったようです。やってみました:
apt-get install nvidia-current
nvidia-xconfig
を実行する前に?