Trying to install Intel Linux Graphics

Bug #1177373 reported by wLog

This bug report was converted into a question: question #228366: Trying to install Intel Linux Graphics.

10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
elementary OS
Invalid
Undecided
Unassigned

Bug Description

I'm trying to install Intel Linux Graphics into my ASUS Eee PC 1001PX (Intel Graphics Media Accelerator 3150) but says that 'Distribution not supported'. Any chance to install Intel GMA 3150 drivers into elementary OS? I really need hardware acceleration, because, for example, can see youtube videos conveniently.

Intel Linux Graphics: https://01.org/linuxgraphics/downloads/2013/intel-linux-graphics-installer

terminal cmd:
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -

intel-linux-graphics-installer
--
error image: http://alojaimagens.com/images/1oc4b670dbzu6xqxukn.png
--
terminal log:
ricardo@1001PX-PC:~$ intel-linux-graphics-installer
diagnostics-view.c/new_diagnostic: Adding diagnostic for Checking if Intel graphics card available...
diagnostics-view.c/new_diagnostic: Adding diagnostic for Retrieving information from 01.org...
diagnostics-view.c/new_diagnostic: Adding diagnostic for Checking distribution...
diagnostics-view.c/new_diagnostic: Adding diagnostic for Checking kernel version...
diagnostics-view.c/new_diagnostic: Adding diagnostic for Checking available repositories...
No LSB modules are available.
diagnostics-view.c/diagnostics_view_start: Running diagnostic Checking if Intel graphics card available...
diagnostics-view.c/diagnostics_view_start: Running diagnostic Retrieving information from 01.org...
{
  errors: (nil)
  sources: []
  INSTALL: []
  install: []
  upgrade: []
}
diagnostics-view.c/diagnostics_view_start: Running diagnostic Checking distribution...
main-window.c/on_diagnostics_finished: Diagnostics finished with an error

ProblemType: Bug
DistroRelease: elementary OS 0.2
Package: elementary-desktop 1.299-0~373~precise1 [origin: LP-PPA-elementary-os-daily]
ProcVersionSignature: Ubuntu 3.2.0-41.66-generic-pae 3.2.42
Uname: Linux 3.2.0-41-generic-pae i686
ApportVersion: 2.0.1-0ubuntu17.2+elementary3~precise1
Architecture: i386
CrashDB: elementary_meta
Date: Tue May 7 13:50:54 2013
InstallationMedia: elementary OS 0.2 "Luna" - Beta 2 i386 (20130506)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: elementary-meta
SuspiciousXErrors:

ThirdParty: True
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
wLog (harvarde) wrote :
wLog (harvarde)
description: updated
Revision history for this message
Chris Johns (ter0) wrote :

The installer tool simply adds a repository and updates some packages, you can do the same thing manually by issuing the following commands in the terminal one at a time:

  echo "deb https://download.01.org/gfx/ubuntu/12.04/main Ubuntu 12.04 #Intel Graphics drivers" | sudo tee /etc/apt/sources.list.d/intellinuxgraphics.list

  wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O /tmp/intelrepo.key

  sudo apt-key add /tmp/intelrepo.key

  sudo apt-get update

Then upgrade using the update manager.

(source: http://www.webupd8.org/2013/04/how-to-use-intel-linux-graphics-drivers.html)

Changed in elementaryos:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.