Bumblebee

安装

<!-- lang: shell -->
sudo add-apt-repository ppa:bumblebee/stable
<!-- lang: shell -->
sudo apt-get update
<!-- lang: shell -->
sudo apt-get install bumblebee bumblebee-nvidia
<!-- lang: shell -->
sudo reboot

检测

<!-- lang: shell -->
lspci |grep VGA

<!-- lang: shell -->
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 Device 0de9 (rev ff)

打开N卡设置

<!-- lang: shell -->
optirun nvidia-settings -c :8

测试性能

<!-- lang: shell -->
optirun glxgears
<!-- lang: shell -->
optirun glxspheres

你可能感兴趣的:(Bumblebee)