Ubuntu 13.04 雙顯卡安裝NVIDIA GT 630M驅動

[日期:2013-05-24]
 
Linux系統:Ubuntu 13.04
安裝 bumblebee 以管理雙顯卡,下面命令會自動安裝NVIDIA顯卡驅動
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
安裝成功後,重啓電腦
查看顯卡狀態
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 表示獨立顯卡已經關閉
查看顯卡驅動是否安裝成功
sudo optirun nvidia-settings -c :8
 
至此,顯卡驅動已安裝成功,若是要以獨立顯卡運行某個程序,例如 test 程序
sudo optirun test
相關文章
相關標籤/搜索