In 2024, with GNOME 45, Wayland, and 1.25 fractional scaling, regular DPI displays still look better than HiDPI displays. This is a photo of Discord on two laptops side by side.
The blurry one is the HiDPI display from Framework 13. The sharp one is a regular DPI display from Dell XPS 13. Both laptops.
The difference is even more stark in person.
Even the screenshots from the Framework are blurrier than the screen shots from the Dell.
Add
--ozone-platform-hint=auto
to the command, I’ve done it so may times for electron stuff it’s engrained into my head now haha. You can check that it works withxlsclients
.Also
QT_QPA_PLATFORM=wayland
for QT based apps is handy to know too if they’re not behaving.