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 Leia v18 nightly based on Ubuntu 18.04 server - tutu - 2018-09-30

(2018-09-29, 16:48)fritsch Wrote: You have it running on cosmic?

Could you give me the logfiles from first post? (just curious which stack they ship) Please!
 Hi, had some spare time this morning so gave it a shot on cosmic server beta (18.10):

http://cdimage.ubuntu.com/ubuntu-server/daily/current/cosmic-server-amd64.iso

Requested infos:

http://paste.ubuntu.com/p/fT2NSbdZhZ/
libva info: VA-API version 1.2.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_1_2
libva info: va_openDriver() returns 0
http://paste.ubuntu.com/p/jsbxhjK76K/
https://paste.ubuntu.com/p/5wZsrNHbTp/
https://paste.ubuntu.com/p/ys4JH4JgkD/
http://paste.ubuntu.com/p/v6btHgrm5b/
http://paste.ubuntu.com/p/dKPsMP4fh6/

However, kodi-x11 will not install due to unmet dependencies found in the (bionic) ppa in the first post:
kodi-x11 : Depends: libcdio17 (>= 1.0.0) but it is not installable

The package is now called libcdio18?

To get around this problem for now I installed libcdio17 from Ubuntu's bionic ppa.

wget http://launchpadlibrarian.net/362930472/libcdio17_1.0.0-2ubuntu2_amd64.deb
sudo dpkg -i libcdio17_1.0.0-2ubuntu2_amd64.deb 

I am now running kodi on cosmic beta Smile

I hope the ppa will be updated for cosmic.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - TimoJ - 2018-09-30

Non-linear stretch is not working with the latest builds. What happened?


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - tutu - 2018-10-18

Is the ppa for xbmc going to be providing builds for cosmic cuttlefish now that it is released?

Thanks.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - wsnipex - 2018-10-19

(2018-10-18, 22:12)tutu Wrote: Is the ppa for xbmc going to be providing builds for cosmic cuttlefish now that it is released?

Thanks.
 yes... have some patience please


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - tutu - 2018-10-25

(2018-10-19, 09:15)wsnipex Wrote:
(2018-10-18, 22:12)tutu Wrote: Is the ppa for xbmc going to be providing builds for cosmic cuttlefish now that it is released?

Thanks.
 yes... have some patience please 
now available, thank you Smile


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - bernid - 2018-10-27

Hi,
Strange issue.
After today update my system (Ubuntu 18.10) Kodi doesn't want to work...
Code:
Start-Date: 2018-10-27  16:43:45
Commandline: apt-get dist-upgrade
Requested-By: ela (1000)
Upgrade:
xserver-common:amd64 (2:1.20.1-3ubuntu2, 2:1.20.1-3ubuntu2.1),
xserver-xorg-core:amd64 (2:1.20.1-3ubuntu2, 2:1.20.1-3ubuntu2.1),
xserver-xorg-legacy:amd64 (2:1.20.1-3ubuntu2, 2:1.20.1-3ubuntu2.1),
kodi-x11:amd64 (2:18.0+git20181026.0201-6beff9c-0cosmic, 2:18.0+git20181027.0202-0d205b0-0cosmic),
kodi:amd64 (2:18.0+git20181026.0201-6beff9c-0cosmic, 2:18.0+git20181027.0202-0d205b0-0cosmic)
End-Date: 2018-10-27  16:43:53

