Description
I have a 4K TV where CEC works fine in 1080p mode with these settings in config.txt:
# 1080p
hdmi_group=1
hdmi_mode=16
In 4K / Mode 87, CEC does not work:
hdmi_group=2
hdmi_mode=87
hdmi_cvt 3840 2160 24
hdmi_pixel_freq_limit=400000000
max_framebuffer_width=3840
max_framebuffer_height=2160
The TV does not appear when scanning for CEC devices. I dont appear to be the only one, see Pulse-Eight/libcec#381. As CEC works with a standard resolution, but not a custom one, I suspect, the hardware elements are ok (TV, HDMI cable etc), but that custom mode 87 somehow does not have CEC enabled as the only changes are the entries in config.txt and a reboot?
Bug? By design?
Are there any logs I can provide or additional debug information to see where / what the issue is?
TV is a Toshiba 49U5766DB and the Raspberry Pi is a Model 1 B (One of the first ones with the (not used) yellow analog TV output.
I've also run rpi-update to update to the latest available firmware.
Activity