Hi,
my RPi0 is hooked to an LG Ultrawide (old 2560x1080 display) placed vertical and split into two with 2 different sources, one of which being the RPi0 mini-hdmi output.
Xrandr was not working so I used the display_rotate=3 in config.txt and that solved the rotation problem.
Now the problem I have is related to resolution&dpi: in theory half of 2560x1080 is 1280x1080 (and that's what both windows and other linux distributions detect and setup automagically). So I set 1280 and 1080 in config.txt but the picture doesn't fill up the entire display; the picture isn't broken, it just doesn't fill up the (half) panel. Disabled overscan, no changes. If I write 1920 and 1080 in config.txt, I get the (half) panel filled to the frame instead. But the picture is too small (text barely readable).
So I tried to fiddle with DPIs but nothing out of google seems to affect my DPIs: dtoverlays (tried: dpi18, dpi24 and vc4-kms-dpi-generic), .Xdefaults (Xft.dpi), .xsession (Xorg --dpi), ... . No changes, it's all too small for my old, rotten, eyes.
I suppose it has to do with the obnoxious broadcom architecture (VC4 controls the board and the ARMv6 core uses a postoffice to get what it needs); but I've no idea how to fix this.
Any tip?
Thanks
A.