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)


假设进一步深究參考:https://wiki.archlinux.org/index.php/Bumblebee_%28%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87%29
                                       https://fedoraproject.org/wiki/Bumblebee

                                        https://wiki.ubuntu.com/Bumblebee

原文地址:https://www.cnblogs.com/blfshiye/p/5263257.html