Hi.
I have a Pi2 with the latest OSMC version. I am using a 800x480 HDMI LCD screen with USB touch interface (the awesome Manga Screen, to be precise).
Since I am using it in landscape, I put the following HDMI settings in my /boot/config.txt:
hdmi_force_hotplug=1
config_hdmi_boost=4
overscan_left=24
overscan_right=24
overscan_top=16
overscan_bottom=16
disable_overscan=0
display_rotate=1
hdmi_ignore_edid_audio=1
hdmi_force_mode=1
hdmi_cvt=480 800 60 6 0 0 0
hdmi_group=2
hdmi_drive=1
max_usb_current=1
The above succeeds in displaying the screen (text and graphics) in landscape, but only 60% of the horizonal space is used by OSMC, the rest (right part of the display) is black with the exception of the square icon with gradient colors in the top right corner of my landscape screen. That this icon is displayed seems to indicate that the hardware settings are correct and that the problem lies with OSMC not taking these settings into account?
How can I solve this? (If this is solved, I will need to post another question as to how to also get my touchpanel to adapt to this landscape orientation)
Thanks!