您的位置:首页 > 运维架构 > Linux

CentOS安装bumblebee控制双显卡

2014-08-18 17:59 417 查看
Centos 6.5使用Bumblebee关闭N卡,冷却你的电脑

夏天来了,笔记本装的Centos一直很热,随着天气的变化,这个问题真的要解决了。差了下原因可能是双显卡笔记本,N卡驱动不完善,导致风扇狂叫。

昨天安装了nvidia 的显卡驱动本以为时间安静了,可是发现驱动根本没有工作。

倒腾了一天,发现在ubuntu和deian中用大黄蜂控制的很好,想想在Centos中应该也能用。

这里提供一个源,rpm格式的。http://install.linux.ncsu.edu/pub/yum/itecs/public/bumblebee/rhel6/i686/

开始安装:
#yum install -y libbsd-devel libbsd glibc-devel libX11-devel help2man autoconf git tar glib2 glib2-devel kernel-devel kernel-headers automake gcc gtk2-devel

rpm -ivh   VirtualGL

rpm -ivh   bumblebee

yum install glibc-devel


理论上到现在就可以关闭N卡了。

[root@Jarvis ~]# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
02:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev ff)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息