Solved for Lubuntu 16.04 LTS HWE 64 bit up-to-date
$ uname -a Linux ubuntu-bellera 4.15.0-39-generic #42~16.04.1-Ubuntu SMP Wed Oct 24 17:09:54 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.5 LTS Release: 16.04 Codename: xenial
$ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
Install libvdpau-va-gl1 and i965-va-driver packages:
$ sudo apt-get install libvdpau-va-gl1 $ sudo apt-get install i965-va-driver
And if you want to test from command line:
$ sudo apt-get install vdpauinfo $ vdpauinfo
Solved for Lubuntu 16.04 LTS HWE 64 bit up-to-date
$ uname -a
Linux ubuntu-bellera 4.15.0-39-generic #42~16.04.1-Ubuntu SMP Wed Oct 24 17:09:54 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
Install libvdpau-va-gl1 and i965-va-driver packages:
$ sudo apt-get install libvdpau-va-gl1
$ sudo apt-get install i965-va-driver
And if you want to test from command line:
$ sudo apt-get install vdpauinfo
$ vdpauinfo