The Legion Go S panel is 1920×1200 at 7 inches — about 323 PPI. The external monitor I dock to is 1080p at 24 inches — about 92 PPI. A desktop OS that doesn't handle that gracefully isn't a desktop OS in 2026. So HiDPI isn't a v2 feature. It's wired into every shell component before ABI freeze.
The architecture is one float per output, written by MoonRock to a root-window atom (`_MOONROCK_OUTPUT_SCALES`), read by every shell component over PropertyNotify. The dock, menubar, desktop, and fileviewer each fold scale into their geometry on the same atom. Apps see point coordinates only — never pixels — and get a `MB_EV_BACKING_SCALE_CHANGED` event when a window crosses outputs of different density. Fractional scales (1.25×, 1.5×, 1.75×) are first-class, not a checkbox.
The Displays pane in System Preferences drives the same per-output config the compositor reads. There's only one path. A user who opens Displays and drags a slider sees the menu bar, dock, and window chrome reflow within one event round-trip. That's the rule.