Symptom
At 1440p output, frontend appeared tiny or horizontally squashed with large surrounding black bars while the display still reported the expected physical timing.
Root cause
Frontend previously relied on inherited framebuffer geometry instead of active output timing. MiSTer mode 14 also stores 1280×1440 timing geometry with horizontal pixel repetition to produce physical 2560×1440; uniform scale-relative division therefore produced an invalid 640×720 logical framebuffer.
Resolution
This is the same verified failure tracked by #171.
Symptom
At 1440p output, frontend appeared tiny or horizontally squashed with large surrounding black bars while the display still reported the expected physical timing.
Root cause
Frontend previously relied on inherited framebuffer geometry instead of active output timing. MiSTer mode 14 also stores
1280×1440timing geometry with horizontal pixel repetition to produce physical2560×1440; uniform scale-relative division therefore produced an invalid640×720logical framebuffer.Resolution
1280×720with physical2560×1440output.This is the same verified failure tracked by #171.