I just got a small LCD screen. The resolution is 1920x500 over hdmi.
I have installed ubuntu server with no GUI. On my 1080p monitor, the resolution appears normal, but when i plug it into this monitor, its at 640x480 stretched.
When I plugin my windows pc into this monitor I am able to get 1920x500.
I tried to modify the /boot/firmware/config.txt to include the following lines,
Code:
hdmi_cvt=1920 500 60 6
hdmi_group=2
hdmi_mode=65
hdmi_drive=2
It still looks the same. I have attached what it looks like.
Just to be clear, I am trying to change the resolution of the TTY console. How do I change the resolution?