LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 05-03-2012, 12:38 AM   #1
neoserdes
Member
 
Registered: Feb 2012
Posts: 35

Rep: Reputation: Disabled
Intel HD2000 Linux Driver in RHEL 5.6


I get this error message:

Quote:
checking for XORG... no
configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto pixman-1 >= 0.16 ) were not met:

No package 'xorg-server' found
No package 'pixman-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I don't know how to move ahead? Please suggest, thanks.
 
Old 05-03-2012, 12:47 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

It looks like you need to install (at least) 2 packages, as mentioned:
Quote:
configure: error: Package requirements (xorg-server >= 1.6 xproto fontsproto pixman-1 >= 0.16 ) were not met:

No package 'xorg-server' found
No package 'pixman-1' found
Install these 2 and try again (use yum if at all possible, so dependencies are also picked up and installed).

You mention an Intel HD2000 Linux Driver in your thread title, but I don't see anything about that in your post. What is the relationship?

BTW: If you cannot get this to work I would advise contacting RedHat support, you are paying them good money

Hope this helps.
 
Old 05-03-2012, 01:17 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
and install the -devel rpm for them also
xorg-server IS already installed but the devel package would not be

a bit more info than
Quote:
I get this error message:
would help

what program source are you building ? and from where did you get it ?
a link would help

configure is looking in the /usr/lib64/packconf folder for a *.pc file
so it can make a "makefile"
 
Old 05-03-2012, 01:27 AM   #4
neoserdes
Member
 
Registered: Feb 2012
Posts: 35

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
and install the -devel rpm for them also
xorg-server IS already installed but the devel package would not be

a bit more info than

would help

what program source are you building ? and from where did you get it ?
a link would help

configure is looking in the /usr/lib64/packconf folder for a *.pc file
so it can make a "makefile"
Thanks for your reply. I got the source code from: http://intellinuxgraphics.org/2012.02.html
I'm trying to install 2D driver. It is intel linux driver source code.
 
Old 05-03-2012, 02:38 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
that should be installed as part of the default system
that built in chip should be using the intel driver that is part of the kernel
have a red through the /var/log/xorg.0.log
 
Old 05-03-2012, 07:53 AM   #6
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
The CPUs containing Intel's HD2000 video unit were released in January 2011, at the same time RHEL 5.6 was released, so it may be possible that the drivers do not come with the OS, I would think.
 
Old 05-03-2012, 09:27 AM   #7
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
Getting the new intel drivers to work on the 5.x series of RHEL/CentOS/SL will be very difficult to do. Even if you install one of the newer kernels that has the driver, you still need to upgrade xorg. I tried and I tried getting my netbook to work, but I could only get VESA to load. :-/
 
Old 05-03-2012, 12:59 PM   #8
neoserdes
Member
 
Registered: Feb 2012
Posts: 35

Original Poster
Rep: Reputation: Disabled
Sounds like beyond my knowledge. I give up.

Fortunately, I have a stand-alone video card that has linux driver. Will disable HD2000 and use that one. Save all the hassle.
 
Old 05-03-2012, 01:51 PM   #9
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,259

Rep: Reputation: 231Reputation: 231Reputation: 231
You could use RHEL6 and it's variant. It will work there. RHEL5 is relatively old in open source terms.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install the driver package of intel wireless 220bg drive in rhel 5.0 kanodiapawan Linux - Wireless Networking 4 01-10-2010 12:41 PM
RHEL 4 and Intel 82566DM Ethernet driver issues? DRLski Linux - Hardware 0 06-29-2008 02:11 AM
installing linux driver Intel(R) 82566DM LAN for Dell 755 optiplex RHEL 4 being used supra Linux - Newbie 1 06-27-2008 05:53 AM
Driver for Intel PRO/Wireless 3945BG for RHEL 5 hef79 Linux - Newbie 1 01-14-2008 03:45 PM
Linux net driver for Intel D815EFV integrated mobo (Intel PRO/100 VE) bikermagi Linux - Networking 0 05-07-2002 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 08:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration