How to install GPU drivers for Intel® HD Graphics (8086:22B0)?

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
I've got Intel Compute Stick (STK1AW32SC), however, after installing Ubuntu 18.04 LTS (Bionic Beaver, from ISO), I've got the following libGL errors:
$ ssh intel-stick-host
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
$ lspci -nnk | grep -i VGA -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:22b0] (rev 22)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:2066]
Kernel driver in use: i915
Kernel modules: i915
$ sudo apt install vainfo && vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.1.0
$ sudo apt install mesa-utils && glxinfo
name of display: localhost:10.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 25
Current serial number in output stream: 24
$ uname -a
Linux ICS-STK1AW32SC 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
How can I install GPU drivers for above Intel HD Graphics?
I've checked on the Intel download page, but the drivers are only available for Windows.
My goal is to have OpenGL support with hardware acceleration/direct rendering (DRI), so apps such as web-browser can work faster. Currently it seems the generic driver is in use (i965_drv_video.so).
I'm running Firefox via ssh by (which uses XQuartz on macOS):
$ ssh -X intel-stick-host firefox
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
drivers intel-graphics 18.04
add a comment |Â
up vote
1
down vote
favorite
I've got Intel Compute Stick (STK1AW32SC), however, after installing Ubuntu 18.04 LTS (Bionic Beaver, from ISO), I've got the following libGL errors:
$ ssh intel-stick-host
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
$ lspci -nnk | grep -i VGA -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:22b0] (rev 22)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:2066]
Kernel driver in use: i915
Kernel modules: i915
$ sudo apt install vainfo && vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.1.0
$ sudo apt install mesa-utils && glxinfo
name of display: localhost:10.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 25
Current serial number in output stream: 24
$ uname -a
Linux ICS-STK1AW32SC 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
How can I install GPU drivers for above Intel HD Graphics?
I've checked on the Intel download page, but the drivers are only available for Windows.
My goal is to have OpenGL support with hardware acceleration/direct rendering (DRI), so apps such as web-browser can work faster. Currently it seems the generic driver is in use (i965_drv_video.so).
I'm running Firefox via ssh by (which uses XQuartz on macOS):
$ ssh -X intel-stick-host firefox
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
drivers intel-graphics 18.04
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
@dobey Above commands were run viasshand I'm running Firefox viassh -X intel-stick firefoxon macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?
â kenorb
May 13 at 20:04
3
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I've got Intel Compute Stick (STK1AW32SC), however, after installing Ubuntu 18.04 LTS (Bionic Beaver, from ISO), I've got the following libGL errors:
$ ssh intel-stick-host
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
$ lspci -nnk | grep -i VGA -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:22b0] (rev 22)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:2066]
Kernel driver in use: i915
Kernel modules: i915
$ sudo apt install vainfo && vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.1.0
$ sudo apt install mesa-utils && glxinfo
name of display: localhost:10.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 25
Current serial number in output stream: 24
$ uname -a
Linux ICS-STK1AW32SC 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
How can I install GPU drivers for above Intel HD Graphics?
I've checked on the Intel download page, but the drivers are only available for Windows.
My goal is to have OpenGL support with hardware acceleration/direct rendering (DRI), so apps such as web-browser can work faster. Currently it seems the generic driver is in use (i965_drv_video.so).
I'm running Firefox via ssh by (which uses XQuartz on macOS):
$ ssh -X intel-stick-host firefox
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
drivers intel-graphics 18.04
I've got Intel Compute Stick (STK1AW32SC), however, after installing Ubuntu 18.04 LTS (Bionic Beaver, from ISO), I've got the following libGL errors:
$ ssh intel-stick-host
Welcome to Ubuntu 18.04 LTS (GNU/Linux 4.15.0-20-generic x86_64)
$ lspci -nnk | grep -i VGA -A3
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:22b0] (rev 22)
Subsystem: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers [8086:2066]
Kernel driver in use: i915
Kernel modules: i915
$ sudo apt install vainfo && vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Intel i965 driver for Intel(R) CherryView - 2.1.0
$ sudo apt install mesa-utils && glxinfo
name of display: localhost:10.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request: GLXBadContext
Major opcode of failed request: 149 (GLX)
Minor opcode of failed request: 6 (X_GLXIsDirect)
Serial number of failed request: 25
Current serial number in output stream: 24
$ uname -a
Linux ICS-STK1AW32SC 4.15.0-20-generic #21-Ubuntu SMP Tue Apr 24 06:16:15 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
How can I install GPU drivers for above Intel HD Graphics?
I've checked on the Intel download page, but the drivers are only available for Windows.
My goal is to have OpenGL support with hardware acceleration/direct rendering (DRI), so apps such as web-browser can work faster. Currently it seems the generic driver is in use (i965_drv_video.so).
I'm running Firefox via ssh by (which uses XQuartz on macOS):
$ ssh -X intel-stick-host firefox
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
drivers intel-graphics 18.04
edited May 13 at 20:06
asked May 13 at 19:45
kenorb
3,89513545
3,89513545
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
@dobey Above commands were run viasshand I'm running Firefox viassh -X intel-stick firefoxon macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?
â kenorb
May 13 at 20:04
3
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28
add a comment |Â
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
@dobey Above commands were run viasshand I'm running Firefox viassh -X intel-stick firefoxon macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?
â kenorb
May 13 at 20:04
3
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
@dobey Above commands were run via
ssh and I'm running Firefox via ssh -X intel-stick firefox on macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?â kenorb
May 13 at 20:04
@dobey Above commands were run via
ssh and I'm running Firefox via ssh -X intel-stick firefox on macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?â kenorb
May 13 at 20:04
3
3
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1035832%2fhow-to-install-gpu-drivers-for-intel-hd-graphics-808622b0%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Intel video drivers are included in the upstream kernel and Xorg, and so are already included in a standard Ubuntu Install. Are you running under Xorg? Wayland? Or are you running this as a headless display and connecting via SSH?
â dobey
May 13 at 19:58
@dobey Above commands were run via
sshand I'm running Firefox viassh -X intel-stick firefoxon macOS (via XQuartz). Do you think when I VNC to it, it'll make the difference?â kenorb
May 13 at 20:04
3
You are getting these results because you are running over SSH, and so vainfo is attempting to query the remote X server. Yes, if you run an X session on the hardware on the intel stick, and VNC to it, it will probably show you more what you are looking to see. Forwarding the X session is not going to use hardware acceleration.
â dobey
May 13 at 20:28