Install intel graphics driver in fedora 20
my motherboard's graphic is onboard and intel. how to install intel graphics driver in fedora 20?
my motherboard's graphic is onboard and intel. how to install intel graphics driver in fedora 20?
01.org/linuxgraphics has a repository for the drivers for a Intel Graphics Card.
In order to use the drivers working for F19 you have to install a plugin for yum called yum-plugin-priorities. You can install it with
$ yum install yum-plugin-priorities -y
You enable the repository for the drivers by adding a file called intellinuxgraphics.repo
into the folder /etc/yum.repos.d/
with the following content:
[intellinuxgraphics]
name=Intel Linux Graphics
baseurl=https://download.01.org/gfx/fedora/19/
gpgkey=https://download.01.org/gfx/RPM-GPG-KEY-ilg
https://download.01.org/gfx/RPM-GPG-KEY-ilg-2
gpgcheck=1
enabled=1
priority=1
Note that the repository uses F19 as standard. One when they release a version for F20 you have to manually change the value either from .../19/ either to .../20/ or ../$releasever/. The last line indicates that this repository has the highest priority over the other repositories.
Now you can use their drivers by installing the according packages. If it tells you that other packages are newer than the ones you want to install you can do a
$ yum distro-sync
And downgrade the packages from the 01.org-Repository.
Hi
How to install Intel Linux graphics drivers using the official installer?
answered 2014-04-09 10:12:29 -0600
This post is a wiki. Anyone with karma >750 is welcome to improve it.
this is the link for rpm to run intel-linux-graphics-installer for fedora https://download.01.org/gfx/fedora/20/x86_64/intel-linux-graphics-installer-1.0.4-2.5.x86_64.rpm
after you download it and install it go to terminal
sudo intel-linux-graphics-installer
may be you will need to intall libva-utils so will find it here http://www.rpmfind.net/linux/rpm2html/search.php?query=libva-utils
Intel has not released Fedora 20 I.G. support. Some Intel video drivers could require updated Intel release.
Verify?
Check Intel Fedora support:
01.org/linuxgraphics
I installed the Intel Driver Update Utility for Linux systems. I think when the Fedora 20 driver is released, the utility will download and install it 8)
Terminal use:
wget URL of file
sudo yum install EXAMPLE:intel-linux-graphics-installer-1.0.2-10.1.i686.rpm
What video driver? My laptop has onboard Intel graphics and Fedora Just Works, including the 3D special effects in Compiz. Unless the graphics chip/card you're using is either bleeding edge or very old, the Linux drivers will be in the kernel, with two exceptions: nVidia and ATI. Are you asking because there's a graphics issue with your mother's computer, or are you just trying to help her have the best Linux experience she can? (If it's the latter, it's a laudable ambition.) Please let us know, in a comment to this answer, what graphics issues she's having, so that we can give you better advice.
How might we ask Intel to release these tools for Fedora 23?
@CeruleanShine check this question -> Intel Linux graphics drivers
Asked: 2013-12-23 09:04:53 -0600
Seen: 36,119 times
Last updated: Apr 09 '14
fedora 20 boot problems on acer e3-111
ATI/INTEL Switchable Graphics issue
trouble setting up graphics on fresh install
Second monitor is incorrect size
samba & firewall problem on fedora20
Nvidia (propietary) driver kernel module insertion "not permitted"
How can i install driver in fedora 16 for intel gma 4500m chipset?
Intel(R) Graphics Installer 1.0.4 for Linux has been release.