• 1
  • 143
  • 144
  • 145(current)
  • 146
  • 147
  • 187
v17 LibreELEC Testbuilds for x86_64 (Kodi 17.0)
Does your audio work (along with suspend to RAM) without your custom xorg.conf and with the older driver?
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.
New LibreELEC.tv Krypton build #0925: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.7.5 #1 SMP Sun Sep 25 21:05:04 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160925210348-#0925-gb0a1a38 [Build #0925]

Based on tip of LibreELEC.tv master (b0a1a38a, changelog) and tip of XBMC master (d51d4ae9, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • peripheral-joystick: bump to abff316 (PR:766, 1 commit, 1 file changed)
  2. XBMC:
    • [cmake/win32] Bump minimum CMake version to 3.6 (PR:10396, 5 commits, 3 files changed)
    • [estuary] check if fanart pack is selected (PR:10556, 1 commit, 6 files changed)
    • settings: provide descriptions for color management settings (PR:10296, 2 commits, 1 file changed)
    • [paplayer] remove no more needed virtual CAEChannelInfo GetChannelInfo() (PR:10559, 1 commit, 3 files changed)
    • [epg] fix mouse focus (PR:10558, 1 commit, 1 file changed)
    • Add possibility to get information from both .nfo and scraper (PR:10259, 1 commit, 5 files changed)
    • [paplayer] fix codec deinit for audio decoder add-on (was never called) (PR:10557, 1 commit, 4 files changed)
    • Some improvements (PR:10522, 5 commits, 5 files changed)
    • Add "userrating" so Player.GetItem can return user rating value for currently playing song (#10561) (d51d4ae9)
  3. pvr.vbox:
    • attempt to fix Travis CI build (PR:134, 1 commit, 1 file changed)
    • update build instructions to account for Kodi built with CMake (dbbf8962)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] PR:10544: [pvr] attempt to fix crashing and general failure in ChannelExists()
    • Added: [pkg] PR:10560: splash text improvements
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.
When I try to do the update for these versions through the Libreelec menu it does not work. It downloads but never installs.

Is the installation of these test updates disabled?
(2016-09-26, 03:07)artur9 Wrote: When I try to do the update for these versions through the Libreelec menu it does not work. It downloads but never installs.

Is the installation of these test updates disabled?

No, include your debug log.
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.
Quote:Does your audio work (along with suspend to RAM) without your custom xorg.conf and with the older driver?

No, i dont get the audio with my custom xorg.conf... i suspect an edid option that i use which is not available with old driver, here my xorg.conf (which works with new driver )

Code:
GNU nano 2.5.3    File: /storage/.config/xorg.conf              
Section "Device"
    Identifier "nvidia0"
    Driver "nvidia"
    Option "DynamicTwinView" "False"                          
       Option "NoFlip" "false"
    Option "NoLogo" "true"
    Option "ConnectToAcpid" "0"
    Option "ModeValidation" "NoVesaModes, NoXServerModes"
    Option "HWCursor" "false"
    # To put Xorg in debug mode change "false" to "true" in the l$  
Option "ModeDebug" "true"
# To use a local edid.bin file uncomment the 4 lines below (chan$#    
Option "ConnectedMonitor" "DFP-0"
#    Option         "CustomEDID" "DFP-0:/storage/.config/edid.bin"#  
Option "IgnoreEDID" "true"
#    Option "UseEDID" "false"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
   HorizSync 26.0 - 81.0
    VertRefresh 24.0 - 75.0
    Option "DPMS" "false"
  #1920x1080p @ 50Hz (EIA/CEA-861B
    ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080
  #1920x1080p @ 50Hz (EIA/CEA-861B                            
       ModeLine "1920x1080@50" 148.500 1920 2448 2492 2640 1080 1084$  
# 1920x1080p @ 60Hz
    ModeLine "1920x1080@60" 148.500 1920 2008 2052 2200 1080 1084$    
# 1920x1080p @ 24Hz (EIA/CEA-861B)
    ModeLine "1920x1080@24" 74.250 1920 2558 2602 2750 1080 1084 $  
  # 1920x1080p @ 23.976Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 74.175 1920 2558 2602 2750 1080 1$  
  # 1920x1080p @ 59.94Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 148.350 1920 2008 2052 2200 1080 1$  
# 1920x1080p @ 25Hz (EIA/CEA-861B)
    ModeLine "1920x1080@25" 74.250 1920 2448 2492 2640 1080 1084 $    
# 1920x1080p @ 29.97Hz (EIA/CEA-861B)
    ModeLine "[email protected]" 74.175 1920 2008 2052 2200 1080 10$    
# 1920x1080p @ 30Hz (EIA/CEA-861B)
    ModeLine "1920x1080@30" 74.250 1920 2008 2052 2200 1080 1084 $    
   Option "UseEDIDFreqs" "False"
    Option "ExactModeTimingsDVI" "True"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "nvidia0"
    Monitor "Monitor0"
#  Option "ColorRange" "Full"
#   Option "ColorRange" "Limited"
# Option "ColorSpace" "YCbCr444"    
#   Option "ColorSpace" "RGB"
    DefaultDepth 24
  SubSection "Display"
        Depth 24
        Modes "1920x1080@50" "1920x1080@60" "1920x1080@24" "1920x$    EndSubSection
EndSection
Section "Extensions"
   Option "Composite" "Disable"
EndSection
(2016-09-26, 13:00)bibi Wrote:
Quote:Does your audio work (along with suspend to RAM) without your custom xorg.conf and with the older driver?

No, i dont get the audio with my custom xorg.conf... i suspect an edid option that i use which is not available with old driver, here my xorg.conf (which works with new driver )

That's why I asked if you had audio *without* your custom xorg.conf - ie. is your custom xorg.conf causing the problem?

I'd suggest starting from scratch with your custom xorg.conf, changing/adding only what is required.
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.
@Milhouse

PR:10527 works perfect.

Thanks
@Milhouse,
on official libreelec builds and builds based on master branch i have strange issue described here
But on your builds everything is fine Wink

Maybe you know, what your patch fixed it and upload or PR it into master ?
Yep,will try when im back from holydays ?.
Another thing i noticed : when your are in tv guide, if you press exit you dont go back ln home screen, you have to go on channel list then press exit. Dont know if its a desired fonctionnality or an issue...

Thanks Milhouse for your work !
(2016-09-26, 20:51)Buzzzzer Wrote: Maybe you know, what your patch fixed it and upload or PR it into master ?

Not with any certainty - there have been too many changes. One possibility would be PR10400, added in #0904 and #0905 (it took a couple of attempts to get it right).

Try the recently released 7.90.006 - this approximates to build #0916.

The last build you tested, 7.90.005, approximates to build #0821.

You could test with #0903 and then #0905 - if the stutter is present in #0903 but not in #0905 then PR10400 is the likely fix.

Otherwise if you really wanted to, you could work it out by trying each build from about #0815 until the stutter disappears.

As for uploading into master... no need.
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.
(2016-09-26, 22:29)bibi Wrote: Another thing i noticed : when your are in tv guide, if you press exit you dont go back ln home screen, you have to go on channel list then press exit. Dont know if its a desired fonctionnality or an issue...

Assuming this is with stock Estuary best to check/post in the Estuary issues thread.
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.
(2016-09-26, 22:32)Milhouse Wrote:
(2016-09-26, 20:51)Buzzzzer Wrote: Maybe you know, what your patch fixed it and upload or PR it into master ?

Not with any certainty - there have been too many changes. One possibility would be PR10400, added in #0904 and #0905 (it took a couple of attempts to get it right).

Try the recently released 7.90.006 - this approximates to build #0916.

The last build you tested, 7.90.005, approximates to build #0821.

You could test with #0903 and then #0905 - if the stutter is present in #0903 but not in #0905 then PR10400 is the likely fix.

Otherwise if you really wanted to, you could work it out by trying each build from about #0815 until the stutter disappears.

As for uploading into master... no need.
006 I tested before writing here. Same issue.

On 911 and later include 925 all ok.
Tomorrow I will test all. Tnx.
New LibreELEC.tv Krypton build #0926: Generic
(Supercedes previous build)

Code:
# uname -a
Linux NUC 4.7.5 #1 SMP Mon Sep 26 22:13:39 BST 2016 x86_64 GNU/Linux

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160926214715-#0926-ge726b1a [Build #0926]

Based on tip of LibreELEC.tv master (e726b1a3, changelog) and tip of XBMC master (a3ba702f, changelog) with the following modifications: Build Highlights:
  1. xf86-video-nvidia-legacy: update to 340.98
  2. Various PVR add-on fixes
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.7.5 (PR:765, 2 commits, 25 files changed)
    • bcm2835: simplify (PR:763, 1 commit, 1 file changed)
    • kodi-binary-addons: bump pvr.stalker and fix peripheral.joystick pkg (PR:767, 1 commit, 2 files changed)
  2. XBMC:
    • [depends] Bump openssl to 1.0.2j (PR:10565, 1 commit, 1 file changed)
  3. pvr.hts:
    • Drop duplicate "script: make" from .travis.yml (PR:243, 1 commit, 1 file changed)
  4. pvr.mediaportal.tvserver:
    • Various fixes for Coverity reported issues (PR:47, 10 commits, 16 files changed)
  5. pvr.vbox:
    • Don't add a guide programme if the title is "String format is not supported" (PR:135, 1 commit, 3 files changed)
    • Fix a bunch of assorted CLion warnings (PR:136, 1 commit, 5 files changed)
    • Don't query channel streaming status in IsRealTimeStream() (PR:140, 1 commit, 1 file changed)
    • Support channel icons from the backend again (PR:143, 1 commit, 1 file changed)
    • Don't access global setting variables directly (PR:142, 1 commit, 1 file changed)
    • bump version to 3.5.0 (c966c5fd)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:770: xf86-video-nvidia-legacy: update to xf86-video-nvidia-legacy-340.98
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.
This weeks 4.8-rc8 kernel release, #0926x: Generic

As usual, this build swaps the Chris Wilson patch for the 4K patch. It does not include the LSPCON patch. It is built with gcc-6.2 (regular builds are with gcc-5.4). In all other respects, same as #0926.
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.
I tried to update version 0806 to version 0926 on a Chromebox. The update failed, reporting that a partition was too small.

What is the best approach to update to 0926. I probably need to do a clean install, but I haven't seen any full installs for the Milhouse builds.

Recommendations?
  • 1
  • 143
  • 144
  • 145(current)
  • 146
  • 147
  • 187

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 17.0)11