Linux: Ubuntu 13.04
Install bumblebee to manage the dual-graphics card. The following command will automatically install the NVIDIA graphics card driver
Sudo add-apt-repository ppa: bumblebee/stable
Sudo apt-get update
Sudo apt-get install bumblebee-nvidia
After the installation is successful, restart the computer
View graphics card status
Lspci | grep VGA
00:02. 0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
. 0 VGA compatible controller: NVIDIA Corporation gfw.m [GeForce GT 630 M] (rev ff)
The first line is the Intel Core graphics card information, the second line is the NVIDIA independent graphics card information, and the Last rev ff indicates that the independent graphics card has been disabled
Check whether the video card driver is successfully installed
Sudo optirun nvidia-settings-c: 8
So far, the video card driver has been installed successfully. If you want to run a program with an independent video card, such as the test program
Sudo optirun test