這次一定要把步驟給記下來,每次重裝系統(tǒng),為了關(guān)閉獨顯花費了大量時間
操作系統(tǒng):CentOs 6.5 32位
顯卡型號:
集顯: Intel Corporation 3rd Gen Core processor Graphics Controller
獨顯: NVIDIA Corporation GF108M [GeForce GT 630M]
這里主要是關(guān)閉獨顯,只用集顯,解決發(fā)熱嚴重的問題。
首先解決各種依賴
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 --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
yum install kmod-r8168
yum --disablerepo=\* --enablerepo=elrepo install kmod-nvidia
到這里先下載兩個文件
1) libturbojpeg-1.2.1-3.i586.rpm
2) libfltk1.1-1.1.9-1pclos2007.i586.rpm
下載完成后
rpm -ivh **** 安裝這兩個包
接著執(zhí)行命令:
yum install kmod-nvidia
yum install nvidia-x11-drv
yum install kmod-bbswitch
yum install VirtualGL
yum install bumblebee
全部安裝好后,重啟即可
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
rev ff 即表示成功關(guān)閉,發(fā)熱嚴重問題得到解決