Erro ao instalar o driver de gráficos Intel para o Ubuntu 16.04

1

Por favor, leia o que tentei. Eu tenho o Ubuntu 16.04 LTS 32 bit i386 instalado no meu laptop IBM-T43.

Meu processador é processador Intel® Pentium® M de 1.73GHz e os gráficos são Intel® 915GM x86 / MMX / SSE2.

Após o download, consegui ./configure corretamente sem erros. Quando tento fazer, recebo o seguinte erro

Making all in uxa
make[3]: Entering directory '/home/arhaz/Downloads/xf86-video-intel-2.99.917/src/uxa'
  CC       intel_driver.lo
intel_driver.c: In function 'redisplay_dirty':
intel_driver.c:645:2: error: too many arguments to function 'PixmapSyncDirtyHelper'
  PixmapSyncDirtyHelper(dirty, &pixregion);
  ^
In file included from /usr/include/xorg/gc.h:54:0,
                 from /usr/include/xorg/dix.h:51,
                 from /usr/include/xorg/privates.h:151,
                 from /usr/include/xorg/cursor.h:53,
                 from /usr/include/xorg/scrnintstr.h:53,
                 from /usr/include/xorg/xf86str.h:39,
                 from /usr/include/xorg/xf86.h:44,
                 from intel_driver.c:49:
/usr/include/xorg/pixmap.h:131:1: note: declared here
 PixmapSyncDirtyHelper(PixmapDirtyUpdatePtr dirty);
 ^
Makefile:524: recipe for target 'intel_driver.lo' failed
make[3]: *** [intel_driver.lo] Error 1
make[3]: Leaving directory '/home/arhaz/Downloads/xf86-video-intel-2.99.917/src/uxa'
Makefile:598: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/arhaz/Downloads/xf86-video-intel-2.99.917/src'
Makefile:468: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/arhaz/Downloads/xf86-video-intel-2.99.917'
Makefile:399: recipe for target 'all' failed
make: *** [all] Error 2

O que posso fazer para resolver o problema e instalar os drivers? Eu estou olhando para um driver datado? Se sim, onde posso encontrar os drivers mais recentes da Intel para a minha máquina executando o Ubuntu?

Obrigado pelo seu tempo.

Eu estava realmente usando um driver datado. Os mais recentes podem ser encontrados aqui ( link ). Eu tentei com o 2016Q1 Intel Graphics Stack Release, no entanto, recebo exatamente o mesmo erro acima na make. Parece que os problemas não estão sendo resolvidos na Intel.

Esta é a saída do ./configure. Pode ajudar na resolução de problemas

xf86-video-intel 2.99.917 will be compiled with: Xorg Video ABI version: 20.0 Acceleration backends: none *sna uxa Additional debugging support? none Support for Kernel Mode Setting? yes Support for legacy User Mode Setting (for i810)? yes Support for Direct Rendering Infrastructure: DRI1 DRI2 Present Support for Xv motion compensation (XvMC and libXvMC): no Build additional tools and utilities? xf86-video-intel-backlight-helper

Update - Eu não sei como anexar imagem para comentar, então atualizando o post ;-) saída xrandr

    
por Hamza Ahmed Zia 14.06.2016 / 13:27

0 respostas