v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
(2017-08-09, 10:37)Milhouse Wrote:
(2017-08-09, 09:45)Patrics83 Wrote: And a log with "clean" install:

http://sprunge.us/KPjA

What about with your overclock and overscan settings removed? Remove everything from /flash/config.txt apart from:
Code:
gpu_mem=320
and any codec licences.

Also, can you post your current config.txt, with all your extra settings, as there must be something in there that is causing this (hence why it's only your system that is affected).

Found the issue!

It's because of my overscan settings.
Code:
#  1080p
  overscan_left=39
  overscan_right=39
  overscan_top=23
  overscan_bottom=24

Shouldn't I be able to use this anymore? I thought this method was better to use instead of the videocalibration tool inside kodi.

Config.txt

Code:
[all]
################################################################################
# Memory (System/GPU configuration )
################################################################################

  gpu_mem_1024=320
  
################################################################################
# New SDCARD driver & Overclocking
################################################################################

  dtoverlay=sdhost,overclock_50=85
# dtparam=sd_overclock=100
  
################################################################################
# Doesn't sent initial active source message.
#
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
################################################################################

  hdmi_ignore_cec_init=1

################################################################################
# framebuffer_depth
################################################################################
#  Console framebuffer depth in bits per pixel.
#
#  Value    Description
#  -------------------------------------------------------------------------
#    8      Valid, but default RGB palette makes an unreadable screen
#   16      (Default)
#   24      Looks better but has corruption issues as of 2012/06/15
#   32      Has no corruption issues but needs framebuffer_ignore_alpha=1
#           and shows the wrong colors as of 2012/06/15
################################################################################

  framebuffer_depth=32

################################################################################
# framebuffer_ignore_alpha
################################################################################
#  Set to 1 to disable alpha channel. Helps with 32bit.
#
#  Value    Description
#  -------------------------------------------------------------------------
#    0      Enable Alpha Channel (Default)
#    1      Disable Alpha Channel
################################################################################

  framebuffer_ignore_alpha=1

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewtopic.php?f=67&t=15700
  overscan_scale=1
  disable_overscan=1

#  720p
#  overscan_left=26
#  overscan_right=26
#  overscan_top=15
#  overscan_bottom=16

#  1080p
  overscan_left=39
  overscan_right=39
  overscan_top=23
  overscan_bottom=24
  
  hdmi_pixel_encoding=2

################################################################################
# Force HDMI even if unplugged or powered off
################################################################################

  hdmi_force_hotplug=0
  
################################################################################
# Disable rainbow splash
################################################################################

  disable_splash=1
  
[pi2]

  arm_freq=1050
  core_freq=500
  over_voltage=6
  gpu_freq=360
  
  sdram_freq=600
  over_voltage_sdram=5
  sdram_schmoo=0x02000020
  
  decode_MPG2=0xdf0b5d25 
  decode_WVC1=0x1b2905a9

[pi3]

  arm_freq=1300
  core_freq=500
  over_voltage=3
  gpu_freq=400

  total_mem=1024
  sdram_freq=550
  over_voltage_sdram=3
  sdram_schmoo=0x02000020
  force_turbo=1
  
  decode_MPG2=0xdde5ba49
  decode_WVC1=0xe0f83095


Messages In This Thread
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - by Patrics83 - 2017-08-09, 11:08
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24