• 1
  • 156
  • 157
  • 158(current)
  • 159
  • 160
  • 342
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
I have the same problem on my beebox with build OpenELEC-Generic.x86_64-6.0-devel-20151203154456-r21592-g293aec7.tar

Updates and loads to jarvis screen, but will not load any further. I tried 3 times but it just won't work.

Also any news on a fix for the lip sync issue, or are anymore logs helpful.
Sony KDL-46HX853 and Sony STR-DN1050
MONITOR AUDIO BRONZE BX5 5.0 speaker package
SVS SB2000 Subwoofer
Nvidia shield TV running SPMC
Pi3 running LibreELEC
harmony touch remote control
26GB unRAID server
Reply
@fritsch
I actually think your script isn't what we need Wink.

Code:
#!/bin/bash

OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"

while true; do
    /usr/bin/kodi --standalone
    #break while-loop if exit was clean, otherwise restart kodi
    if [ $? -eq 0 ]; then
      break
    fi
done

#give exit code to systemd
exit $?

I assume systemd needs the exit-code?
Reply
I don't see the Debug Log for that ... I will rebuild tomorrow. Videoplayer was just merged today ... so wanted to wait until things have settled down a bit.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
(2015-12-07, 23:36)JaccoH Wrote: @fritsch
I actually think your script isn't what we need Wink.

Code:
#!/bin/bash

OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"

while true; do
    /usr/bin/kodi --standalone
    #break while-loop if exit was clean, otherwise restart kodi
    if [ $? -eq 0 ]; then
      break
    fi
done

#give exit code to systemd
exit $?

I assume systemd needs the exit-code?

Won't hurt. It was more of a manual hack - that way you can exit kodi - use openbox and when it would crash it would get restarted by openbox.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
(2015-12-07, 23:37)fritsch Wrote: I don't see the Debug Log for that ... I will rebuild tomorrow. Videoplayer was just merged today ... so wanted to wait until things have settled down a bit.

Thanks fritsch, keep up the great work.
Sony KDL-46HX853 and Sony STR-DN1050
MONITOR AUDIO BRONZE BX5 5.0 speaker package
SVS SB2000 Subwoofer
Nvidia shield TV running SPMC
Pi3 running LibreELEC
harmony touch remote control
26GB unRAID server
Reply
(2015-12-07, 23:38)fritsch Wrote:
(2015-12-07, 23:36)JaccoH Wrote: @fritsch
I actually think your script isn't what we need Wink.

Code:
#!/bin/bash

OUTPUT=`xrandr -display :0 -q | sed '/ connected/!d;s/ .*//;q'`
xrandr -display :0 --output $OUTPUT --set "Broadcast RGB" "Full"

while true; do
    /usr/bin/kodi --standalone
    #break while-loop if exit was clean, otherwise restart kodi
    if [ $? -eq 0 ]; then
      break
    fi
done

#give exit code to systemd
exit $?

I assume systemd needs the exit-code?

Won't hurt. It was more of a manual hack - that way you can exit kodi - use openbox and when it would crash it would get restarted by openbox.

FWIW: I tested it. Works fine so far.
Reply
This is other kodi log.
Kodi crashes if (Adjust display refresh rate) is enabled.

http://goo.gl/qypwi7
Reply
(2015-12-08, 00:17)zeroq Wrote: This is other kodi log.
Kodi crashes if (Adjust display refresh rate) is enabled.

http://goo.gl/qypwi7
Can you reproduce with non illegal content?
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
It's not illegal its crashing on ivue streaming channel and its crashing as well when playing a file local from server.
Reply
its crashing as well when playing a file local.
Reply
(2015-12-07, 23:34)Mylo75 Wrote: I have the same problem on my beebox with build OpenELEC-Generic.x86_64-6.0-devel-20151203154456-r21592-g293aec7.tar

Updates and loads to jarvis screen, but will not load any further. I tried 3 times but it just won't work.

Also any news on a fix for the lip sync issue, or are anymore logs helpful.

I guess I should have read the latest updates before rolling the 1203. My Beebox boots and loads the GUI then locks up, network does not start so I dont know what to do next.

How do I recover? Clean install?
Reply
(2015-12-08, 00:43)zeroq Wrote: its crashing as well when playing a file local.

Just post that log, please.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
The crashing issues should be fixed. I am still waiting for fernet to rebases on his master - then new builds are produced.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
New builds are up ... have fun.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
Wink 
(2015-12-08, 20:21)fritsch Wrote: New builds are up ... have fun.
Great Smile Updating my Beebox N3150. Will edit post with results in a moment. /edit: Update went fine. Of course, didn't excpect anything different this time.

Image
Reply
  • 1
  • 156
  • 157
  • 158(current)
  • 159
  • 160
  • 342

Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18