• 1
  • 64
  • 65
  • 66(current)
  • 67
  • 68
  • 89
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 2
(2015-05-29, 19:40)querty1000 Wrote: #528 fixes the 3D-black-screen, but 3D MVC stutters heavy. I get a lot of frame-skips. I have setup an advancedsettings.xml with cachmembuffersize but it stutters in the same way, so it seems nothing to do with caching. Reverting to #521 cures that

How is latest build for 3D/MVC?
(2015-06-01, 13:43)popcornmix Wrote:
(2015-05-29, 19:40)querty1000 Wrote: #528 fixes the 3D-black-screen, but 3D MVC stutters heavy. I get a lot of frame-skips. I have setup an advancedsettings.xml with cachmembuffersize but it stutters in the same way, so it seems nothing to do with caching. Reverting to #521 cures that

How is latest build for 3D/MVC?

Oh Sorry, maybe i was a bit unclear:
2016499 (post)
after reverting Koyings 3D patches all is fine for me.
(2015-06-01, 14:00)querty1000 Wrote: Oh Sorry, maybe i was a bit unclear:
2016499 (post)
after reverting Koyings 3D patches all is fine for me.

Sorry, I missed that. Good to know what commits were responsible.
(2015-06-01, 11:27)Milhouse Wrote: @slack3r: Are you able to test with x86, to see if this is a common issue for all platforms? Or determine when the problem started? Interesting about black bars as that behaviour (cropping) changed quite a while ago, maybe this is a hangover from that?

Same behavior on x86.

Build and system info:
Code:
NOTICE: Starting Kodi (15.0-BETA2 Git:2015-05-31-cdd0fee). Platform: Linux x86 32-bit
13:56:56 T:3021928896  NOTICE: Using Release Kodi x32 build
13:56:56 T:3021928896  NOTICE: Kodi compiled Jun  1 2015 by GCC 4.8.2 for Linux x86 32-bit version 3.10.17 (199185)
13:56:56 T:3021928896  NOTICE: Running on Slackware 14.1, kernel: Linux x86 32-bit version 4.0.2-smp
(2015-06-01, 08:50)mcelliott Wrote: Is anyone else having trouble with MCE remotes with this new build? I updated from 524 to 531 briefly yesterday, and most of the buttons apart from the cursor buttons stopped working. System is in use by family, so I had to downgrade. Problem fixed. If needed, I can provide logs from 524 and 531 to compare.

USB MCE R6 remote working perfectly with #531 for me.
(2015-06-01, 11:27)Milhouse Wrote: @mcelliot: Which is the first build with this issue? Is your MCE remote using a USB IR dongle or GPIO?

USB IR dongle. I tried GPIO and had the same problem before. I need to do a bit more digging between the builds in order to confirm, but others have replied that everything works fine. I'll check it all out as soon as possible.

Mark
(2015-06-01, 14:10)slack3r Wrote: Same behavior on x86.

Best to report this in the OS independent forum as more devs will see it. It's something I have any special knowledge of.
(2015-06-01, 14:10)slack3r Wrote: Same behavior on x86.

I think you need to report this on trac or in the OS Independent section, as it's clearly a core issue.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
FYI @Milhouse: a few hours ago the DT overlays in the kernel were moved to a subdirectory and you'll need a small patch to linux/package.mk in your next testbuild

Code:
--- a/packages/linux/package.mk
+++ b/packages/linux/package.mk
@@ -157,11 +157,10 @@ makeinstall_target() {
     mkdir -p $INSTALL/usr/share/bootloader/overlays
     touch $INSTALL/usr/share/bootloader/overlays/README.TXT
     for dtb in arch/arm/boot/dts/*.dtb; do
-      if `echo "$dtb" | grep ".*/bcm2[^/]*$" >/dev/null`; then
-        cp $dtb $INSTALL/usr/share/bootloader 2>/dev/null || :
-      else
-        cp $dtb $INSTALL/usr/share/bootloader/overlays 2>/dev/null || :
-      fi
+      cp $dtb $INSTALL/usr/share/bootloader 2>/dev/null || :
+    done
+    for dtb in arch/arm/boot/dts/overlays/*.dtb; do
+      cp $dtb $INSTALL/usr/share/bootloader/overlays 2>/dev/null || :
     done
   fi
}

so long,

Hias
New OpenELEC Isengard build #0601: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.0.4 #1 Mon Jun 1 21:02:46 BST 2015 armv6l GNU/Linux

# vcgencmd version
May 31 2015 14:24:30
Copyright (c) 2012 Broadcom
version b127f62bd972cebb74a816b01b90ecfacc226baa (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20150601210159-#0601-gb301e0a [Build #0601]

# vcdbg log msg 2>&1 | grep DTOK
001552.863: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of OpenELEC master (b301e0ab, changelog) and tip of XBMC master (c58a7b79, changelog) with the following modifications: Build Highlights:
  1. Fix for language dialog issue reported by @doveman2
Build Details:
  1. XBMC:
    • [binary addons] linux: use the same install paths as kodi core (PR:7192, 2 commits, 7 files changed)
    • Fix for font corruption (PR:7201, 1 commit, 1 file changed)
    • [lang] update of internal addon language files (95618813)
    • [lang] automatic cosmetics for the en_gb language file (2ef7ec00)
    • [lang] update of skin.confluence language files (7b05d616)
  2. newclock4:
    • New commits in this build:
      • [omximage] Don't report failed decode of progressive jpegs as as error (eade8486)
  3. kernel 4.0.y:
    • New commits in this build:
      • config: add KEYBOARD_GPIO (b491510e)
      • dts: overlay: add support for tinylcd.com 3.5" display (87d9c501)
      • BCM270X_DT: Move the overlays into a subdirectory, adding the README (c24f3529)
      • Swap X Y axis of ads7846 touchscreen controller for PiScreen TFT (7892fd3f)
      • Added optional parameter to set resistance of touch plate(x-plate-ohms) (a7aa1bff)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: patch: Adjust for new location of compiled overlays (see post)
    • Added: PR:7220: CLangInfo: don't detect a language migration from "English" to "resource.language.en_gb" as a fallback mechanism
    • Reverted: PR:7192: [binary addons] linux: use the same install paths as kodi core (reason: build breakage)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
(2015-06-01, 18:02)Milhouse Wrote: I think you need to report this on trac or in the OS Independent section, as it's clearly a core issue.
Thank you Milhouse, I will do.

Have a great day.
(2015-06-01, 17:39)popcornmix Wrote:
(2015-06-01, 14:10)slack3r Wrote: Same behavior on x86.

Best to report this in the OS independent forum as more devs will see it.

Ops... I opened a ticket on kodi trac (with my great English Big Grin ): is the same thing?
(2015-06-02, 09:40)slack3r Wrote: Ops... I opened a ticket on kodi trac (with my great English Big Grin ): is the same thing?

Trac should be fine - I see your ticket #16018, hopefully a developer familiar with subtitles will have the time to pick it up and investigate a fix.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Great job on #601 Millhouse, thanks.

I didn't even have to change skin, AppTV loads fine now Big Grin http://pastebin.com/8ZYnmjkP
(2015-06-02, 18:33)doveman2 Wrote: I didn't even have to change skin, AppTV loads fine now Big Grin http://pastebin.com/8ZYnmjkP

You should speak to the AppTV maintainer about those "Window Translator:" errors, though.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
  • 1
  • 64
  • 65
  • 66(current)
  • 67
  • 68
  • 89

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 15.0) Part 214