Como habilitar a aceleração de vídeo por hardware com um chipset gráfico da Intel no Ubuntu 17.10?

1

Parece que, com o Ubuntu 17.10, algo mudou com a aceleração de vídeo por hardware. Ele não funciona mais corretamente com um chipset gráfico da Intel, porque os vídeos reproduzidos no VLC estão gaguejando. O terminal mostra o seguinte, ao abrir um vídeo:

$ vlc
VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae78981c)
[0000555baee879d8] core libvlc: VLC wird mit dem Standard-Interface ausgeführt. Benutzen Sie 'cvlc', um VLC ohne Interface zu verwenden.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
[00007fcbd4008758] vdpau_avcodec generic error: unsupported codec 1211250229 or profile 1
Failed to open VDPAU backend libvdpau_i965.so: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
^CQObject::~QObject: Timers cannot be stopped from another thread

O mesmo vale para o Vídeo do Gnome (Totem).

Durante a instalação do Ubuntu Install third-party software foi ativado com uma conexão ativa com a Internet.

A instalação de libvdpau-va-gl1 e a reinicialização também não ajudaram. Estou executando o Ubuntu no Xorg, não no Wayland.

No Ubuntu 17.04, foi suficiente instalar i965-va-driver e, opcionalmente, vainfo . Agora, no Ubuntu 17.10, vdpau arquivos como libvdpau1 e vdpau-driver-all também são instalados por padrão, apesar de serem responsáveis pela aceleração de hardware da Nvidia.

De acordo com vainfo , tudo é instalado e detectado corretamente:

$ vainfo
libva info: VA-API version 0.40.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_0_40
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.40 (libva )
vainfo: Driver version: Intel i965 driver for Intel(R) Ivybridge Mobile - 1.8.3
vainfo: Supported profile and entrypoints
      VAProfileMPEG2Simple            : VAEntrypointVLD
      VAProfileMPEG2Simple            : VAEntrypointEncSlice
      VAProfileMPEG2Main              : VAEntrypointVLD
      VAProfileMPEG2Main              : VAEntrypointEncSlice
      VAProfileH264ConstrainedBaseline: VAEntrypointVLD
      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
      VAProfileH264Main               : VAEntrypointVLD
      VAProfileH264Main               : VAEntrypointEncSlice
      VAProfileH264High               : VAEntrypointVLD
      VAProfileH264High               : VAEntrypointEncSlice
      VAProfileH264StereoHigh         : VAEntrypointVLD
      VAProfileVC1Simple              : VAEntrypointVLD
      VAProfileVC1Main                : VAEntrypointVLD
      VAProfileVC1Advanced            : VAEntrypointVLD
      VAProfileNone                   : VAEntrypointVideoProc
      VAProfileJPEGBaseline           : VAEntrypointVLD

O hardware também está bem:

$ lspci -nnk | grep -i VGA -A2
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
    Subsystem: Toshiba America Info Systems 3rd Gen Core processor Graphics Controller [1179:fb31]
    Kernel driver in use: i915

Alguma idéia de como resolver isso?

    
por DMT 08.11.2017 / 12:38

1 resposta

0

Esse problema não tem nada a ver com a aceleração de vídeo por hardware, mas com um simples bug no Monitor do sistema Extensão do Gnome. Desativar tudo suaviza novamente.

    
por DMT 19.12.2017 / 08:04