第一步:安装我们的主角Bumblebee(大黄蜂)
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
sudo reboot
ps: Bumblebee3 已经非常完善,把所有的东西都配置好了
第二步:查看显卡工作状态
lspci |grep VGA
结果如下:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev ff)
独显的状态为rev ff 即为关闭状态,OK 大功告成!
打开N卡设置
optirun nvidia-settings -c :8
下边两个命令可以对比开独显跟不开独显的性能差距
glxgears // 直接运行
optirun glxgears //使用独显运行
Ps:optirun XXX 就是调用独显的关键了,这个就是指明用独立显卡打开指定的xxx程序