Yep, I took a punt on a 32" 4K one recently to see if it'd do better than getting a second 27" 2K one (3 screens including the laptop) and I've actually stopped bothering with the laptop screen too. Saves me a big chunk of mental space just knowing everything is (usually) on the one screen.
Not defending Apple, it's a pretty clear hardware failing.
4K at anything below 43 inch is unusable for text without scaling.
27 inch 2K or 43 inch 4K are the sweet spots.
Here's how you can check if your monitor needs scaling:
- Find out the DPI of your existing monitor and your desired monitor. For example, 24" 1080p is 91.79, and 27" 4K is 163.18
- Calculate the ratio: 91.79/163.18 = 0.5625 (this means that on the 27" 4K monitor everything is 56% of the size of the 1080p)
- Now take a screenshot of your monitor (at 100% scaling) and resize it to 1920x1080*0.5625 = 1080x607. View the resized image at 100%. That text will be the same physical size as on a 4K 27" monitor set to 100%.
Without scaling, most people would find text too small on both 27" at 32". You would need a display as big as 40" to get the same density as 1440p on 27" (~110 DPI). For most people, 27" requires 150% scaling and 32" requires 125%.
27" 2K is gross. Compared to 4K, it looks so pixelated that I feel like I'm back in the 90s. 27" 4K at native resolution is far too small for me to read, but it looks great at 150% scaling, or even 200% for some things.
> 27" 4K at native resolution is far too small for me to read, but it looks great at 150% scaling, or even 200% for some things.
The problem is once you start scaling up you're losing real estate. 4k at 200% scaling gives you same real estate as 1080p. Sure the picture will look better but you're not gaining any improvements in being able to open and see more things at once. That and some apps can't handle scaling properly.
Personally I find 25" 1440p at native scaling to be a good balance of real estate, sharpness and ease of reading anything comfortably (even low contrast status bars).
With that set up you can open 4x 80 char side by side code windows in Vim, VSCode, etc.. You can also grab a really good 25" 1440p IPS panel monitor for around $300. I wrote a huge guide on picking monitors for developers at https://nickjanetakis.com/blog/how-to-pick-a-good-monitor-fo....
> The problem is once you start scaling up you're losing real estate. Sure the picture will look better but you're not gaining any improvements in being able to open and see more things at once.
Depending on what you're doing, that might be exactly what you want. I use my 27" 4k display to read PDFs zoomed in to fit two pages side-by-side onscreen. That way, the clarity of the rendering is good enough to be an alternative to print.
>27" 2K is gross. Compared to 4K, it looks so pixelated that I feel like I'm back in the 90s.
I don't know, that sounds a little embellished at first read. Either you sit way closer than ergonomic norms or you have irregular vision.
Should you be able to notice a difference? Yeah that's plausible. To see pixelation at 1440p doesn't sound right however. Claiming it is like the 90s borders on absurd.
> GNOME doesn't support fractional scaling (last I checked)
It does, but is hidden behind dconf key; except maybe Ubuntu 20.10. It works nice for Wayland applications, but X11 ones are blurred (as in upscaled from @1X). X11 includes Chrome and all the Electron apps, so I it would not be a popular choice... hence it is hidden by default.
If you want to try it, it is `gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"`
I use a 31 inch 4K display at native resolution and it's perfectly usable and text is perfectly readable, although when all my other displays are HiDPI/Retina, everything looks pretty chunky in comparison. My ideal monitor would probably be a 30 inch 8K display running at 2x scaled mode, but we're many years away from that being affordable.
The point is to use scaling; fonts at @2X are much easier to look at than at @1X.
Also, your DPI calculation are Windows and Linux specific - they assumed 96 dpi at @1X scale. Mac started with 72 dpi for @1X, so @2X is 144dpi. 27" 4K is slightly above that, thus perfectly usable at @2X scale. For Windows and Linux, it is better to use 150-175%.
Native but with text sizes bumped up on the things I'm staring at a LOT (e.g. VS Code). Scaled is a major resource hog in my experience, might be better if your macbook has a dedicated GPU
My next monitor probably will be 40" 4K but sitting a bit further away.
I've got the same thing, I'm running a 32" 4k at 1x resolution, so the desktop thinks it's 3800px wide.
I've got a hacked version of rectangle.app giving me 3x2 tiled windows. Some stuff will be in 6ths, some will be in full height 3rds. And occasionally, I'll get a spreadsheet that needs full screen.
Web browsers tend to run at normal res, terminal and emacs are using Anonymous Pro 14pt. At that size, terminal is 157x122 when running in a full height third. Works pretty well for my aging eyes.
Not defending Apple, it's a pretty clear hardware failing.