![]() |
Moode local display on 4k TVs - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Moode local display on 4k TVs (/showthread.php?tid=6365) |
Moode local display on 4k TVs - michdal - 03-31-2024 Today I spent some time getting a Moode output on my 4k TV over HDMI. The Pi couldn't detect the correct resolution, pictures and text looked awful. So maybe this is helpful... It seems, the 4k/60Hz output option of the more recent Raspberry Pis isn't enabled by default. To activate it you have to add a line to the configuration manually. 1) Connect TV to HDMI port next to the power supply of the Pi 2) Activate Terminal in Moode (Web SSH) 3) Open Terminal, enter credentials 4) Open "/boot/config.txt" with editor of your choice (you may need admin privileges) 5) Add the following line: Code: hdmi_enable_4kp60=1 5) Save and reboot Moode Now everything should appear in 4k resolution/look sharp. RE: Moode local display on 4k TVs - Tim Curtis - 04-01-2024 I'll add to the TODO list to investigate |