Kodi Community Forum
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server (/showthread.php?tid=231955)



RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fab67 - 2016-09-05

Nice,

Thanks fritsch


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - noggin - 2016-09-05

(2016-09-05, 10:20)fritsch Wrote: And here the BXT output:
Quote:vainfo: VA-API version: 0.39 (libva 1.7.1)
vainfo: Driver version: Intel i965 driver for Intel® Broxton - 1.7.1
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264MultiviewHigh : VAEntrypointVLD
VAProfileH264MultiviewHigh : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileH264StereoHigh : VAEntrypointEncSlice
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileVP8Version0_3 : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
So that confirms HEVC Main 8 bit and HEVC Main 10 bit compatibility for decode on Broxton?


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fab67 - 2016-09-05

yes,

VAProfileHEVCMain : VAEntrypointVLD -> HW HEVC 8bits decoding supported
VAProfileHEVCMain : VAEntrypointEncSlice -> HW HEVC 8bits encoding supported
VAProfileHEVCMain10 : VAEntrypointVLD -> HW HEVC 10bits decoding supported
VAProfileVP9Profile0 : VAEntrypointVLD -> HW profile0 ( 8bit ?) decoding supported

only HEVC 10bits and VP9 encoding is missing compared to Kaby lake


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-05

The 25p issue was fixed by fernetmenta today. Thanks much.


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - cford1905 - 2016-09-12

Has anyone been able to configure mythtv-backend using this setup (running the backend on the same NUC as Kodi)? Is there some type of change that I need to make to the openbox autostart file?

When I try to SSH in remotely to configure the backend I get the following:

chris@localhost ~]$ ssh -X [email protected] /usr/bin/mythtv-setup
[email protected]'s password:
/usr/bin/xauth: timeout in locking authority file /home/kodi/.Xauthority
mysql: [Warning] Using a password on the command line interface can be insecure.
X11 connection rejected because of wrong authentication.
xprop: unable to open display 'localhost:10.0'
/usr/bin/mythtv-setup: 42: /usr/bin/mythtv-setup: status: not found
X11 connection rejected because of wrong authentication.
xterm: Xt error: Can't open display: localhost:10.0
X11 connection rejected because of wrong authentication.
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused

(zenity:4475): Gtk-WARNING **: cannot open display: localhost:10.0
X11 connection rejected because of wrong authentication.
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused

(zenity:4476): Gtk-WARNING **: cannot open display: localhost:10.0


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - tutu - 2016-09-12

With this guide, is there any way to make Ubuntu automount my blu ray disk? I am using an external USB 3.0 Blu Ray with my NUC


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - hackno - 2016-09-12

(2016-09-12, 15:09)tutu Wrote: With this guide, is there any way to make Ubuntu automount my blu ray disk? I am using an external USB 3.0 Blu Ray with my NUC
To my knowledge that's Ubuntu configuration, not Kodi or openbox... You should be able to do that by editing the /etc/fstab file... Google knows it...


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - wsnipex - 2016-09-12

Real Video DVDs/Blurays shouldn't be mounted.


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - tutu - 2016-09-16

(2016-09-12, 16:06)wsnipex Wrote: Real Video DVDs/Blurays shouldn't be mounted.

That's the thing I don't get. If I don't mount it and then goto Kodi -> Videos -> Play Optical disc, the drive does not spin up.


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - dcdead - 2016-09-19

Hello thanks for the guide!

Everythings working fine so far for me. I just have a question concerning colors.

I'm running it like this:

Driver Full
Kodi Limited
TV (Samsung) Limited

With this setting on the avs disc i can see the bars from 17 upwards flashing on the black test, so that's fine, but on the white clipping all bars flash. Is that ok?


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-19

You run kodi v17? (just to be sure).


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - dcdead - 2016-09-19

Yes, everything as described in the guide


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-19

It might that your TV does ignore its limited setting, cause you send a FULL handshake (info frame) while forcing the driver to full. If you like the picture as is - stop caring :p


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - TheNamesJohn - 2016-09-25

Hello guys,

I've decided to reinstall my HTPC to Ubuntu server 16.04 (coming from Windows Kodi 17 Alpha build) and wondering if there's a version of Kodi with 3D MVC, ISO playback support just like on Windows?
I'm on Intel Haswell system.


RE: Intel VAAPI howto with Krypton v17 based on Ubuntu 16.04 server - fritsch - 2016-09-25

No.