Kodi Community Forum
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) - 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: v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0) (/showthread.php?tid=269815)



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-06-09

Quote: Drop Intel modesetting

Just curios ...switched intel linux driver or what ?


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-06-09

Yeah - cause modesetting does not work reliable on stoneold hardware - I really hope this change won't make all others suffer, but we will see.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - _Spook_ - 2016-06-09

"New" intel drivers seems to work OK on new hardware


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - sd26 - 2016-06-09

Version #0608 fixes the problem I had with hardware acceleration and Chromium browser add-on on my Haswell Asus Chromebox with your testbuilds. (Hardware acceleration worked under LibreELEC 7.0.1.) Thanks.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - tinzarian - 2016-06-09

With the modesetting driver gone in #0608 so is my video issue


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - romanlum - 2016-06-09

Hi,

Is there a new tvheadend version for #0608??
I get "tvheadend: error while loading shared libraries: libssl.so.35: cannot open shared object file: No such file or directory"

using service.multimedia.tvheadend-8.0.2-#0320-milhouse-v4.1-1710-g54b57cf.zip



thx


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Tequilla9 - 2016-06-09

(2016-06-07, 21:13)fritsch Wrote:
(2016-06-07, 18:46)Tequilla9 Wrote: Here you are:

(Hope I have done it correctly)

Part 1 (Kodi and Sytem log): http://pastebin.com/hz7NUf9a

Part 2 (Audio, Journal log): http://pastebin.com/mnSgnbN7

Hope it helps to identify the problem. Please let me know when I should try something Wink

thx
Volker

Thanks, please turn on debuglogging and play the file for longer (10 minutes), please., don't open the codec info screen, but press a remote button every time you see the stutter. Also disable ffmpeg's component logging that is spamming us like hell. Then please only post the kodi.log - the rest is not relevant for now.

OK. Here you are:

Kodi log: http://pastebin.com/7YyuU2EN

I pressed everytime I could see the stutter the Vol+ key, hope you can see whats going on there Wink

Edit: After playing arround with the settings the only thing that solves the issue is to enable "Sync playback to display" - unfortunately there is no DTS HD passthrough anymore.

thx


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - mule1 - 2016-06-09

(2016-06-04, 22:05)fritsch Wrote:
(2016-06-04, 19:08)mule1 Wrote:
(2016-06-04, 07:11)fritsch Wrote: Can you please reproduce with something _not_ VU+?

Disabled the VNSI and the VU+ Addon, changed framerate from 60Hz to 50Hz, rebooted and played a m2ts-file which has been recorded by VDR. Result: no audio and once again the error messages "no audio renderer".
Shall i post the logs?

I have no idea what is wrong, sorry. Open a trac.kodi.tv ticket and provide the Debug Log there. Best is to reproduce with a local file, when providing the logfile.

Hi Fritsch,

fyi: PR:431: Revert "Merge pull request #136 from lrusak/modesetting" resolved the issue (reproducible). Seems that "modesetting" driver is realy buggy (not only on stoneold hardware).


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-06-09

Not that sure. There were some heavy kernel changes in 4.6.2, too - but happy that it works for you, though it most likely has nothing to do with the modesetting driver.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - mule1 - 2016-06-09

Ah, ok. How can i test if it was resolved by kernel or driver change. Simply change the XORG.CONF to use modesetting?

Edit: Just had a look at the PR and saw that it is not that simple.


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - fritsch - 2016-06-09

it's quite easy.

Create /storage/.config/xorg.conf with the content:

Code:
Section "Device"
Identifier  "Device0"
Driver      "modesetting"
Option      "DRI"  "3"
EndSection



RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Milhouse - 2016-06-09

(2016-06-09, 17:37)romanlum Wrote: Hi,

Is there a new tvheadend version for #0608??
I get "tvheadend: error while loading shared libraries: libssl.so.35: cannot open shared object file: No such file or directory"

using service.multimedia.tvheadend-8.0.2-#0320-milhouse-v4.1-1710-g54b57cf.zip



thx
Switch to tvheadend42:

http://milhouse.libreelec.tv/builds/addons/Generic/service.tvheadend42/


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - mule1 - 2016-06-09

(2016-06-09, 21:23)fritsch Wrote: it's quite easy.

Create /storage/.config/xorg.conf with the content:

Code:
Section "Device"
Identifier  "Device0"
Driver      "modesetting"
Option      "DRI"  "3"
EndSection
You were right, it wasn't the modesetting driver!


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - tinzarian - 2016-06-09

(2016-06-09, 22:40)mule1 Wrote:
(2016-06-09, 21:23)fritsch Wrote: it's quite easy.

Create /storage/.config/xorg.conf with the content:

Code:
Section "Device"
Identifier  "Device0"
Driver      "modesetting"
Option      "DRI"  "3"
EndSection
You were right, it wasn't the modesetting driver!

The modesetting driver was the problem on my system


RE: LibreELEC Testbuilds for x86 (Kodi 17.0) - Roby77 - 2016-06-10

(2016-06-07, 21:56)fritsch Wrote: @Robby77: Do:

Code:
touch /storage/.config/forcedisplay

And reboot. Display comes up?


Yes just tried and works

Are you a wizard ? Blush