Moode Forum
[How to do instruction] [How to?]change ratio for Local UI display for a 16/9 TV - 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: [How to do instruction] [How to?]change ratio for Local UI display for a 16/9 TV (/showthread.php?tid=4793)



[How to?]change ratio for Local UI display for a 16/9 TV - El bubar - 03-20-2022

hi!
moode is installed on an RPI 4 itself connected to a TV via HDMI. the display ratio is not the 16:9 ratio with the "local UI display" (black bands on the sides) is there a setting (config file etc.) to obtain a 16/9 display with the local UI display ? thank you


RE: [How to?]change ratio for Local UI display for a 16/9 TV - Tim Curtis - 03-20-2022

Does the output from the command below match the resolution of the display?

Code:
echo $(fbset -s | awk '$1 == "geometry" { print $2","$3 }')



RE: [How to?]change ratio for Local UI display for a 16/9 TV - El bubar - 03-20-2022

the command return 1920, 1280...
that all i can see no change on screen even with a restart Local UI (I'm rookie... with linux)


RE: [How to?]change ratio for Local UI display for a 16/9 TV - Tim Curtis - 03-20-2022

Check your TV settings to make sure it's not doing some sort of automatic screen sizing.


RE: [How to?]change ratio for Local UI display for a 16/9 TV - El bubar - 03-20-2022

I'll check it before. no settings for the screen sizing. try to change the hdmi port etc.


RE: [How to?]change ratio for Local UI display for a 16/9 TV - Tim Curtis - 03-20-2022

If 1920 x 1280 is not the correct resolution for your tv then try adding appropriate display settings to /boot/config.txt file.
https://www.raspberrypi.com/documentation/computers/config_txt.html#common-display-options


RE: [How to?]change ratio for Local UI display for a 16/9 TV - El bubar - 03-20-2022

thank Tim for this info je jette un oeil !


RE: [How to?]change ratio for Local UI display for a 16/9 TV - El bubar - 03-21-2022

C ok ! with few modification in the config.txt ! merci pour le coup de main!