歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 13.04 雙顯卡安裝NVIDIA GT 630M驅動

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

日期:2017/2/28 14:48:21   编辑:Linux教程

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

更多Ubuntu相關信息見Ubuntu 專題頁面 http://www.linuxidc.com/topicnews.aspx?tid=2

Copyright © Linux教程網 All Rights Reserved