Hello,
I use the following commands to add 4K 60hz resolution to Libreelec/Kodi because its missing from the list:
-----------------------------------------------------
cvt 3840 2160 60
xrandr --newmode "3840x2160_60.00" 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync
xrandr --addmode HDMI1 "3840x2160_60.00"
xrandr --output HDMI1 --mode "3840x2160_60.00"
-----------------------------------------------------
The commands work fine but upon reboot the settings are gone, how do i save the resolution permanently in Libreelec so that it will always appear in the GUI ?