Hi,
I can't get the 4k work with my Samsung TV and Raspberry PI 4. I have tried all the solutions, different settings in Config.txt disable CEC etc. When I want to watch a 4k movie or change the GUI to 4k the signal is lost.
Raspberry PI 4
Libreelec 9.1.502
Samsung UHD TV (qe55q7f)
Does anyone have a solution?
Thanks!
Code
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2014 Stephan Raue ([email protected])
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
################################################################################
# Bootloader configuration - config.txt
################################################################################
################################################################################
# Memory (System/GPU configuration )
################################################################################
# Default GPU memory split - at least 288M is needed for some 4k HEVC files
gpu_mem=320
################################################################################
# For overclocking and various other settings, see:
# https://www.raspberrypi.org/documentation/configuration/config-txt.md
################################################################################
# Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
force_turbo=0
# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=1
config_hdmi_b*st=9
hdmi_enable_4kp60=1
disable_overscan=1
# 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
################################################################################
# End of default configuration
################################################################################
################################################################################
# Include distribution specific config file if it exists.
################################################################################
[all]
include distroconfig.txt
Display More