知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

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

发布时间:2014-09-05 13:40:23作者:知识屋

解决双显卡笔记本使用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卡已经关掉了。 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