Ubuntu 13.04雙顯卡安裝NVIDIA GT630M驅動
安裝 bumblebee 以管理雙顯卡,下面命令會自動安裝NVIDIA顯卡驅動
[plain]
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
安裝成功後,重啟電腦
查看顯卡狀態
[plain]
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 GF108M [GeForce GT 630M] (rev ff)
第一行是Intel核芯顯卡信息,第二行是NVIDIA獨立顯卡信息,最後的 rev ff 表示獨立顯卡已經關閉
查看顯卡驅動是否安裝成功
[plain]
sudo optirun nvidia-settings -c :8
至此,顯卡驅動已安裝成功,如果要以獨立顯卡運行某個程序,例如 test 程序
sudo optirun test