Como instalar drivers de GPU para Gráficos HD Intel® (8086: 22B0)?

1

Eu tenho o Intel Compute Stick ( STK1AW32SC ), no entanto, após a instalação Ubuntu 18.04 LTS (Bionic Beaver, de ISO ), eu tenho os seguintes erros libGL:

$ 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

Como posso instalar drivers de GPU acima da Intel HD Graphics?

Eu verifiquei na página de download da Intel , mas os drivers são apenas disponível para o Windows.

Meu objetivo é ter suporte a OpenGL com aceleração de hardware / renderização direta (DRI), para que aplicativos como o navegador da Web funcionem mais rapidamente. Atualmente parece que o driver genérico está em uso ( i965_drv_video.so ).

Estou executando o Firefox via ssh by (que usa o XQuartz no macOS):

$ ssh -X intel-stick-host firefox
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
    
por kenorb 13.05.2018 / 21:45

0 respostas