Home > System Tutorial > LINUX > body text

Steps to turn off discrete graphics card in CentOS 6.5

王林
Release: 2024-01-05 16:50:38
forward
1331 people have browsed it

Be sure to write down the steps this time. Every time you reinstall the system, it takes a lot of time to turn off the independent graphics

Operating system: CentOs 6.5 32-bit

Graphics card model:

Integrated display: Intel Corporation 3rd Gen Core processor Graphics Controller

Independent graphics: NVIDIA Corporation GF108M [GeForce GT 630M]

The main thing here is to turn off the independent graphics and only use the integrated graphics to solve the serious problem of heating.

First resolve various dependencies

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

Download two files here first

1) libturbojpeg-1.2.1-3.i586.rpm

2) libfltk1.1-1.1.9-1pclos2007.i586.rpm

After downloading is complete

rpm -ivh **** Install these two packages

Then execute the command:

yum install kmod-nvidia

yum install nvidia-x11-drv

yum install kmod-bbswitch

yum install VirtualGL

yum install bumblebee

After everything is installed, just restart

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 means it is successfully closed and the serious heating problem is solved

The above is the detailed content of Steps to turn off discrete graphics card in CentOS 6.5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!