Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20493 Discussions

intel graphics 520

idata
Employee
2,488 Views

intel graphics 520 run it on linux(ubuntu)?

0 Kudos
1 Solution
rsonk
New Contributor I
1,455 Views

Early in March, Intel –specifically the Intel Open Source Technology Centre– released a graphical installer providing Linux users easily install the latest graphics drivers for your Intel graphics hardware.

the Intel core kernel driver

Mesa 3D rendering library, responsible for 3D rendering, OpenGL compatibility, GLES, etc.

the 2D renderer for the X Window stack (xf86-video-intel), also known as DDX.

libdrm –the "Direct Rendering Manager" library, for communication between user applications and the kernel

the Cairo graphics library, for 2D rendering and acceleration

vaapi-driver-intel –the APIs for hardware-accelerated video rendering, processing and output

initial support for Wayland

Open a terminal an type :

cd Downloads

Signatures - Fedora

wget --no-check-certificate

sudo rpm --import RPM-GPG-KEY-ilhttp://goo.gl/u8P6ME g-2

32 bits:

wget https://download.01.org/gfx/fedora/23/i686/intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm https://download.01.org/gfx/fedora/23/i686/intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm

sudo yum/dnf install intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm

64 bits:

wget https://download.01.org/gfx/fedora/23/x86_64/intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm https://download.01.org/gfx/fedora/23/x86_64/intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm

sudo yum/dnf install intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm

Installing and Running

Once installed, you can find the Intel Linux Graphics Installer, Just look for their logo, or typing Intel in gnome-shell search or using the command line:

sudo yum/dnf update

sudo intel-linux-graphics-installer

more read: http://www.intel.com/content/www/us/en/support/graphics-drivers/000005520.html Graphics Drivers for Linux*

View solution in original post

0 Kudos
2 Replies
rsonk
New Contributor I
1,456 Views

Early in March, Intel –specifically the Intel Open Source Technology Centre– released a graphical installer providing Linux users easily install the latest graphics drivers for your Intel graphics hardware.

the Intel core kernel driver

Mesa 3D rendering library, responsible for 3D rendering, OpenGL compatibility, GLES, etc.

the 2D renderer for the X Window stack (xf86-video-intel), also known as DDX.

libdrm –the "Direct Rendering Manager" library, for communication between user applications and the kernel

the Cairo graphics library, for 2D rendering and acceleration

vaapi-driver-intel –the APIs for hardware-accelerated video rendering, processing and output

initial support for Wayland

Open a terminal an type :

cd Downloads

Signatures - Fedora

wget --no-check-certificate

sudo rpm --import RPM-GPG-KEY-ilhttp://goo.gl/u8P6ME g-2

32 bits:

wget https://download.01.org/gfx/fedora/23/i686/intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm https://download.01.org/gfx/fedora/23/i686/intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm

sudo yum/dnf install intel-linux-graphics-installer-1.4.0-23.intel20154.i686.rpm

64 bits:

wget https://download.01.org/gfx/fedora/23/x86_64/intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm https://download.01.org/gfx/fedora/23/x86_64/intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm

sudo yum/dnf install intel-linux-graphics-installer-1.4.0-23.intel20154.x86_64.rpm

Installing and Running

Once installed, you can find the Intel Linux Graphics Installer, Just look for their logo, or typing Intel in gnome-shell search or using the command line:

sudo yum/dnf update

sudo intel-linux-graphics-installer

more read: http://www.intel.com/content/www/us/en/support/graphics-drivers/000005520.html Graphics Drivers for Linux*

0 Kudos
idata
Employee
1,455 Views

Hi richardsonkane75,

 

 

Thank you for your assistance Richardson.

 

 

Regards,

 

Mike C
0 Kudos
Reply