I want to use full resolution with a crispy text...
On betterdummy I use 2560x1440 HiDPI (when I use monitor in PinP mode) or 5120x2880 (when I use full scaling).
But I understand that is not need in case none M1 chips as intel support scaling of all resolutions.
Basically I want to achieve crips text in both cases, when I use half or full screen on Samsung G9 or my other 3 1080 monitors.
From my Mac mini 2018 iGPU, I can output 5120x1440@60Hz to my 4K display which accepts timings up to 8K30. A normal 4K display would only accept 4K timings. Since I'm using a 4K display, I need to use my WhateverGreen patch (
igfxmaxwidth=16384
) to make the iGPU accept timings with width > 4096.
The maximum default scaled mode in Ventura is 6720x1890 (3360x945 HiDPI).
The Scaler can scale up to 8191x8191 pixels, so a scaled mode of 10240x2880 is rejected by CoreDisplay.framework and you can't get a 5120x1440 HiDPI mode.
A scaled mode of 6784x1908 or 8128x2286 is rejected by the driver.
I can tell the driver to not reject those (using another patch) and they both work including their corresponding HiDPI modes (3392x954 HiDPI and 4064x2286 HiDPI) - scaling to the 5120x1440@60Hz timing. I can't tell you how well it looks since the display will scale that to it's native 3840x2160 resolution.
32:9 aspect ratio on my 16:9 display reminds me of 80 column mode on Apple //e except with a lot more columns. Or maybe Instant Pascal's text editor (double hi-res graphics, monochrome mode for clarity)