In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to install I810 Graphics LINUX Driver, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.
The motherboard of my machine is 6WIV motherboard, and the motherboard has built-in intel810 chipset graphics driver.
Since my redhat6.2 cannot drive this graphics card, I have never used xwindow. Now that I have finally downloaded its driver and successfully started xwindow, I will introduce the installation method (I assume you have a basic knowledge of linux).
Before installation, it is important to note that your linux system must meet the following conditions for a successful installation:
-- XFree86 3.3.6
-- Kernel version 2.2.x or higher with sources
-- glibc 2.1 or higher
-- gcc
If you use rethat6.2, you must meet all the above conditions, but you may not have installed the kernel source code, if not, you may need to setup again to install linux's kernel source.
* * your kernel source must be installed under / usr/src/linux.
Step 1: [download]
Well, we have to get what we need from the Internet. Please connect to the network and download two things from the support area of www.intel.com:
-- agpgart.o source
Ftp://download.intel.com/support/graphics/intel810/I810Gtt-0.2-4.src.rpm
-- XF86_SVGA of I810 Graphics
Ftp://download.intel.com/support/graphics/intel810/XFCom_i810-1.2-3.i386.rpm
* * if there is anything wrong with the above link, please download it at http://support.intel.com
After downloading, copy the above two files to / path_to_download_rpm.
Step 2: [compile and install kernel module]
Execute as root:
Cd / paht_to_download_rpm
Rpm-- recompile I810Gtt-0.2-4.src.rpm
The above command generates an agpgart.o file.
Execute the following command to check that the installation is successful, and if not, perform the above steps again.
# Test whether agpgart.o is installed correctly
Ls-l / lib/modules/ `uname-r` / misc/agpgart.o
# if you output "No such file", please install it again
# try to load the agpgart module
/ sbin/modprobe agpgart
# check whether the module is loaded correctly
Cat / proc/modules | grep agpgart
# A line starting with "agpgart" will be displayed
If you return a "undefined symbol" error, you probably haven't configured kernel source properly.
Execute the following command to check the establishment of the agpgart device file.
# Test whether the device file exists
Ls-l / dev/agpgart
# if "No such file", execute the following command with root
Mknod-m 666 / dev/agpgart c 10 175
# check whether agpgart can be loaded automatically
Cat / etc/conf.modules | grep agpgart
# * * Note: some systems use modules.conf instead of conf.modules
# * * if / etc/conf.modules does not exist
# * * Please cat / etc/moudes.conf | grep agpgart
# if there is no line of output that begins with "alias", execute with root
Echo "alias char-major-10-175agpgart" > > / etc/conf.modules
# redhat6.2 use / etc/conf.modules
# while other systems may use / etc/modules.conf
Step 3: [installation of XFCom_i810 Server]
Please check your XFree86 version. You must make sure that your version is higher than 3.3.6.
* * redhat6.2 comes with XFree86-3.3.6-20
# you can check your XFree86 version like this:
Rpm-qa | grep ^ XFree86-lib
# if you output XFree86-libs-3.3.6-20
# so you installed XFree86-3.3.6
Start the installation:
Cd / path_to_download_rpm
Rpm-Uvh XFCom_i810-1.2-3.i386.rpm
The above commands will be generated automatically
/ usr/X11R6/bin/XFCom_i810
And / usr/X11R6/bin/XF86_SVGA
Rename to / usr/X11R6/bin/XF86_SVGA.SAVED
Link / usr/X11R6/bin/XF86_ SVGA to / usr/X11R6/bin/XFCom_i810
You can check its correctness.
Such as:
Ls-l / usr/X11R6/bin/XFCom_i810
Ls-l / usr/X11R6/bin/XF86_SVGA
Ls-l / usr/X11R6/bin/XF86_SVGA.SAVED
Step 4: configure XFree86
Editing XF86Config files is, of course, the most troublesome and best way (if you are familiar with it
XF86Config).
You can use XF86Setup in redhat6.2. It's very convenient. You can use it if you try.
Of course, you can also use XF86Configurator.
XServer should choose XF86_SVGA when configuring (we have replaced it).
Once configured, startx will try it.
Thank you for reading this article carefully. I hope the article "how to install I810 Graphics LINUX Driver" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.