- 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.5 for Linux* released!
41 posts / 0 new
Hi - thanks to all of you for digging that up, I've bounced it across to the team that handles it.
Since we'are not talking about some complicated programming/algorithm issue, but about config-value bug is there any roadmap for the hotfix (day, week, month)?
Thanks.
Hey gang,
Thanks for the heads-up. I've updated the ilg-config.cfg file hosted on download.01.org to point to the https URL. It may take a while for this change to propagate, but so far as I can tell here it's now fixed.
Cheers
Getting this error instead of the GPG error when I tried sudo apt-get update
W: Failed to fetch https://download.01.org/gfx/ubuntu/14.04/main/dists/Ubuntu/14.04/binary-... HttpError404
W: Failed to fetch https://download.01.org/gfx/ubuntu/14.04/main/dists/Ubuntu/14.04/binary-... HttpError404
Got it working finally after fixing the url in repository.
When attempting to install I get a unicode error
What's the difference between install driver by "Linux Graphic Installer" or just install this packages already present in Ubuntu Universe Repository?:
i965-va-driver:amd64 (1.3.0-1ubuntu1)
libva-drm1:amd64 (1.3.0-2)
libva-egl1:amd64 (1.3.0-2)
libva-glx1:amd64 (1.3.0-2)
libva-intel-vaapi-driver:all (1.3.0-1ubuntu1)
libva-tpi1:amd64 (1.3.0-2)
libva-wayland1:amd64 (1.3.0-2)
libva-x11-1:amd64 (1.3.0-2)
vainfo:amd64 (1.3.0-2)
I don't insert "intel-gpu-tools:amd64 (1.6-1)" package because is the only one with different version between installer (v1.6-1) and repository (v. 1.3.0-2), also I read this is just a debugger so I think it is not necessary.
I've installed the 64-bit GNU/Linux XUbuntu 14.04 LTS operating system into my mother's laptop (a 15.6" Acer Aspire notebook model number E1-571-6854, which uses a Intel Core i5-3230M processor with Intel Graphics HD 4000) and have just installed and ran the Intel Graphics Installer 1.0.5 (14 May 2014) for Linux Ubuntu 14.04, 64-bit.
All the installation process ocurred without any trouble. However, like some other guys I'm too wondering if any of the installed files were really necessary. Also, I am not sure if the driver was installed correctly. Apparently, the i965 driver should've replaced the i915 one. Assuming that this is a true statement, the O.S. indicates that such replacement didn't happen, otherwise the output of the lshw -c video command wouldn't be this:
*-display
description: VGA compatible controller
product: 3rd Gen Core processor Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:42 memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:2000(size=64)
Hi,
I'm thinking / getting the same result as you on this. Did you ever get a response or come to a conclusion on this?
thanks,
In a nutshell: the i915 driver is your graphics device driver and the i965 driver deals with the video acceleration part (it's called Intel VA-API, meaning "Intel's Video Acceleration Application Programming Interface"). If your system is Ubuntu 14.04, then it already had the 1.0.5 version of i915 and hence all that the IGI (Intel Graphics Installer) did was to install the VA-API (the i965 driver plus all the other VA-API-related files).
For a little more info, please read this post.