解決雙顯卡筆記本使用Linux時候的發熱問題
一般把獨立顯卡關掉就行了,比如我的Y460使用Mint系統,使用下面命令關掉N卡:
1
sudo add-apt-repository ppa:bumblebee/stable
2
sudo apt-get update
3
sudo apt-get install bumblebee bumblebee-nvidia
4
sudo reboot
重啟後,運行命令:
1
lspci |grep VGA
得到:
1
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
2
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 425M] (rev ff)
ff便表示我的N卡已經關掉了。