Linux Low perfomance after upgrade to Kodi 14
#1
Hello

I updated the xbmc to Kodi today and now it's broken? On Xbmc 13 i can watch videos on 720p without lag, now, even menu is so slow :c

Maybe it's because I updated Linux Intel drivers to the latest? But videos from YouTube in 720p plays in MPV Player fine, in Kodi i got only 7FPS Sad

Here is the log file
http://paste.ubuntu.com/9611802/

I'm using Ubuntu 14.04
Reply
#2
Quote:16:41:25 T:140174420932544 NOTICE: Using visual 0x13a
16:41:25 T:140174420932544 NOTICE: GL_VENDOR = VMware, Inc.
16:41:25 T:140174420932544 NOTICE: GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
16:41:25 T:140174420932544 NOTICE: GL_VERSION = 3.0 Mesa 10.3.0
16:41:25 T:140174420932544 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30

Not sure what you expect. You don't have real drivers installed, OpenGL won't really work.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
(2014-12-25, 00:49)fritsch Wrote:
Quote:16:41:25 T:140174420932544 NOTICE: Using visual 0x13a
16:41:25 T:140174420932544 NOTICE: GL_VENDOR = VMware, Inc.
16:41:25 T:140174420932544 NOTICE: GL_RENDERER = Gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits)
16:41:25 T:140174420932544 NOTICE: GL_VERSION = 3.0 Mesa 10.3.0
16:41:25 T:140174420932544 NOTICE: GL_SHADING_LANGUAGE_VERSION = 1.30

Not sure what you expect. You don't have real drivers installed, OpenGL won't really work.

But before upgrade it worked and i installed all drivers using tool from this site https://01.org/linuxgraphics/
Reply
#4
I dont have much experience with intel gpu + kodi, fritsch is the resident expert on that, so anything he says goes.

So with that in mind two things occur to me.

1) The package you installed doesn't support your video card.
2) Not great idea to use binary installers imo and its preferable to use distro packaged drivers instead

That said I think you need to tells us what hardware you have exactly.
Reply
#5
I fixed that problem, somthing has been wrong with my xorg.conf, after I remove it, the Kodi is working with 100FPS
Reply
#6
Yeah, turn vsync on ... 100 fps is quite useless :-)
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#7
(2014-12-25, 16:39)fritsch Wrote: Yeah, turn vsync on ... 100 fps is quite useless :-)

Yeah I know Smile Thanks for help anyway

BTW: Do I need xorg.conf? Is there something i get with it? More perfomance?
Reply
#8
Nope. All fine as is.

Better check your vaapi is working correctly to offload video decoding.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#9
Output of vainfo:
Quote:libva info: VA-API version 0.36.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i915_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit

Output from MPV trying play Youtube video with vaapi:
Quote:libva info: VA-API version 0.36.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i915_drv_video.so
libva info: va_openDriver() returns -1
[vaapi] vaInitialize(): unknown libva error
Error opening/initializing the selected video_out (-vo) device.

So, vaapi is not working properly :c
Reply
#10
sudo apt-get install i965-va-driver
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#11
(2014-12-25, 23:17)fritsch Wrote: sudo apt-get install i965-va-driver

In latest version...
Reply
#12
Your N450 does not support VAAPI at all.

Video -> Acceleration: Decoding-Method: Software will give you the most experience of kodi, but such a single core (only HT) won't do very well.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#13
(2014-12-26, 00:20)fritsch Wrote: Your N450 does not support VAAPI at all.

Video -> Acceleration: Decoding-Method: Software will give you the most experience of kodi, but such a single core (only HT) won't do very well.

Ok, thank you for help Smile
Reply

Logout Mark Read Team Forum Stats Members Help
Low perfomance after upgrade to Kodi 140