Il semble qu'avec Ubuntu 17.10 quelque chose ait changé avec l'accélération vidéo matérielle. Cela ne fonctionne plus correctement avec un chipset graphique Intel, car les vidéos lues en VLC sont bégayantes. Le terminal affiche les informations suivantes lors de l’ouverture d’une vidéo:
$ 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
Il en va de même pour la vidéo de Gnome (Totem).
Lors de l'installation d'Ubuntu, Install third-party software
a été coché avec une connexion Internet active.
L'installation de libvdpau-va-gl1
et le redémarrage n'ont également pas aidé. J'utilise Ubuntu sur Xorg, pas Wayland.
Dans Ubuntu 17.04, il suffisait d'installer i965-va-driver
et éventuellement vainfo
. Maintenant, dans Ubuntu 17.10, les fichiers vdpau
tels que libvdpau1
et vdpau-driver-all
sont également installés par défaut, bien qu'ils soient responsables de l'accélération matérielle de Nvidia.
Selon vainfo
tout est installé et détecté correctement:
$ 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
Le matériel est également bon:
$ 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
Des idées pour résoudre ça?
Ce problème n'avait rien à voir avec l'accélération vidéo matérielle, mais avec un simple bogue dans l'extension Moniteur système Gnome. La désactivation rend tout lisse à nouveau.