解决双显卡笔记本使用Linux时候的发热问题

一般把独立显卡关掉就行了,比如我的Y460使用Mint系统,使用下面命令关掉N卡:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia
sudo reboot
重启后,运行命令:
lspci |grep VGA
得到:
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 425M] (rev ff)
ff便表示我的N卡已经关掉了。

更多请关注 http://bumblebee-project.org

你可能感兴趣的:(bumblebee)