- About
- Downloads
- Blogs and news
- Community
- Support
- Documentation
- Hardware Specification - PRMs
- 2020-2021 INTEL(R) PROCESSORS BASED ON THE "TIGER LAKE" PLATFORM
- 2020 Intel(r) Processors with Hybrid Technology based on the Lakefield platform
- 2020 Discrete GPU formerly named "DG1"
- 2019 Intel(r) processors based on Ice Lake platform
- 2018-2019 Intel(r) processors based on Whiskey Lake platform
- 2017-2019 Intel(r) processors based on Amber Lake platform
- 2017-2019 Intel(r) processors based on Coffee Lake platform
- 2019-2020 Intel(r) processors based on Comet Lake platform
- 2016 Intel(r) processors based Kaby Lake platform
- 2016 Intel(R) Processors Based on Apollo Lake Platform (Broxton Graphics)
- 2015-2016 Intel Processors based on Skylake Platform
- 2014 Intel Processors based on the Bay Trail Platform
- 2014-2015 Intel Processors based on Cherry Trail / Braswell Platform
- 2014-2015 Intel Processors based on Broadwell Platform
- 2013 Intel Core Processor Family
- 2012 Intel Core Processor Family
- Code Documentation
- Source Code
- Build Guide
- 2011 Intel Core Processor Family
- 2010 Intel Core Processor Family
- Bugs and Debugging
- Intel® G45 Express Chipset
- Intel® 965 Express Chipset Family and Intel® G35 Express Chipset Graphics Controller PRM
- Intel® Integrated Graphics Device - OpRegion Specification
- Archived documentation
Graphics Installer 1.0.6 for Linux* Released!
24 posts / 0 new
Hi - we currently aim to supply updated packages and drivers to new, less technically aware users who aren't necessarily comfortable with updating parts of their systems from outside the base distribution they're using. Given the resources available to us (time & people) this means we currently target Ubuntu and Fedora as the best fit.
In Debian's case, we don't provide an installer because:
a) Debian's user base is to a large extent much more technically capable
b) Debian has backports, which will do pretty much the same job anyway: For example a backported
kernel package from backports.debian.org will get you the updated i915 driver (and may even get you
a newer one than our installer would provide)
Thank you for the answers . an going to try and test
I have two PCs with the Intel i7-4770K Processor and are on fresh installations of Ubuntu 14.04 64-bit. I also have a Canonical support agreement on these and the other PCs in my business that are running Ubuntu 14.04. I raised the question of 1.06 installer with Canonical. I was told that Ubuntu 14.04 was designed with support for the haswell i7 processors built-in and that external drivers are not needed (as opposed to graphics built on nVidia and AMD Radeon technologies), and that the 1.06 installer is not needed. Also, there are no drivers listed under the "Additional Drivers" tab of Software and Updates.
PCs are appear to be working correctly. Is there any indenpendent tests that will show if my systems are giving the correct video performance?
John
Hi there - first, we'll start with the external drivers issue:
• Canonical are correct, you don't need external drivers
• The installer isn't an external driver as such- it's "just" an updated version of the i915 driver that
came with 14.04 - depending on which hardware you have, it can provide performance improvements
or more hardware support and/or bugfixes, but there's no secret sauce here.
Next, let's look at graphics performance: If you're getting 3D acceleration at all, then you're good to go:
In a fairly non-technical test if you can run a game or 3D screensaver (lament, for instance) and get a
reasonable number of frames per second out, then you have support.
There's also the output of glxinfo: In particular look for the "OpenGL renderer string" - on my laptop
it says (for example): Mesa DRI Intel(R) Sandybridge Mobile - your's will say something similar, although
probably with a different codename than "Sandybridge".
Hope that helps.
I had 1.06 already installed on one PC and added it to the other. I cannot find glxinfo.
When I looked for glxinfo, I could not find it. Further searching says I need to install mesa-utils. I did that and I get Mesa DRI Intel (R) Haswel Desktop.
Is this correct?
John
Yes - that's telling you that the rendering is being done by Intel ® Haswell, which is a codename for one generation of the i915/i965 series, so you're getting hardware acceleration.
Is it possible to run the intel-linux-graphics-installer tool from the terminal, without a desktop? I need to do it in this way because my graphics card is fried, and I am trying to fall back on intel cpu graphics using a recovery console. I have successfully downloaded and installed the tool, but I am unable to run it. Some programs have a command line switch for this option.
If not, is there a more direct way to identify and install the required drivers using the terminal?
Yes: The packages are installed by configuring a package source in /etc/apt/sources.list.d/intellinuxgraphics.list
You can list packages installed with dpkg -l
and you can see where a package is installed from with apt-cache policy <package-name>
In this case, you are looking for a package with a name like: i915-3.xx-3.yy-dkms :
~$ dpkg -l i915\*
Removing that i915-* package (apt-get remove i915-…) will remove the upgraded
driver, next time you reboot you'll get the driver that shipped with your distribution.
Thanks for your reply.
It seems that the directory /etc/apt/soruces.list.d/ is an empty directory, and also dpkg -l i915\* returns no results.
It seems my distribution doesn't ship the required drivers. How do I get them manually?
Sorry, that was supposed to read /etc/apt/sources.list.d/