Square 1:1 screens for retro art
Square 1:1 displays are being praised in retro‑gaming circles because they preserve pixel‑art scaling and can avoid odd stretching or letterboxing when upscaling low‑resolution sprites. (x.com). Enthusiast threads point out that square panels also simplify integer‑scaling for PS1-era titles and low‑poly textures, improving visual fidelity without expensive filtering. (x.com).
A square screen is gaining fans in retro-gaming circles because old game art is built from fixed pixel grids, and whole-number scaling keeps those grids sharp instead of smearing them. (docs.libretro.com) RetroArch, one of the most widely used front ends for classic-game emulation, says it lets users configure display size and aspect ratio, and its documentation says many border shaders default to integer scaling. That means each original pixel is copied 2 times, 3 times, 4 times, or more, rather than stretched by uneven fractions. (retroarch.com) (docs.libretro.com) On a standard 1,920 by 1,080 monitor, a 320 by 240 image tops out at a clean 4 times scale, or 1,280 by 960, leaving black space around it. A square panel gives that same 4:3-era image more vertical room and can reduce the tradeoff between sharp edges and empty borders. (tanalin.com) That geometry fits the way many older games were drawn. Sony PlayStation software commonly used framebuffer widths such as 256, 320, 368, 512, and 640 pixels, according to the PlayStation technical reference collected by the psx-spx project. (psx-spx.consoledev.net) Those low resolutions are where scaling artifacts stand out most. Libretro’s documentation describes integer overscale as a way to push to the next whole-number step, and it notes that widescreen borders often rely on pillarboxing, the dark side columns left when a narrower image sits inside a wider panel. (docs.libretro.com) Square displays change that layout math. Instead of forcing a 4:3 or near-square game image into a 16:9 rectangle built for modern video, the panel starts closer to the shape of many older framebuffers and user interfaces. (retroarch.com) (psx-spx.consoledev.net) The appeal is not only for two-dimensional sprites. Early three-dimensional consoles such as the original PlayStation drew polygons and textures into those same low-resolution buffers, so uneven upscale steps can make texture edges and menu text look harsher or blurrier than players expect. (psx-spx.consoledev.net) (tanalin.com) There is still a catch: not every older system was truly square-pixel by design, and some games were meant for cathode-ray tube televisions that hid edges with overscan. Libretro forum discussions on “correct geometry” note that original hardware, cropped borders, and pixel aspect ratios can all change what “accurate” looks like. (forums.libretro.com) So the case for square panels is practical, not universal. For players who want crisp whole-number scaling on pixel art and early low-resolution 3D, the screen shape itself is becoming part of the display setup, not just the emulator menu. (docs.libretro.com) (retroarch.com)