解决双显卡笔记本使用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
相关文章
相关标签/搜索