I see that there is an issue with lightdm service which doesn't start:
Code:
ela@akacja:~$ sudo systemctl status lightdm
â lightdm.service - Light Display Manager
Loaded: loaded (/lib/systemd/system/lightdm.service; indirect; vendor preset:
Active: failed (Result: exit-code) since Sat 2018-10-27 18:50:55 CEST; 31min
Docs: man:lightdm(1)
Process: 1668 ExecStart=/usr/sbin/lightdm (code=exited, status=1/FAILURE)
Process: 1661 ExecStartPre=/bin/sh -c [ "$(basename $(cat /etc/X11/default-dis
Main PID: 1668 (code=exited, status=1/FAILURE)

Oct 27 18:50:55 akacja systemd[1]: lightdm.service: Service RestartSec=100ms exp
Oct 27 18:50:55 akacja systemd[1]: lightdm.service: Scheduled restart job, resta
Oct 27 18:50:55 akacja systemd[1]: Stopped Light Display Manager.
Oct 27 18:50:55 akacja systemd[1]: lightdm.service: Start request repeated too q
Oct 27 18:50:55 akacja systemd[1]: lightdm.service: Failed with result 'exit-cod
Oct 27 18:50:55 akacja systemd[1]: Failed to start Light Display Manager.
lines 1-14/14 (END)
What could I do to recover my graphical environment?
TIA and regards,

-----------------
EDIT1:
I've done reinstall x-org:
Code:
sudo apt-get purge xserver-xorg-video-intel xserver-common xserver-xorg-core xserver-xorg-legacy
and
Code:
sudo apt-get install xserver-xorg-video-intel xserver-common xserver-xorg-core xserver-xorg-legacy
and graphical environment works, lightdm service starts but mouse and keybord dosn't work completely.
What can I do to unblock mouse/keyboard?
-----------------
EDIT2:
I installed:
Code:
apt install xserver-xorg-input-all
and keyboard/mouse as well as Kodi seems to work properly.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-11-12

hey @fritsch 

I have audio problems with the dts - hd Ma's tracks : the audio jump or they hear "pop" from the speakers.
Here the log :

http://paste.ubuntu.com/p/DvQ4nRbVyy/


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-11-12

Congratulations. I don't have those issues.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-11-12

And before you ask: Nothing in your log that would be looking wrong. Most likely your new "Silver" has some issues ...

Try to switch to 1920x1080 and try again.


Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-11-13

(2018-11-12, 22:19)fritsch Wrote: And before you ask: Nothing in your log that would be looking wrong. Most likely your new "Silver" has some issues ...

Try to switch to 1920x1080 and try again.


Hi,

yes, it also does at 1920x1080


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-11-13

Still nothing in your logfile ... I cannot help you.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-11-14

Thank you so much, can I just ask you how to do what it is that is? Is there any log to control?


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - fritsch - 2018-11-14

How about enabling debug logging?

Nevermind - was already enabled. Try Milhouse LibreELEC from USB-Stick and compare, please.


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - Rumpelstiltskin - 2018-11-15

(2018-11-14, 22:11)fritsch Wrote: How about enabling debug logging?

Nevermind - was already enabled. Try Milhouse LibreELEC from USB-Stick and compare, please.
 Hi fritsch,

I tried libreelec and I had the exact same problem with the DTS-HD Ma track, here the log :

http://ix.io/1rXp

Could it be my NUC that can't make it?


RE: Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server - ashxbmc - 2018-12-14

Hi! Ubuntu 18.04.1 with DE, Kodi 18 standalone session.
Problem is - stuttering 24p files playback. Logs:
Quote:ash@test:~$ dpkg -l |grep mesa | pastebinit
http://paste.ubuntu.com/p/2wmGGXS3g4/
ash@test:~$ DISPLAY=:0 vainfo | pastebinit
libva info: VA-API version 1.1.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_1_1
libva info: va_openDriver() returns 0
http://paste.ubuntu.com/p/msCfQCgzPj/
ash@test:~$ cat ~/.kodi/temp/kodi.log | pastebinit
http://paste.ubuntu.com/p/jrc5DXd3yR/
ash@test:~$ dmesg | pastebinit
http://paste.ubuntu.com/p/4FMdX3j56H/
ash@test:~$ id | pastebinit
http://paste.ubuntu.com/p/fYF8ZQzcr2/
ash@test:~$ amixer | pastebinit
http://paste.ubuntu.com/p/xjfpmfBymQ/
ash@test:~$ cat /var/log/Xorg.0.log | pastebinit
cat: /var/log/Xorg.0.log: empty

I see CGLContextEGL::SwapBuffers: last msc time greater than interval in kodi.log