红联Linux门户
Linux帮助

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

发布时间:2016-02-09 10:45:22来源: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://www.linuxdiyf.com/linux/17960.html