Fedora Linux Support Community & Resources Center
  #1  
Old 22nd September 2009, 04:48 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
Intel drivers

I downloaded the Intel drivers (xf86-video-intel-2.8.1) but, I don't know how to install them. I'm using Fedora 11. Could someone help this newbee? Thanks!
Reply With Quote
  #2  
Old 22nd September 2009, 05:35 PM
tdcrooks's Avatar
tdcrooks Offline
Registered User
 
Join Date: Dec 2007
Age: 28
Posts: 74
linuxfedorafirefox
Where's you download them from? What kind of file is it?
__________________
tdcrooks

I'm heading towards a career in Linux and I'm looking to learn as much as possible, so your answers to my questions are appreciated.

Registered Linux User: #468950

http://rootblock.wordpress.com
Reply With Quote
  #3  
Old 22nd September 2009, 06:16 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
I downloaded it from freedesktop.org. It's a .tar.bz2 file.
Reply With Quote
  #4  
Old 22nd September 2009, 07:39 PM
lollysticky Offline
Registered User
 
Join Date: Feb 2009
Posts: 130
macossafari
Quote:
Originally Posted by desertfox53 View Post
I downloaded the Intel drivers (xf86-video-intel-2.8.1) but, I don't know how to install them. I'm using Fedora 11. Could someone help this newbee? Thanks!
Probably you'll have to compile it yourself in order to install.
Reply With Quote
  #5  
Old 22nd September 2009, 08:02 PM
cpuobsessed Offline
Registered User
 
Join Date: Feb 2005
Posts: 34
linuxfedorafirefox
Why not use the drivers from the Fedora Repos?
Reply With Quote
  #6  
Old 22nd September 2009, 08:11 PM
lollysticky Offline
Registered User
 
Join Date: Feb 2009
Posts: 130
macossafari
Quote:
Originally Posted by desertfox53 View Post
I downloaded it from freedesktop.org. It's a .tar.bz2 file.

the package for intel chipsets is "xorg-x11-drv-i810".

for fc11, the package is renamed to "xorg-x11-drv-intel" (If I'm not mistaken), so just do: "yum install xorg-x11-drv-intel" and normally you'll be fine

Last edited by lollysticky; 22nd September 2009 at 08:17 PM.
Reply With Quote
  #7  
Old 22nd September 2009, 08:15 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
I'm using the drivers that Fedora installed but, video doesn't play. I get sound and a black window with squiggly lines all over the screen in Media Player. I am hoping that installing the above drivers will correct the problem.
Reply With Quote
  #8  
Old 22nd September 2009, 08:15 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
How do I compile it myself?
Reply With Quote
  #9  
Old 22nd September 2009, 08:18 PM
lollysticky Offline
Registered User
 
Join Date: Feb 2009
Posts: 130
macossafari
Quote:
Originally Posted by desertfox53 View Post
I'm using the drivers that Fedora installed but, video doesn't play. I get sound and a black window with squiggly lines all over the screen in Media Player. I am hoping that installing the above drivers will correct the problem.
You did install all required codecs for the movies right? Just to make sure :P
And read my previous posts for information about the package to install.
Reply With Quote
  #10  
Old 22nd September 2009, 08:43 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
I tried to install xorg-x11-drv-intel and got the following error:

xorg-x11-drv-intel = 2.8.0-15.20090909.fc12 is needed by package xorg-x11-drv-intel-devel-2.8.0-15.20090909.fc12.i686 (/xorg-x11-drv-intel-devel-2.8.0-15.20090909.fc12.i686-1)

I looked at lollysticky threads but, I didn't see which codecs to install and where they can be found.
Reply With Quote
  #11  
Old 22nd September 2009, 08:53 PM
lollysticky Offline
Registered User
 
Join Date: Feb 2009
Posts: 130
macossafari
1) fc12 is currently in alpha-beta stage, so you'd better ask in that forum. Things can go wrong in such stages.

2) did you use yum to install the packages or did you do a manual installation? just instal the xorg-x11-drv-intel package (no need for the xorg-x11-drv-intel-devel package) via yum. You're getting an error because both packages (the core and devel one) are not the same version.

P.S. i just refered to my previous post, not another thread :P
Reply With Quote
  #12  
Old 22nd September 2009, 09:03 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
I just tried to install the .rpm (ftp://195.220.108.108/linux/fedora/r....fc11.i586.rpm). I got back the message that the package is already installed. I do get an error message about needing the h.264 codec but, I haven't be able to find it.
Reply With Quote
  #13  
Old 22nd September 2009, 09:15 PM
lollysticky Offline
Registered User
 
Join Date: Feb 2009
Posts: 130
macossafari
euhm... normally if you install a media-player like vlc or others trough yum, all codecs get installed automatically if they're available.

the H.264 and AVC video streams are normally supported by installing the "x264" package (it could also be named x264-libs, my memory fails me atm :P). But as far as I can search on the online repository, it isn't available for fedora 12 yet. Such questions should be posted in the fedora-12 forum
Reply With Quote
  #14  
Old 25th September 2009, 09:20 PM
desertfox53 Offline
Registered User
 
Join Date: Sep 2009
Posts: 8
linuxfedorafirefox
Listen, thanks for your help but, I installed Fedora 11 on two separate PCs and have spent many, many hours and videos don't play on either one. I was hoping that Linux had advanced to the point that one didn't need a masters degree just to play a DVD or AVI! Maybe I'll try again in another 2 or 3 years.
Reply With Quote
  #15  
Old 25th September 2009, 10:55 PM
tdcrooks's Avatar
tdcrooks Offline
Registered User
 
Join Date: Dec 2007
Age: 28
Posts: 74
linuxfedorafirefox
Quote:
Originally Posted by desertfox53 View Post
I was hoping that Linux had advanced to the point that one didn't need a masters degree just to play a DVD or AVI!
Don't blame Linux, blame the people responsible for these proprietary codecs.
__________________
tdcrooks

I'm heading towards a career in Linux and I'm looking to learn as much as possible, so your answers to my questions are appreciated.

Registered Linux User: #468950

http://rootblock.wordpress.com
Reply With Quote
Reply

Tags
hardware

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Intel drivers Waynehead69 Hardware & Laptops 5 30th June 2009 02:07 AM
ati drivers? or intel? corp769 Hardware & Laptops 13 9th December 2008 07:47 PM
Getting the Intel 4965n wireless card working under F 7 using native intel drivers ciphermonk Servers & Networking 0 30th June 2007 04:16 AM
3d drivers for intel IGPs cnayak Using Fedora 1 24th February 2007 05:24 PM
Intel 915GM drivers on FC6 Rath Hardware & Laptops 1 23rd February 2007 05:58 AM


Current GMT-time: 20:10 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat