第一步:安装我们的主角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程序。
Ubuntu14.04 Intel+NVIDIA双显卡解决方案:http://www.linuxdiyf.com/linux/13529.html
K650c+Ubuntu15.04双显卡切换:http://www.linuxdiyf.com/linux/12812.html
Ubuntu 14.04安装Nvidia私有驱动并进行双显卡切换:http://www.linuxdiyf.com/linux/11377.html
Ubuntu下联想Y460双显卡禁用独显完美解决:http://www.linuxdiyf.com/linux/9024.html
使用Bumblebee控制NVIDIA双显卡(Ubuntu):http://www.linuxdiyf.com/linux/2056.html